Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/
DNETileKernel.cpp54 …UTE_RETURN_ERROR_ON_MISMATCHING_DIMENSIONS(misc::shape_calculator::compute_tiled_shape(input->tens… in validate_arguments()
72 …TensorShape tiled_shape = misc::shape_calculator::compute_tiled_shape(input->info()->tensor_shape(… in configure()
/external/ComputeLibrary/src/core/CL/kernels/
DCLTileKernel.cpp49 …UTE_RETURN_ERROR_ON_MISMATCHING_DIMENSIONS(misc::shape_calculator::compute_tiled_shape(input->tens… in validate_arguments()
73 …TensorShape tiled_shape = misc::shape_calculator::compute_tiled_shape(input->info()->tensor_shape(… in configure()
/external/ComputeLibrary/tests/validation/reference/
DTile.cpp42 const auto tiled_shape = misc::shape_calculator::compute_tiled_shape(src.shape(), multiples); in tile()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1254 inline TensorShape compute_tiled_shape(const TensorShape &input_shape, const Multiples &multiples) in compute_tiled_shape() function