Home
last modified time | relevance | path

Searched refs:insert_tuple (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbarrier_ops.cc109 Tuple insert_tuple; in TryInsertMany() local
160 insert_tuple.reserve(2 + num_components()); // indices, keys, rest in TryInsertMany()
173 insert_tuple.push_back(component); in TryInsertMany()
179 insert_tuple, ctx, in TryInsertMany()
H A Dmap_stage_op.cc321 OptionalTuple insert_tuple = std::move(it->second); in put_incomplete() local
326 TF_RETURN_IF_ERROR(put_complete(key, &insert_tuple)); in put_incomplete()