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



##########
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:
       We might need to disable fold_scale_axis for ssd testing. 
https://discuss.tvm.ai/t/relay-pass-do-we-want-to-allow-letnode-in-foldscaleaxis-pass/6420
 Will update that when dynamic nms pr is in.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to