zhiics commented on a change in pull request #5622:
URL: https://github.com/apache/incubator-tvm/pull/5622#discussion_r427449389



##########
File path: src/relay/analysis/util.cc
##########
@@ -454,5 +454,15 @@ bool IsDataDependant(const CallNode* call) {
 
   return tshape_data_dependant[op];
 }
+
+const Op& compiler_begin_op() {

Review comment:
       we probably don't want to put them under analysis namespace because they 
are used in the transform namespace. Can we just put them in the pass_util.h 
file and inline?




----------------------------------------------------------------
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]


Reply via email to