Home
last modified time | relevance | path

Searched defs:is_quantized_per_channel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClDequantizeKernel.cpp84 const bool is_quantized_per_channel = is_data_type_quantized_per_channel(src->data_type()); in configure() local
135 …const bool is_quantized_per_channel = is_data_type_quantized_per_channel(src->info()->data_type()); in run_op() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClGemmConv2d.cpp274 …const bool is_quantized_per_channel = is_data_type_quantized_per_channel(weights->data_typ… in configure() local
355 const bool is_quantized_per_channel = is_data_type_quantized_per_channel(weights->data_type()); in validate() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DDepthwiseConvolutionLayer.cpp180 const bool is_quantized_per_channel = is_data_type_quantized_per_channel(weights.data_type()); in depthwise_convolution_quantized() local