Commit bba1580b authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent c5353ce2
......@@ -703,8 +703,9 @@ struct tf_parser
}
}
instruction_ref
parse_softmax(const std::string&, const attribute_map& attributes, std::vector<instruction_ref> args)
instruction_ref parse_softmax(const std::string&,
const attribute_map& attributes,
std::vector<instruction_ref> args)
{
int axis = 1;
if(contains(attributes, "axis"))
......
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