Home
last modified time | relevance | path

Searched defs:flat_index (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Ddynamic_update_slice.cc85 int flat_index = index[0] + (start_indices ? start_indices[0] : 0); in TensorIndexToFlat() local
Dmirror_pad.cc118 int flat_index = 0; in GetFlatIndex() local
/external/rust/crates/strsim/src/
Dlib.rs341 fn flat_index(i: usize, j: usize, width: usize) -> usize { in flat_index() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h790 int flat_index = i; in SelectTrueCoords() local