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

formatting

parent 370ab459
......@@ -337,11 +337,12 @@ 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;
if(contains(attributes, "transpose_a"))
{
transa = attributes.at("transpose_a").b();
......
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