Home
last modified time | relevance | path

Searched defs:push_index (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dtensor_list_utils.cc132 Status BuildNonNestedTensorList(xla::XlaOp buffer, xla::XlaOp push_index, in BuildNonNestedTensorList()
160 Status GetTensorListPushIndex(xla::XlaOp list, xla::XlaOp* push_index) { in GetTensorListPushIndex()
172 Status SetTensorListPushIndex(xla::XlaOp list, xla::XlaOp push_index, in SetTensorListPushIndex()
366 xla::XlaOp push_index = xla::GetTupleElement(list, list_tuple_size - 1); in ExecuteTensorListPushBack() local
431 xla::XlaOp push_index = xla::GetTupleElement(list, list_tuple_size - 1); in ExecuteTensorListPopBack() local
543 Status ExecuteTensorListFromTensor(int push_index, xla::XlaOp tensor, in ExecuteTensorListFromTensor()
H A Daggregate_ops.cc75 xla::XlaOp push_index; in Compile() local
H A Dshape_op.cc406 xla::XlaOp push_index; in Compile() local
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/matches/
Dmatched_arg.rs74 pub(crate) fn push_index(&mut self, index: usize) { in push_index() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/matches/
H A Dmatched_arg.rs74 pub(crate) fn push_index(&mut self, index: usize) { in push_index() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/
Dmatched_arg.rs93 pub(crate) fn push_index(&mut self, index: usize) { in push_index() method