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