cchung100m commented on a change in pull request #5073: [Relay][Frontend][ONNX] operator support NonZero URL: https://github.com/apache/incubator-tvm/pull/5073#discussion_r393361403
########## File path: tests/python/frontend/onnx/test_forward.py ########## @@ -30,7 +30,8 @@ import scipy -def get_tvm_output(graph_def, input_data, target, ctx, output_shape=None, output_dtype='float32', opset=None): +def get_tvm_output(graph_def, input_data, target, ctx, output_shape=None, output_dtype='float32', + opset=None, mode=None): Review comment: Yes, It makes sense and I will put it into another function instead of adding it to `get_tvm_output`. ---------------------------------------------------------------- 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] With regards, Apache Git Services
