Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
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()
/external/tensorflow/tensorflow/core/kernels/
Drecord_yielder.h96 int64_t current_epoch() const { return epoch_; } in current_epoch() function
Dword2vec_kernels.cc73 Tensor current_epoch(DT_INT32, TensorShape({})); in Compute() local
/external/tensorflow/tensorflow/python/distribute/failure_handling/
Dfailure_handler_test.py160 def distributed_train_step(current_epoch, current_step): argument
Dgce_failure_handler_test.py163 def distributed_train_step(current_epoch, current_step): argument
/external/tensorflow/tensorflow/lite/
Dgraph_info.cc134 int current_epoch = node_subsets_->size() - 1; in UpdateNode() local