Commit a5d6c29a authored by Khalique's avatar Khalique
Browse files

formatting

parent e861793a
...@@ -337,9 +337,8 @@ struct onnx_parser ...@@ -337,9 +337,8 @@ struct onnx_parser
return prog.add_instruction(op, args.front()); return prog.add_instruction(op, args.front());
} }
instruction_ref parse_lrn(const std::string&, instruction_ref
attribute_map attributes, parse_lrn(const std::string&, attribute_map attributes, std::vector<instruction_ref> args)
std::vector<instruction_ref> args)
{ {
float alpha = 0.0001; float alpha = 0.0001;
float beta = 0.75; float beta = 0.75;
......
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