[GitHub] [incubator-tvm] masahi commented on a change in pull request #6782: [Torch, QNN] Support dynamic quantization flow to enable importing quantized transformer models

2020-10-28 Thread GitBox
masahi commented on a change in pull request #6782: URL: https://github.com/apache/incubator-tvm/pull/6782#discussion_r513778997 ## File path: python/tvm/relay/frontend/qnn_torch.py ## @@ -826,6 +826,74 @@ def _impl(inputs, _): return _impl +def _linear_dynamic(): +

[GitHub] [incubator-tvm] masahi commented on a change in pull request #6782: [Torch, QNN] Support dynamic quantization flow to enable importing quantized transformer models

2020-10-28 Thread GitBox
masahi commented on a change in pull request #6782: URL: https://github.com/apache/incubator-tvm/pull/6782#discussion_r513778997 ## File path: python/tvm/relay/frontend/qnn_torch.py ## @@ -826,6 +826,74 @@ def _impl(inputs, _): return _impl +def _linear_dynamic(): +

[GitHub] [incubator-tvm] masahi commented on a change in pull request #6782: [Torch, QNN] Support dynamic quantization flow to enable importing quantized transformer models

2020-10-28 Thread GitBox
masahi commented on a change in pull request #6782: URL: https://github.com/apache/incubator-tvm/pull/6782#discussion_r513775708 ## File path: python/tvm/relay/frontend/qnn_torch.py ## @@ -826,6 +826,74 @@ def _impl(inputs, _): return _impl +def _linear_dynamic(): +

[GitHub] [incubator-tvm] masahi commented on a change in pull request #6782: [Torch, QNN] Support dynamic quantization flow to enable importing quantized transformer models

2020-10-28 Thread GitBox
masahi commented on a change in pull request #6782: URL: https://github.com/apache/incubator-tvm/pull/6782#discussion_r513790693 ## File path: python/tvm/relay/frontend/qnn_torch.py ## @@ -826,6 +826,74 @@ def _impl(inputs, _): return _impl +def _linear_dynamic(): +

[GitHub] [incubator-tvm] masahi commented on a change in pull request #6782: [Torch, QNN] Support dynamic quantization flow to enable importing quantized transformer models

2020-10-28 Thread GitBox
masahi commented on a change in pull request #6782: URL: https://github.com/apache/incubator-tvm/pull/6782#discussion_r513771153 ## File path: python/tvm/relay/frontend/qnn_torch.py ## @@ -826,6 +826,74 @@ def _impl(inputs, _): return _impl +def _linear_dynamic(): +