"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "5630fe353b4027c53f282e5143ef183c437658a8"
Commit 3ca8879d authored by Khalique's avatar Khalique
Browse files

formatting

parent 370ab459
...@@ -337,7 +337,8 @@ struct tf_parser ...@@ -337,7 +337,8 @@ struct tf_parser
return prog.add_instruction(op, {args[0], weights}); return prog.add_instruction(op, {args[0], weights});
} }
instruction_ref parse_matmul(const std::string&, attribute_map attributes, std::vector<instruction_ref> args) instruction_ref
parse_matmul(const std::string&, attribute_map attributes, std::vector<instruction_ref> args)
{ {
bool transa = false; bool transa = false;
bool transb = false; bool transb = false;
......
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