Home
last modified time | relevance | path

Searched refs:epoch_ (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h42 epoch_ = 0; in clear()
50 if (epoch_ == current_epoch) return; in ensureCurrentEpoch()
52 epoch_ = current_epoch; in ensureCurrentEpoch()
57 uptr getEpoch() const { return epoch_; } in getEpoch()
62 CHECK_EQ(epoch_, current_epoch); in addLock()
110 CHECK_EQ(epoch_, current_epoch); in getLocks()
119 uptr epoch_; variable
/external/tensorflow/tensorflow/core/kernels/
Drecord_yielder.cc30 epoch_(0), in RecordYielder()
99 ++epoch_; in MainLoop()
119 Hash64(reinterpret_cast<char*>(&epoch_), sizeof(epoch_), opts_.seed)); in MainLoop()
Drecord_yielder.h96 int64 current_epoch() const { return epoch_; } in current_epoch()
107 std::atomic<int64> epoch_; variable
/external/nos/host/generic/nugget/include/
Dsigned_header.h57 epoch_(0x1337), in SignedHeader()
140 printf("hdr.epoch : %08x\n", epoch_); in print()
183 uint32_t epoch_; // word 7 of FWR member
/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc78 epoch_(0), in Iterator()
94 if (!input_impl_ && epoch_ == 0) { in GetNextInternal()
110 epoch_ < this->dataset()->count_) { in GetNextInternal()
125 epoch_++; in GetNextInternal()
216 writer->WriteScalar(this->full_name("epoch"), epoch_)); in SaveInternal()
266 reader->ReadScalar(this->full_name("epoch"), &epoch_)); in RestoreInternal()
330 int64 epoch_ GUARDED_BY(mu_);
/external/nos/host/generic/citadel/updater/
Dupdater.cpp539 hdr->epoch_, hdr->major_, hdr->minor_, be32toh(hdr->img_chk_), in show_ro_string()
553 v->hdr.epoch_, v->hdr.major_, v->hdr.minor_, v->version, in show_rw_string()
/external/python/cpython3/Doc/library/
Dtime.rst581 Return the time in seconds since the epoch_ as a floating point
634 since the epoch_.