Home
last modified time | relevance | path

Searched refs:conv_comp (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_qmatmul_op_test.cc133 ConvMklToTF conv_comp; in TEST_F() local
135 conv_comp.ConvertMKL2TF<qint32>(DT_QINT32, output, mkl_shape_tensor, in TEST_F()
207 ConvMklToTF conv_comp; in TEST_F() local
209 conv_comp.ConvertMKL2TF<qint32>(DT_QINT32, output, mkl_shape_tensor, in TEST_F()
296 ConvMklToTF conv_comp; in TEST_F() local
298 conv_comp.ConvertMKL2TF<qint32>(DT_QINT32, output, mkl_shape_tensor, in TEST_F()
388 ConvMklToTF conv_comp; in TEST_F() local
390 conv_comp.ConvertMKL2TF<quint8>(DT_QUINT8, output, mkl_shape_tensor, in TEST_F()
481 ConvMklToTF conv_comp; in TEST_F() local
483 conv_comp.ConvertMKL2TF<float>(DT_FLOAT, output, mkl_shape_tensor, in TEST_F()
[all …]
Dmkl_quantized_conv_ops_test.cc174 ConvMklToTF conv_comp; in RunQuantizedDepthwiseConv2DOp() local
176 conv_comp.ConvertMklToTF<qint32>(DT_QINT32, output, output_mkl_metadata, in RunQuantizedDepthwiseConv2DOp()
275 ConvMklToTF conv_comp; in TEST_F() local
277 conv_comp.ConvertMklToTF<qint32>(DT_QINT32, output, output_mkl_metadata, in TEST_F()
379 ConvMklToTF conv_comp; in TEST_F() local
381 conv_comp.ConvertMklToTF<qint32>(DT_QINT32, output, output_mkl_metadata, in TEST_F()
441 ConvMklToTF conv_comp; in TEST_F() local
443 conv_comp.ConvertMklToTF<qint32>(DT_QINT32, output, output_mkl_metadata, in TEST_F()
523 ConvMklToTF conv_comp; in TEST_F() local
525 conv_comp.ConvertMklToTF<qint32>(DT_QINT32, output, output_mkl_metadata, in TEST_F()
[all …]
Dmkl_quantized_pooling_ops_test.cc120 ConvMklToTF conv_comp; in TEST_F() local
122 conv_comp.ConvertMKL2TF<quint8>(DT_QUINT8, output, mkl_shape_tensor, in TEST_F()
188 ConvMklToTF conv_comp; in TEST_F() local
190 conv_comp.ConvertMKL2TF<quint8>(DT_QUINT8, output, mkl_shape_tensor, in TEST_F()
Dmkl_quantized_conv_ops_perchannel_test.cc169 ConvMklToTF conv_comp; in TEST_F() local
171 conv_comp.ConvertMKL2TF<qint32>(DT_QINT32, output, output_mkl_metadata, in TEST_F()
Dmkl_fused_ops_test.cc944 CommonTestUtilities<T> conv_comp; in Run() local
947 conv_comp.ConvertAndCompare(dtype, output, output_layout, expected); in Run()
1392 CommonTestUtilities<quint8> conv_comp; in Run() local
1393 conv_comp.ConvertAndCompareIntegral(dtype, output, output_layout, expected); in Run()