zxy844288792 commented on a change in pull request #8454:
URL: https://github.com/apache/tvm/pull/8454#discussion_r672709663
##########
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:
So far we only have few ops in tf2 converter.
--
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]