Searched refs:calculate_start_on_index (Results 1 – 2 of 2) sorted by relevance
/external/ComputeLibrary/src/core/utils/helpers/ |
D | tensor_transform.cpp | 39 int calculate_start_on_index(TensorShape input_shape, int index, Coordinates starts, Coordinates st… in calculate_start_on_index() function 130 const int start_i = calculate_start_on_index(input_shape, i, starts, strides, begin_mask); in calculate_strided_slice_coords() 148 const int start = calculate_start_on_index(input_shape, i, starts, strides, begin_mask); in compute_strided_slice_output_shape()
|
/external/ComputeLibrary/arm_compute/core/utils/helpers/ |
D | tensor_transform.h | 55 int calculate_start_on_index(TensorShape input_shape, int index, Coordinates starts, Coordinates st…
|