Commit eab6e97b authored by wsttiger's avatar wsttiger
Browse files

Formatting

parent 4c031df7
...@@ -54,7 +54,6 @@ struct onnx_parser ...@@ -54,7 +54,6 @@ struct onnx_parser
// disable dropout for inference // disable dropout for inference
add_generic_op("Dropout", op::identity{}); add_generic_op("Dropout", op::identity{});
add_broadcastable_binary_op("Add", op::add{}); add_broadcastable_binary_op("Add", op::add{});
add_broadcastable_binary_op("Div", op::div{}); add_broadcastable_binary_op("Div", op::div{});
add_broadcastable_binary_op("Mul", op::mul{}); add_broadcastable_binary_op("Mul", op::mul{});
......
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