"test/verify/test_convolution_backwards.cpp" did not exist on "ba33d25cd3c5acd92d9a8a0c28abb45b288af4f2"
Commit b2c6106c authored by Paul's avatar Paul
Browse files

Fix formatting

parent c701d117
...@@ -6413,6 +6413,7 @@ def slice_test(): ...@@ -6413,6 +6413,7 @@ def slice_test():
return ([node], [x], [y]) return ([node], [x], [y])
@onnx_test() @onnx_test()
def slice_constant_test(): def slice_constant_test():
y = helper.make_tensor_value_info('1', TensorProto.FLOAT, [1, 2]) y = helper.make_tensor_value_info('1', TensorProto.FLOAT, [1, 2])
...@@ -6436,6 +6437,7 @@ def slice_constant_test(): ...@@ -6436,6 +6437,7 @@ def slice_constant_test():
return ([x, node], [], [y]) return ([x, node], [], [y])
@onnx_test() @onnx_test()
def slice_dyn_test(): def slice_dyn_test():
x = helper.make_tensor_value_info('0', TensorProto.FLOAT, [None, None, 2]) x = helper.make_tensor_value_info('0', TensorProto.FLOAT, [None, None, 2])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment