ciyongch commented on a change in pull request #14614: [MKLDNN] add quantized
sum
URL: https://github.com/apache/incubator-mxnet/pull/14614#discussion_r273322248
##########
File path: tests/python/quantization/test_quantization.py
##########
@@ -213,6 +213,71 @@ def check_quantized_conv(data_shape, kernel, num_filter,
pad, stride, no_bias, q
check_quantized_conv((3, 4, 28, 28), (3, 3), 128, (1, 1), (1, 1),
True, qdtype)
check_quantized_conv((3, 4, 28, 28), (3, 3), 128, (1, 1), (1, 1),
False, qdtype)
+
+@with_seed()
+def test_quantized_sum():
+ def check_quantized_sum(data_shape, qtype):
Review comment:
Please also add test case in test_subgraph.py
----------------------------------------------------------------
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