giuseros commented on a change in pull request #6095:
URL: https://github.com/apache/incubator-tvm/pull/6095#discussion_r457940669
##########
File path: src/relay/op/tensor/reduce.cc
##########
@@ -295,7 +295,6 @@ bool ReduceRel(const Array<Type>& types, int num_inputs,
const Attrs& attrs,
}
Expr MakeReduce(Expr data, Array<Integer> axis, bool keepdims, bool exclude,
String op_name) {
- std::cout << "making " << op_name << std::endl;
Review comment:
Sorry, I probably forgot to rebase
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]