Home
last modified time | relevance | path

Searched defs:current_epoch (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h49 void ensureCurrentEpoch(uptr current_epoch) { in ensureCurrentEpoch()
60 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock()
109 const BV &getLocks(uptr current_epoch) const { in getLocks()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Drecord_yielder.h96 int64_t current_epoch() const { return epoch_; } in current_epoch() function
H A Dword2vec_kernels.cc73 Tensor current_epoch(DT_INT32, TensorShape({})); in Compute() local
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/psk/
Dresolver.rs29 pub current_epoch: Option<&'a EpochSecrets>, field
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/failure_handling/
H A Dfailure_handler_test.py160 def distributed_train_step(current_epoch, current_step): argument
H A Dgce_failure_handler_test.py163 def distributed_train_step(current_epoch, current_step): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dgraph_info.cc134 int current_epoch = node_subsets_->size() - 1; in UpdateNode() local
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmod.rs646 pub fn current_epoch(&self) -> u64 { in current_epoch() function