Commit 8dd8f565 authored by Brian Pickrell's avatar Brian Pickrell
Browse files

formatting

parent b359d6d1
......@@ -4622,6 +4622,7 @@ def reducel1_test():
return ([node], [x], [y])
@onnx_test
def reducel1_dyn_test():
x = helper.make_tensor_value_info('x', TensorProto.FLOAT, [None])
......@@ -4636,6 +4637,7 @@ def reducel1_dyn_test():
return ([node], [x], [y])
@onnx_test
def reducel2_test():
x = helper.make_tensor_value_info('x', TensorProto.FLOAT, [3, 4, 5, 6])
......
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