xinyu-intel commented on a change in pull request #15910: [Quantization]support
exclude operators while quantization
URL: https://github.com/apache/incubator-mxnet/pull/15910#discussion_r315098071
##########
File path: tests/python/quantization/test_quantization.py
##########
@@ -678,6 +678,10 @@ def check_quantized_bn(data_shape, qdtype):
@with_seed()
def test_quantize_params():
+ if is_test_for_native_cpu():
+ print('skipped testing quantized_pooling for native cpu since it is
not supported yet')
Review comment:
okay
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services