Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantized_conv_ops_perchannel_test.cc129 const float filter_min = -127.0f; // (-128.0f changed for symmetry) in TEST_F() local
143 FloatTensorToQuantized<qint8>(filter_float, filter_min, filter_max); in TEST_F()
152 AddInputFromArray<float>(TensorShape({2}), {filter_min, filter_min}); in TEST_F()
Dmkl_quantized_conv_ops_test.cc212 const float filter_min = -127.0f; in TEST_F() local
223 FloatTensorToQuantized<qint8>(filter_float, filter_min, filter_max); in TEST_F()
231 AddInputFromArray<float>(TensorShape({1}), {filter_min}); in TEST_F()
337 const float filter_min = -127.0f; in TEST_F() local
348 FloatTensorToQuantized<qint8>(filter_float, filter_min, filter_max); in TEST_F()
356 AddInputFromArray<float>(TensorShape({1}), {filter_min}); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops_test.cc82 const float filter_min = 1.0f; in TEST_F() local
88 FloatTensorToQuantized<quint8>(filter_float, filter_min, filter_max); in TEST_F()
96 AddInputFromArray<float>(TensorShape({1}), {filter_min}); in TEST_F()
294 const float filter_min = 1.0f; in TEST_F() local
300 FloatTensorToQuantized<quint8>(filter_float, filter_min, filter_max); in TEST_F()
307 AddInputFromArray<float>(TensorShape({1}), {filter_min}); in TEST_F()