HongHongHongL commented on code in PR #15919:
URL: https://github.com/apache/tvm/pull/15919#discussion_r1357805167


##########
python/tvm/relax/frontend/onnx/onnx_frontend.py:
##########
@@ -100,14 +100,17 @@ def get_constant(
         return var
 
 
-def get_info(info_proto: onnx.onnx_ml_pb2.ValueInfoProto) -> Tuple[str, List, 
str, List]:
+def get_info(info_proto: onnx.onnx_ml_pb2.ValueInfoProto, value_dict={}) -> 
Tuple[str, List, str, List]:

Review Comment:
   `value_dict` should be the input of the function. When a symbol appears for 
the second time, the value in the dict should be used.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to