Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
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()
Daggregate_ops.cc75 xla::XlaOp push_index; in Compile() local
Dshape_op.cc406 xla::XlaOp push_index; in Compile() local
/external/rust/crates/clap/src/parser/matches/
Dmatched_arg.rs74 pub(crate) fn push_index(&mut self, index: usize) { in push_index() method
/external/rust/crates/clap/3.2.23/src/parser/matches/
Dmatched_arg.rs93 pub(crate) fn push_index(&mut self, index: usize) { in push_index() method