Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv_test.cc62 filter.per_channel_quantization_scales.size()); in BaseDepthwiseConvolutionOpModel()
64 filter.per_channel_quantization_scales.size()); in BaseDepthwiseConvolutionOpModel()
65 for (int i = 0; i < filter.per_channel_quantization_scales.size(); in BaseDepthwiseConvolutionOpModel()
68 input.scale * filter.per_channel_quantization_scales[i]; in BaseDepthwiseConvolutionOpModel()
Dtest_util.h91 std::vector<float> per_channel_quantization_scales = {},
101 per_channel_quantization_scales( in type()
102 std::move(per_channel_quantization_scales)), in type()
113 std::vector<float> per_channel_quantization_scales; member
368 builder_.CreateVector<float>(t.per_channel_quantization_scales), in AddTensorPerChannelQuant()
Dconv_test.cc64 filter.per_channel_quantization_scales.size()); in BaseConvolutionOpModel()
66 filter.per_channel_quantization_scales.size()); in BaseConvolutionOpModel()
67 for (int i = 0; i < filter.per_channel_quantization_scales.size(); in BaseConvolutionOpModel()
70 input.scale * filter.per_channel_quantization_scales[i]; in BaseConvolutionOpModel()