Home
last modified time | relevance | path

Searched refs:QuantizeInt8PerChannel (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dtest_util.h27 void QuantizeInt8PerChannel(const float* scale, const int64_t* zero_point,
Dtest_util.cc37 void QuantizeInt8PerChannel(const float* scale, const int64_t* zero_point, in QuantizeInt8PerChannel() function
Dbinary_elementwise_tester.cc253 QuantizeInt8PerChannel(input1_scales.data(), input1_zero_points.data(), in CreateTfLiteModel()
313 QuantizeInt8PerChannel(input2_scales.data(), input2_zero_points.data(), in CreateTfLiteModel()
Dprelu_tester.cc166 QuantizeInt8PerChannel(slope_scales.data(), slope_zero_points.data(), in CreateTfLiteModel()
Dfully_connected_tester.cc230 QuantizeInt8PerChannel(filter_scales.data(), filter_zero_points.data(), in CreateTfLiteModel()
Dtranspose_conv_tester.cc243 QuantizeInt8PerChannel(filter_scales.data(), filter_zero_points.data(), in CreateTfLiteModel()
Ddepthwise_conv_2d_tester.cc239 QuantizeInt8PerChannel(filter_scales.data(), filter_zero_points.data(), in CreateTfLiteModel()
Dconv_2d_tester.cc262 QuantizeInt8PerChannel(filter_scales.data(), filter_zero_points.data(), in CreateTfLiteModel()