Home
last modified time | relevance | path

Searched refs:compute_gather_shape (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLGatherKernel.cpp50 …TensorShape output_shape = arm_compute::misc::shape_calculator::compute_gather_shape(input->tensor… in validate_arguments()
64 …TensorShape output_shape = arm_compute::misc::shape_calculator::compute_gather_shape(input->tensor… in validate_and_configure_window()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGatherKernel.cpp79 …TensorShape output_shape = arm_compute::misc::shape_calculator::compute_gather_shape(input->tensor… in validate_arguments()
243 …const TensorShape output_shape = arm_compute::misc::shape_calculator::compute_gather_shape(input->… in configure()
/external/ComputeLibrary/tests/validation/reference/
DGather.cpp43 …const TensorShape dst_shape = arm_compute::misc::shape_calculator::compute_gather_shape(src.shap… in gather()
/external/ComputeLibrary/tests/validation/fixtures/
DGatherFixture.h87 …TensorShape output_shape = arm_compute::misc::shape_calculator::compute_gather_shape(input_sh… in compute_target()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1538 inline TensorShape compute_gather_shape(const TensorShape &input_shape, const TensorShape &indices_… in compute_gather_shape() function