lixiaoquan commented on a change in pull request #5699:
URL: https://github.com/apache/incubator-tvm/pull/5699#discussion_r432765056



##########
File path: tests/python/frontend/tensorflow/test_forward.py
##########
@@ -94,21 +95,21 @@ def vmobj_to_list(o):
 
 def run_tvm_graph(graph_def, input_data, input_node, num_output=1,
                   target='llvm', out_names=None, opt_level=3, 
mode='graph_runtime',
-                  cuda_layout="NCHW"):
+                  layout=None, disabled_pass=None):

Review comment:
       It seems disabled_pass is not specified by any caller




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