Home
last modified time | relevance | path

Searched refs:construct_slice_end_mask (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNESlice.cpp43 …const int32_t slice_end_mask = arm_compute::helpers::tensor_transform::construct_slice_end_mask(en… in configure()
61 …const int32_t slice_end_mask = arm_compute::helpers::tensor_transform::construct_slice_end_mask(en… in validate()
DNEUnstack.cpp53 slice_end_mask = arm_compute::helpers::tensor_transform::construct_slice_end_mask(slice_end); in setup_slice_coordinates_and_mask()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLSlice.cpp43 …const int32_t slice_end_mask = arm_compute::helpers::tensor_transform::construct_slice_end_mask(en… in configure()
61 …const int32_t slice_end_mask = arm_compute::helpers::tensor_transform::construct_slice_end_mask(en… in validate()
DCLUnstack.cpp54 slice_end_mask = arm_compute::helpers::tensor_transform::construct_slice_end_mask(slice_end); in setup_slice_coordinates_and_mask()
/external/ComputeLibrary/arm_compute/core/utils/helpers/
Dtensor_transform.h124 int32_t construct_slice_end_mask(Coordinates ends);
/external/ComputeLibrary/src/core/utils/helpers/
Dtensor_transform.cpp172 int32_t construct_slice_end_mask(Coordinates ends) in construct_slice_end_mask() function
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1070 0, construct_slice_end_mask(ends), 0); in compute_slice_shape()