Commit cc09f36e authored by Khalique's avatar Khalique
Browse files

formatting

parent 94cba9e5
...@@ -340,8 +340,9 @@ struct tf_parser ...@@ -340,8 +340,9 @@ struct tf_parser
return prog.add_instruction(op, {args[0], weights}); return prog.add_instruction(op, {args[0], weights});
} }
instruction_ref instruction_ref parse_depthwiseconv(const std::string&,
parse_depthwiseconv(const std::string&, attribute_map attributes, std::vector<instruction_ref> args) attribute_map attributes,
std::vector<instruction_ref> args)
{ {
op::convolution op; op::convolution op;
size_t num_channels = args[0]->get_shape().lens()[1]; size_t num_channels = args[0]->get_shape().lens()[1];
......
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