deepakbabel23 commented on a change in pull request #5617: URL: https://github.com/apache/incubator-tvm/pull/5617#discussion_r431618598
########## File path: python/tvm/relay/frontend/tensorflow.py ########## @@ -2896,15 +2903,29 @@ def _parse_import_prerequisites(self, graph): """ missing_operators = set() for node in graph.node: + try: + from tensorflow.python.framework import op_def_registry Review comment: @srkreddy1238 , Thank you Siva. op_def_registry is part of both 1.x and 2.x versions. So there would not be an exception in this case. ---------------------------------------------------------------- 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