Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/fixtures/
DSpaceToDepthFixture.h73 …auto calc_out_shape = misc::shape_calculator::compute_space_to_depth_shape(input.info(), block_sha… in compute_target()
/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.cpp82 TensorShape output_shape = compute_space_to_depth_shape(input->info(), block_shape); in configure()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1191 inline TensorShape compute_space_to_depth_shape(const ITensorInfo *input, int32_t block_shape) in compute_space_to_depth_shape() function