Commit 0643952e authored by Khalique's avatar Khalique
Browse files

formatting

parent e8a997ed
...@@ -362,9 +362,8 @@ struct onnx_parser ...@@ -362,9 +362,8 @@ struct onnx_parser
return prog.add_instruction(migraph::op::add{}, img_scaled, bias_bcast); return prog.add_instruction(migraph::op::add{}, img_scaled, bias_bcast);
} }
instruction_ref parse_transpose(const std::string&, instruction_ref
attribute_map attributes, parse_transpose(const std::string&, attribute_map attributes, std::vector<instruction_ref> args)
std::vector<instruction_ref> args)
{ {
std::vector<int64_t> perm{}; std::vector<int64_t> perm{};
if(contains(attributes, "perm")) if(contains(attributes, "perm"))
......
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