Searched refs:depthwise_convolution_quantized (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | DepthwiseConvolutionLayer.cpp | 138 SimpleTensor<T> depthwise_convolution_quantized(const SimpleTensor<T> &src, const SimpleTensor<TW> … in depthwise_convolution_quantized() function 255 …return depthwise_convolution_quantized<uint8_t, uint8_t, int32_t>(src, weights, biases, dst_shape,… in depthwise_convolution() 262 …return depthwise_convolution_quantized<uint8_t, int8_t, int32_t>(src, weights, biases, dst_shape, … in depthwise_convolution() 269 …return depthwise_convolution_quantized<int8_t, int8_t, int32_t>(src, weights, biases, dst_shape, c… in depthwise_convolution()
|