Searched refs:conv_comp (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_qmatmul_op_test.cc | 133 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 …]
|
D | mkl_quantized_conv_ops_test.cc | 174 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 …]
|
D | mkl_quantized_pooling_ops_test.cc | 120 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()
|
D | mkl_quantized_conv_ops_perchannel_test.cc | 169 ConvMklToTF conv_comp; in TEST_F() local 171 conv_comp.ConvertMKL2TF<qint32>(DT_QINT32, output, output_mkl_metadata, in TEST_F()
|
D | mkl_fused_ops_test.cc | 944 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()
|