f6276d38368f18f39a72ee0cd121d9bdb0a1730c,test/webdnn_test/graph_test/operators_test/im2col_test.py,,test_large_stride,#,27
Before Change
def test_large_stride():
main(3, 2, 1, 1, 2, 5, 7, 3, AxisKeyDict([Axis.N, Axis.H, Axis.W, Axis.C], [2, 3, 4, 27]))
def test_no_padding():
main(3, 1, 0, 1, 2, 5, 7, 3, AxisKeyDict([Axis.N, Axis.H, Axis.W, Axis.C], [2, 3, 5, 27]))
After Change
def test_large_stride():
main(stride=2, im_shape=[1, 9, 9, 6], expected_shape_dict=AxisKeyDict(OrderNHWKKC.axes, [1, 5, 5, 3, 3, 6]))
def test_no_padding():
main(padding=0, expected_shape_dict=AxisKeyDict(OrderNHWKKC.axes, [1, 3, 3, 3, 3, 6]))
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 12
Instances
Project Name: mil-tokyo/webdnn
Commit Name: f6276d38368f18f39a72ee0cd121d9bdb0a1730c
Time: 2017-11-20
Author: y.kikura@gmail.com
File Name: test/webdnn_test/graph_test/operators_test/im2col_test.py
Class Name:
Method Name: test_large_stride
Project Name: mil-tokyo/webdnn
Commit Name: f6276d38368f18f39a72ee0cd121d9bdb0a1730c
Time: 2017-11-20
Author: y.kikura@gmail.com
File Name: test/webdnn_test/graph_test/operators_test/im2col_test.py
Class Name:
Method Name: test_projection
Project Name: mil-tokyo/webdnn
Commit Name: f6276d38368f18f39a72ee0cd121d9bdb0a1730c
Time: 2017-11-20
Author: y.kikura@gmail.com
File Name: test/webdnn_test/graph_test/operators_test/im2col_test.py
Class Name:
Method Name: test_no_padding
Project Name: mil-tokyo/webdnn
Commit Name: f6276d38368f18f39a72ee0cd121d9bdb0a1730c
Time: 2017-11-20
Author: y.kikura@gmail.com
File Name: test/webdnn_test/graph_test/operators_test/im2col_test.py
Class Name:
Method Name: test_large_stride
Project Name: mil-tokyo/webdnn
Commit Name: f6276d38368f18f39a72ee0cd121d9bdb0a1730c
Time: 2017-11-20
Author: y.kikura@gmail.com
File Name: test/webdnn_test/graph_test/operators_test/im2col_test.py
Class Name:
Method Name: test_dilated