Searched refs:start_0 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | strided_slice.h | 54 const int start_0 = StartForAxis(params_copy, input_shape, 0); in StridedSlice() local 55 const int stop_0 = StopForAxis(params_copy, input_shape, 0, start_0); in StridedSlice() 65 for (int offset_0 = start_0 * input_shape.Dims(1), in StridedSlice()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 5465 const int start_0 = StartForAxis(params_copy, input_shape, 0); in StridedSlice() local 5466 const int stop_0 = StopForAxis(params_copy, input_shape, 0, start_0); in StridedSlice() 5477 for (int offset_0 = start_0 * input_shape.Dims(1), in StridedSlice()
|