"src/vscode:/vscode.git/clone" did not exist on "5f215b71a31b83fc39012eb5e467319b29872f55"
Commit 0643952e authored by Khalique's avatar Khalique
Browse files

formatting

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