Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/graph/nodes/
DSliceLayerNode.cpp58 …output_desc.shape = arm_compute::misc::shape_calculator::compute_slice_shape(input_desc… in compute_output_descriptor()
/external/ComputeLibrary/tests/validation/reference/
DSliceOperations.cpp55 …TensorShape dst_shape = arm_compute::misc::shape_calculator::compute_slice_shape(src_shape, starts… in slice()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h1064 inline TensorShape compute_slice_shape(const TensorShape &input_shape, const Coordinates &starts, c… in compute_slice_shape() function