Searched refs:QuantizeInt8PerChannel (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | test_util.h | 27 void QuantizeInt8PerChannel(const float* scale, const int64_t* zero_point,
|
D | test_util.cc | 37 void QuantizeInt8PerChannel(const float* scale, const int64_t* zero_point, in QuantizeInt8PerChannel() function
|
D | binary_elementwise_tester.cc | 253 QuantizeInt8PerChannel(input1_scales.data(), input1_zero_points.data(), in CreateTfLiteModel() 313 QuantizeInt8PerChannel(input2_scales.data(), input2_zero_points.data(), in CreateTfLiteModel()
|
D | prelu_tester.cc | 166 QuantizeInt8PerChannel(slope_scales.data(), slope_zero_points.data(), in CreateTfLiteModel()
|
D | fully_connected_tester.cc | 230 QuantizeInt8PerChannel(filter_scales.data(), filter_zero_points.data(), in CreateTfLiteModel()
|
D | transpose_conv_tester.cc | 243 QuantizeInt8PerChannel(filter_scales.data(), filter_zero_points.data(), in CreateTfLiteModel()
|
D | depthwise_conv_2d_tester.cc | 239 QuantizeInt8PerChannel(filter_scales.data(), filter_zero_points.data(), in CreateTfLiteModel()
|
D | conv_2d_tester.cc | 262 QuantizeInt8PerChannel(filter_scales.data(), filter_zero_points.data(), in CreateTfLiteModel()
|