Home
last modified time | relevance | path

Searched refs:filter_float (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops_test.cc84 Tensor filter_float(DT_FLOAT, in TEST_F() local
86 test::FillValues<float>(&filter_float, {1, 4, 7, 2, 5, 8, 3, 6, 9}); in TEST_F()
88 FloatTensorToQuantized<quint8>(filter_float, filter_min, filter_max); in TEST_F()
296 Tensor filter_float(DT_FLOAT, in TEST_F() local
298 test::FillValues<float>(&filter_float, {1, 4, 7, 2, 5, 8, 3, 6, 9}); in TEST_F()
300 FloatTensorToQuantized<quint8>(filter_float, filter_min, filter_max); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantized_conv_ops_perchannel_test.cc136 Tensor filter_float( in TEST_F() local
139 &filter_float, {1, 1, 4, 4, 7, 7, 2, 2, 5, 5, 8, 8, 3, 3, 6, 6, 9, 9}); in TEST_F()
143 FloatTensorToQuantized<qint8>(filter_float, filter_min, filter_max); in TEST_F()
Dmkl_quantized_conv_ops_test.cc219 Tensor filter_float(DT_FLOAT, in TEST_F() local
221 test::FillValues<float>(&filter_float, {1, 4, 7, 2, 5, 8, 3, 6, 9}); in TEST_F()
223 FloatTensorToQuantized<qint8>(filter_float, filter_min, filter_max); in TEST_F()
344 Tensor filter_float(DT_FLOAT, in TEST_F() local
346 test::FillValues<float>(&filter_float, {1, 4, 2, 0, 5, -1, 3, -1, -3}); in TEST_F()
348 FloatTensorToQuantized<qint8>(filter_float, filter_min, filter_max); in TEST_F()