Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.h111 int32_t zero_point = 0, bool per_channel_quantization = false,
124 per_channel_quantization(per_channel_quantization), in type()
141 bool per_channel_quantization; member
202 if (t.per_channel_quantization) { in AddConstInput()
Dtest_util.cc85 if (t.per_channel_quantization) { in AddInput()
96 if (t.per_channel_quantization) { in AddVariableInput()
Ddepthwise_conv_hybrid_test.cc69 if (filter.per_channel_quantization) { in BaseDepthwiseConvolutionOpModel()
Dconv_test.cc76 if (filter.per_channel_quantization) {
Ddepthwise_conv_test.cc70 if (filter.per_channel_quantization) { in BaseDepthwiseConvolutionOpModel()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dconv_test.cc45 if (filter.per_channel_quantization) { in QuantizedConvolutionOpModel()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_signed_quantization_test.cc253 if (filter.per_channel_quantization) {
Dnnapi_delegate_test.cc960 CHECK(filter.per_channel_quantization); in PerChannelQuantizedConvolutionWithConstantFilterOpModel()