Home
last modified time | relevance | path

Searched refs:validate_arguments_static (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEBatchToSpaceLayerKernel.cpp56 Status validate_arguments_static(const ITensorInfo *input, const int block_shape_x, const int block… in validate_arguments_static() function
111 …ARM_COMPUTE_ERROR_THROW_ON(validate_arguments_static(input->info(), block_shape_x, block_shape_y, … in configure()
134 …ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments_static(input, block_shape_x, block_shape_y, output)… in validate()
H A DNESpaceToBatchLayerKernel.cpp67 Status validate_arguments_static(const ITensorInfo *input, const int block_shape_x, const int block… in validate_arguments_static() function
117 …ARM_COMPUTE_ERROR_THROW_ON(validate_arguments_static(input->info(), block_shape_x, block_shape_y, … in configure()
139 …ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments_static(input, block_shape_x, block_shape_y, padding… in validate()
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLBatchToSpaceLayerKernel.cpp55 Status validate_arguments_static(const ITensorInfo *input, const int block_shape_x, const int block… in validate_arguments_static() function
134 …ARM_COMPUTE_ERROR_THROW_ON(validate_arguments_static(input->info(), block_shape_x, block_shape_y, … in configure()
165 …ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments_static(input, block_shape_x, block_shape_y, output)… in validate()
H A DCLSpaceToBatchLayerKernel.cpp63 Status validate_arguments_static(const ITensorInfo *input, const int block_shape_x, const int block… in validate_arguments_static() function
143 …ARM_COMPUTE_ERROR_THROW_ON(validate_arguments_static(input->info(), block_shape_x, block_shape_y, … in configure()
183 …ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments_static(input, block_shape_x, block_shape_y, padding… in validate()