Home
last modified time | relevance | path

Searched defs:indices_slice (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/zerovec/src/varzerovec/
Dcomponents.rs444 let indices_slice = self.indices_slice(); in check_indices_and_things() localVariable
487 fn indices_slice(&self) -> &'a [F::Index] { in indices_slice() method
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc2405 ShapeHandle indices_slice; in GatherNdShape() local