rohanmukh commented on a change in pull request #8454:
URL: https://github.com/apache/tvm/pull/8454#discussion_r672726819
##########
File path: python/tvm/relay/frontend/tensorflow2.py
##########
@@ -325,12 +475,30 @@ def _convert_operator(self, graph, op_name, node_name,
inputs, attrs):
sym = _convert_map_common[op_name](inputs, attrs,
self._params, self._prelude)
else:
sym = _convert_map_common[op_name](inputs, attrs,
self._params, self._module.mod)
+ elif op_name in _convert_map_tf2:
Review comment:
The two op lists are exclusive. Tf2 only has the TensorList ops which
are not present in Tf1.
--
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]