Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_response_cache.cc35 auto entry_copy = entry; in QueueRequest() local
38 entry_copy.FinishResponse(cb); in QueueRequest()
62 absl::optional<ResponseCacheEntry> entry_copy; in OnRequestFinished() local
86 entry_copy = entry; in OnRequestFinished()
91 for (auto& cb : entry_copy->callbacks) { in OnRequestFinished()
92 entry_copy->FinishResponse(cb); in OnRequestFinished()
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc831 BundleEntryProto entry_copy; in GetBundleEntryProto() local
833 ParseEntryProto(iter_->key(), iter_->value(), &entry_copy)); in GetBundleEntryProto()
834 if (!TensorShape::IsValid(entry_copy.shape())) { in GetBundleEntryProto()
836 entry_copy.shape().ShortDebugString()); in GetBundleEntryProto()
839 entry->Swap(&entry_copy); in GetBundleEntryProto()