Commit 3ca8879d authored by Khalique's avatar Khalique
Browse files

formatting

parent 370ab459
......@@ -337,7 +337,8 @@ struct tf_parser
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 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