Home
last modified time | relevance | path

Searched defs:flat_index (Results 1 – 8 of 8) 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/pytorch/torch/csrc/jit/tensorexpr/
Dstmt.h318 ExprPtr flat_index() const { in flat_index() function
854 ExprPtr flat_index() const { in flat_index() function
Dir.h461 ExprPtr flat_index() const { in flat_index() function
/external/rust/android-crates-io/crates/strsim/src/
Dlib.rs341 fn flat_index(i: usize, j: usize, width: usize) -> usize { in flat_index() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/strsim-0.11.1/src/
Dlib.rs341 fn flat_index(i: usize, j: usize, width: usize) -> usize { in flat_index() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/strsim-0.11.1/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