Searched refs:epoch_ (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector.h | 42 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/ |
D | record_yielder.cc | 30 epoch_(0), in RecordYielder() 99 ++epoch_; in MainLoop() 119 Hash64(reinterpret_cast<char*>(&epoch_), sizeof(epoch_), opts_.seed)); in MainLoop()
|
D | record_yielder.h | 96 int64 current_epoch() const { return epoch_; } in current_epoch() 107 std::atomic<int64> epoch_; variable
|
/external/nos/host/generic/nugget/include/ |
D | signed_header.h | 57 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/ |
D | shuffle_dataset_op.cc | 78 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/ |
D | updater.cpp | 539 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/ |
D | time.rst | 581 Return the time in seconds since the epoch_ as a floating point 634 since the epoch_.
|