Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dstrided_slice.cc68 inline int32_t ClampedIndex(int32_t index, int dim, bool pos_stride) { in ClampedIndex() argument
69 return pos_stride in ClampedIndex()
83 const bool pos_stride = GetTensorData<int32_t>(op_context->strides)[idx] > 0; in GetBeginValueAtIndex() local
85 ? pos_stride ? 0 : dim - 1 in GetBeginValueAtIndex()
87 pos_stride); in GetBeginValueAtIndex()
92 const bool pos_stride = GetTensorData<int32_t>(op_context->strides)[idx] > 0; in GetEndValueAtIndex() local
94 ? pos_stride ? dim : -1 in GetEndValueAtIndex()
96 pos_stride); in GetEndValueAtIndex()