Commit 8ff6431c authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 079ccd40
......@@ -1288,10 +1288,10 @@ struct onnx_parser
return {hidden_states, last_output, last_cell_output};
}
template<class T>
template <class T>
instruction_ref parse_reduce_oper(const std::string&,
attribute_map attributes,
std::vector<instruction_ref> args)
attribute_map attributes,
std::vector<instruction_ref> args)
{
std::size_t n_dim = args.front()->get_shape().lens().size();
......
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