Home
last modified time | relevance | path

Searched refs:compute_deconvolution_output_shape (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DDeconvolutionLayerFixture.h260 …TensorShape output_shape = compute_deconvolution_output_shape(out_dim, input_info, weights… in setup()
281 …TensorShape output_shape = compute_deconvolution_output_shape(out_dim, input_info, weights… in setup()
302 …TensorShape output_shape = compute_deconvolution_output_shape(out_dim, input_info, weights… in setup()
325 …TensorShape output_shape = compute_deconvolution_output_shape(out_dim, input_info, weights… in setup()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLDirectDeconvolutionLayer.cpp75 const TensorShape output_shape = compute_deconvolution_output_shape(out_dims, *input, *weights); in validate()
146 …const TensorShape output_shape = compute_deconvolution_output_shape(out_dims, *input->info(), *wei… in configure()
H A DCLGEMMDeconvolutionLayer.cpp190 …TensorShape deconv_shape = misc::shape_calculator::compute_deconvolution_output_shape(out_… in validate()
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLDeconvolutionReshapeOutputKernel.cpp84 …const TensorShape output_shape = misc::shape_calculator::compute_deconvolution_output_shape(out_di… in validate_arguments()
102 …const TensorShape output_shape = misc::shape_calculator::compute_deconvolution_output_shape(out_di… in validate_and_configure_window()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClTransposedConvolutionKernel.cpp86 …TensorShape output_shape = misc::shape_calculator::compute_deconvolution_output_shape(out_dims, *i… in validate_arguments()
121 …TensorShape output_shape = misc::shape_calculator::compute_deconvolution_output_shape(out_dims, *i… in configure()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEDeconvolutionLayer.cpp121 … const TensorShape output_shape = compute_deconvolution_output_shape(out_dims, *input, *weights); in validate()
170 …const TensorShape output_shape = compute_deconvolution_output_shape(out_dims, *input->info(), *wei… in configure()
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DShapeCalculator.h493 inline TensorShape compute_deconvolution_output_shape(const std::pair<unsigned int, unsigned int> &… in compute_deconvolution_output_shape() function