[GitHub] [tvm] srinidhigoud commented on a change in pull request #7901: [Frontend][Tensorflow] SelectV2 and BroadcastArgs op support for tf2 models

2021-04-23 Thread GitBox
srinidhigoud commented on a change in pull request #7901: URL: https://github.com/apache/tvm/pull/7901#discussion_r619547983 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -2833,6 +2872,7 @@ def _impl(inputs, attr, params, mod): "Round": AttrCvt("round"),

[GitHub] [tvm] srinidhigoud commented on a change in pull request #7901: [Frontend][Tensorflow] SelectV2 and BroadcastArgs op support for tf2 models

2021-04-23 Thread GitBox
srinidhigoud commented on a change in pull request #7901: URL: https://github.com/apache/tvm/pull/7901#discussion_r619547779 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -1765,6 +1765,44 @@ def _impl(inputs, attr, params, mod): return _impl +def _broadca

[GitHub] [tvm] srinidhigoud commented on a change in pull request #7901: [Frontend][Tensorflow] SelectV2 and BroadcastArgs op support for tf2 models

2021-04-21 Thread GitBox
srinidhigoud commented on a change in pull request #7901: URL: https://github.com/apache/tvm/pull/7901#discussion_r617979127 ## File path: python/tvm/relay/frontend/tensorflow.py ## @@ -1765,6 +1765,44 @@ def _impl(inputs, attr, params, mod): return _impl +def _broadca