Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLDirectDeconvolutionLayer.cpp105 …const TensorShape scale_out_shape = compute_deconvolution_upsampled_shape(*input, *weights, stri… in validate()
161 …const TensorShape scale_out_shape = compute_deconvolution_upsampled_shape(*input->info(), *weights… in configure()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEDeconvolutionLayer.cpp143 …const TensorShape scale_out_shape = compute_deconvolution_upsampled_shape(*input, *weights, stri… in validate()
206 …const TensorShape scale_out_shape = compute_deconvolution_upsampled_shape(*input->info(), *weights… in configure()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DShapeCalculator.h461 inline TensorShape compute_deconvolution_upsampled_shape(const ITensorInfo &input, const ITensorInf… in compute_deconvolution_upsampled_shape() function