Commit eed7b313 authored by Jayaram Bobba's avatar Jayaram Bobba

Removed extraneous debug statement

parent 4203a832
......@@ -685,7 +685,6 @@ namespace ngraph
throw ngraph_error("MKLDNN Unsupported pooling fwd layout" +
to_string(input_layout) + e.message);
}
cout << "created pooling forward " << input_layout << endl;
node =
insert_input_conversions(external_function, node, prim_input_formats);
......
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