Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantized_conv_ops_perchannel_test.cc130 const float filter_max = 127.0f; in TEST_F() local
143 FloatTensorToQuantized<qint8>(filter_float, filter_min, filter_max); in TEST_F()
153 AddInputFromArray<float>(TensorShape({2}), {filter_max, filter_max}); in TEST_F()
Dmkl_quantized_conv_ops_test.cc213 const float filter_max = 127.0f; in TEST_F() local
223 FloatTensorToQuantized<qint8>(filter_float, filter_min, filter_max); in TEST_F()
232 AddInputFromArray<float>(TensorShape({1}), {filter_max}); in TEST_F()
338 const float filter_max = 127.0f; in TEST_F() local
348 FloatTensorToQuantized<qint8>(filter_float, filter_min, filter_max); in TEST_F()
357 AddInputFromArray<float>(TensorShape({1}), {filter_max}); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops_test.cc83 const float filter_max = 9.0f; in TEST_F() local
88 FloatTensorToQuantized<quint8>(filter_float, filter_min, filter_max); in TEST_F()
97 AddInputFromArray<float>(TensorShape({1}), {filter_max}); in TEST_F()
295 const float filter_max = 9.0f; in TEST_F() local
300 FloatTensorToQuantized<quint8>(filter_float, filter_min, filter_max); in TEST_F()
308 AddInputFromArray<float>(TensorShape({1}), {filter_max}); in TEST_F()