Home
last modified time | relevance | path

Searched refs:calculate_end_on_index (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/core/utils/helpers/
Dtensor_transform.cpp72 int calculate_end_on_index(TensorShape input_shape, int index, int start_on_index, in calculate_end_on_index() function
132 …ends_abs.set(i, calculate_end_on_index(input_shape, i, start_i, ends, strides, end_mask, shrink_ax… in calculate_strided_slice_coords()
149 …const int end = calculate_end_on_index(input_shape, i, start, ends, strides, end_mask, shrink_a… in compute_strided_slice_output_shape()
/external/ComputeLibrary/arm_compute/core/utils/helpers/
Dtensor_transform.h71 int calculate_end_on_index(TensorShape input_shape, int index, int start_on_index, Coordinates ends…