diff --git a/tensorflow/core/kernels/BUILD b/tensorflow/core/kernels/BUILD index 5b703d2889f..99f0c0b56b4 100644 --- a/tensorflow/core/kernels/BUILD +++ b/tensorflow/core/kernels/BUILD @@ -8547,11 +8547,18 @@ test_suite( ":nn_ops_test", ":non_max_suppression_op_test", ":quantization_utils_test", + ":quantize_and_dequantize_op_test", ":quantize_op_test", + ":quantized_activation_ops_test", + ":quantized_batch_norm_op_test", + ":quantized_conv_ops_test", + ":quantized_matmul_op_test", + ":quantized_pooling_ops_test", ":random_binomial_op_test", ":random_op_test", ":random_poisson_op_test", ":reduction_ops_test", + ":requantization_range_op_test", ":resize_bilinear_op_test", ":scatter_op_test", ":segment_reduction_ops_test",