Searched refs:compute_deconvolution_output_shape (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | DeconvolutionLayerFixture.h | 260 …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 D | CLDirectDeconvolutionLayer.cpp | 75 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 D | CLGEMMDeconvolutionLayer.cpp | 190 …TensorShape deconv_shape = misc::shape_calculator::compute_deconvolution_output_shape(out_… in validate()
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLDeconvolutionReshapeOutputKernel.cpp | 84 …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 D | ClTransposedConvolutionKernel.cpp | 86 …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 D | NEDeconvolutionLayer.cpp | 121 … 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 D | ShapeCalculator.h | 493 inline TensorShape compute_deconvolution_output_shape(const std::pair<unsigned int, unsigned int> &… in compute_deconvolution_output_shape() function
|