Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/
DNESpaceToDepthLayerKernel.cpp81 …TensorShape output_shape = misc::shape_calculator::compute_space_to_depth_shape(input->info(), blo… in configure()
/external/ComputeLibrary/src/core/CL/kernels/
DCLSpaceToDepthLayerKernel.cpp80 TensorShape output_shape = compute_space_to_depth_shape(input->info(), block_shape); in configure()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1177 inline TensorShape compute_space_to_depth_shape(const ITensorInfo *input, int32_t block_shape) in compute_space_to_depth_shape() function