Commit 5d9bb084 authored by Paul's avatar Paul
Browse files

Tidy fixes

parent 8068c5a6
......@@ -102,7 +102,7 @@ struct onnx_parser
}
instruction_ref
parse_softmax(const std::string&, attribute_map, std::vector<instruction_ref> args)
parse_softmax(const std::string&, const attribute_map&, std::vector<instruction_ref> args)
{
auto dims = args.front()->get_shape().lens();
auto r = prog.add_instruction(reshape{{long(dims[0]), 1, 1, long(dims[1])}}, args.front());
......
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