merrymercy commented on a change in pull request #6073:
URL: https://github.com/apache/incubator-tvm/pull/6073#discussion_r457785421
##########
File path: src/auto_scheduler/compute_dag.cc
##########
@@ -324,17 +314,9 @@ String ComputeDAG::PrintStepsAsPython(const Array<Step>&
transform_steps) const
<< "tuple(" << stage->op->name << ".op.reduce_axis)\n";
}
}
- // Call each step's PrintAsPythonAPI method
+ // Call each step's ApplyToPythonAPI method
Review comment:
`PrintAsPythonAPI` is a better name in my opinion
----------------------------------------------------------------
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]