Home
last modified time | relevance | path

Searched refs:current_id_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.cc33 static std::atomic<int64> current_id_; variable
48 result.set_name(strings::StrCat("_AnonymousVar", current_id_.fetch_add(1))); in MakeResourceHandle()
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.h95 static int64 current_id_ GUARDED_BY(static_resource_lookup_mutex_);
Dmulti_device_iterator_ops.cc369 static std::atomic<int64> current_id_; variable
419 current_id_.fetch_add(1)); in Compute()
Diterator_ops.cc524 unique_name = strings::StrCat("AnonymousIterator", current_id_++); in Compute()
550 int64 AnonymousIteratorHandleOp::current_id_(0); member in tensorflow::data::AnonymousIteratorHandleOp