Commit bc367f6b authored by Scott Thornton's avatar Scott Thornton
Browse files

Formatting

parent 1af6c18a
...@@ -68,7 +68,7 @@ struct onnx_parser ...@@ -68,7 +68,7 @@ struct onnx_parser
add_mem_op("Squeeze", &onnx_parser::parse_squeeze); add_mem_op("Squeeze", &onnx_parser::parse_squeeze);
add_mem_op("Unsqueeze", &onnx_parser::parse_unsqueeze); add_mem_op("Unsqueeze", &onnx_parser::parse_unsqueeze);
add_mem_op("Slice", &onnx_parser::parse_slice); add_mem_op("Slice", &onnx_parser::parse_slice);
//add_mem_op("Concat", &onnx_parser::parse_concat); // add_mem_op("Concat", &onnx_parser::parse_concat);
} }
template <class F> template <class F>
......
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