[GitHub] [tvm] kevinLu1114 commented on a change in pull request #6700: [Relay][Frontend][Onnx] Loop Support

2021-06-06 Thread GitBox
kevinLu1114 commented on a change in pull request #6700: URL: https://github.com/apache/tvm/pull/6700#discussion_r646167029 ## File path: python/tvm/relay/frontend/onnx.py ## @@ -1995,6 +2022,164 @@ def _impl_v11(cls, inputs, attr, params): return result +class

[GitHub] [tvm] kevinLu1114 commented on a change in pull request #6700: [Relay][Frontend][Onnx] Loop Support

2021-06-06 Thread GitBox
kevinLu1114 commented on a change in pull request #6700: URL: https://github.com/apache/tvm/pull/6700#discussion_r646167029 ## File path: python/tvm/relay/frontend/onnx.py ## @@ -1995,6 +2022,164 @@ def _impl_v11(cls, inputs, attr, params): return result +class