Searched refs:filter_max (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_quantized_conv_ops_perchannel_test.cc | 130 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()
|
D | mkl_quantized_conv_ops_test.cc | 213 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/ |
D | quantized_conv_ops_test.cc | 83 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()
|