Searched defs:current_id_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ | ||
D | resource_mgr.cc | 33 static std::atomic<int64> current_id_; variable |
/external/tensorflow/tensorflow/core/kernels/data/ | ||
D | multi_device_iterator_ops.cc | 369 static std::atomic<int64> current_id_; variable |
D | iterator_ops.cc | 550 int64 AnonymousIteratorHandleOp::current_id_(0); member in tensorflow::data::AnonymousIteratorHandleOp |