Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.cc34 static std::atomic<int64> current_id_; variable
46 result.set_name(strings::StrCat("_AnonymousVar", current_id_.fetch_add(1))); in MakeResourceHandle()
/external/tensorflow/tensorflow/core/kernels/data/
Dmulti_device_iterator_ops.cc392 static std::atomic<int64> current_id_; variable
442 current_id_.fetch_add(1)); in Compute()