Commit d926aca3 authored by Khalique's avatar Khalique
Browse files

formatting

parent b9c81e2d
...@@ -314,7 +314,7 @@ struct tf_parser ...@@ -314,7 +314,7 @@ struct tf_parser
weights = prog.add_instruction(op::transpose{{3, 2, 0, 1}}, args[1]); weights = prog.add_instruction(op::transpose{{3, 2, 0, 1}}, args[1]);
} }
} }
return prog.add_instruction(op, {args[0], weights}); return prog.add_instruction(op, {args[0], weights});
} }
......
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