[GitHub] [incubator-tvm] maheshambule commented on a change in pull request #5452: [Frontend][TFLite] L2_POOL_2D operator

2020-04-28 Thread GitBox
maheshambule commented on a change in pull request #5452: URL: https://github.com/apache/incubator-tvm/pull/5452#discussion_r416368690 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -1770,6 +1775,12 @@ def convert_pool2d(self, op, pool_type): assert

[GitHub] [incubator-tvm] maheshambule commented on a change in pull request #5452: [Frontend][TFLite] L2_POOL_2D operator

2020-04-28 Thread GitBox
maheshambule commented on a change in pull request #5452: URL: https://github.com/apache/incubator-tvm/pull/5452#discussion_r416368820 ## File path: tests/python/frontend/tflite/test_forward.py ## @@ -487,6 +487,31 @@ def test_forward_pooling():

[GitHub] [incubator-tvm] maheshambule commented on a change in pull request #5452: [Frontend][TFLite] L2_POOL_2D operator

2020-04-27 Thread GitBox
maheshambule commented on a change in pull request #5452: URL: https://github.com/apache/incubator-tvm/pull/5452#discussion_r416041366 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -1770,6 +1775,12 @@ def convert_pool2d(self, op, pool_type): assert

[GitHub] [incubator-tvm] maheshambule commented on a change in pull request #5452: [Frontend][TFLite] L2_POOL_2D operator

2020-04-27 Thread GitBox
maheshambule commented on a change in pull request #5452: URL: https://github.com/apache/incubator-tvm/pull/5452#discussion_r415749383 ## File path: tests/python/frontend/tflite/test_forward.py ## @@ -487,6 +487,31 @@ def test_forward_pooling():

[GitHub] [incubator-tvm] maheshambule commented on a change in pull request #5452: [Frontend][TFLite] L2_POOL_2D operator

2020-04-27 Thread GitBox
maheshambule commented on a change in pull request #5452: URL: https://github.com/apache/incubator-tvm/pull/5452#discussion_r415688419 ## File path: python/tvm/relay/frontend/tflite.py ## @@ -1770,6 +1775,12 @@ def convert_pool2d(self, op, pool_type): assert