Commit 415476ae authored by Paul's avatar Paul
Browse files

Remove excess comment

parent 43ee9854
...@@ -128,7 +128,6 @@ struct onnx_parser ...@@ -128,7 +128,6 @@ struct onnx_parser
parse_pooling(std::string, attribute_map attributes, std::vector<instruction_ref> args) parse_pooling(std::string, attribute_map attributes, std::vector<instruction_ref> args)
{ {
pooling op{"max"}; pooling op{"max"};
// for(auto&& p:attributes) std::cout << p.first << std::endl;
if(contains(attributes, "pads")) if(contains(attributes, "pads"))
{ {
copy(attributes["pads"].ints(), op.padding.begin()); copy(attributes["pads"].ints(), op.padding.begin());
......
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