560a4a56a72432bf7e90b7ca350b5768d3a4c168,theano/gpuarray/tests/test_dnn.py,TestDnnInferShapes,test_pool_3d_grad,#TestDnnInferShapes#,867

Before Change


        for params in product(
            [(1, 1, 1), (2, 2, 2), (3, 3, 3)],
            [(1, 1, 1), (2, 2, 2), (3, 3, 3)],
            ["max", "average_inc_pad"]
        ):
            pool_grad = dnn.GpuDnnPoolGrad(mode=params[2])(
                img,
                out,

After Change


            [(1, 1, 1), (2, 2, 2), (3, 3, 3)],
            [(1, 1, 1), (2, 2, 2), (3, 3, 3)],
            // modes without `average_exc_pad`
            [m for m in get_dnn_pool_modes() if m != "average_exc_pad"]
        ):
            pool_grad = dnn.GpuDnnPoolGrad(mode=params[2])(
                img,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: Theano/Theano
Commit Name: 560a4a56a72432bf7e90b7ca350b5768d3a4c168
Time: 2017-05-29
Author: stevenbocco@gmail.com
File Name: theano/gpuarray/tests/test_dnn.py
Class Name: TestDnnInferShapes
Method Name: test_pool_3d_grad


Project Name: Theano/Theano
Commit Name: 560a4a56a72432bf7e90b7ca350b5768d3a4c168
Time: 2017-05-29
Author: stevenbocco@gmail.com
File Name: theano/gpuarray/tests/test_dnn.py
Class Name: TestDnnInferShapes
Method Name: test_pool


Project Name: Theano/Theano
Commit Name: 560a4a56a72432bf7e90b7ca350b5768d3a4c168
Time: 2017-05-29
Author: stevenbocco@gmail.com
File Name: theano/gpuarray/tests/test_dnn.py
Class Name: TestDnnInferShapes
Method Name: test_pool_3d


Project Name: Theano/Theano
Commit Name: 560a4a56a72432bf7e90b7ca350b5768d3a4c168
Time: 2017-05-29
Author: stevenbocco@gmail.com
File Name: theano/gpuarray/tests/test_dnn.py
Class Name: TestDnnInferShapes
Method Name: test_pool_grad