Home
last modified time | relevance | path

Searched refs:current_epoch (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dgraph_info.cc124 int current_epoch = node_subsets_->size() - 1; in UpdateNode() local
149 node_epochs_[node_index] = current_epoch; in UpdateNode()
154 tensor_epochs_[output_tensor_index] = current_epoch; in UpdateNode()
163 int node_epoch = current_epoch; in UpdateNode()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h48 void ensureCurrentEpoch(uptr current_epoch) { in ensureCurrentEpoch() argument
49 if (epoch_ == current_epoch) return; in ensureCurrentEpoch()
51 epoch_ = current_epoch; in ensureCurrentEpoch()
59 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock() argument
60 CHECK_EQ(epoch_, current_epoch); in addLock()
106 const BV &getLocks(uptr current_epoch) const { in getLocks() argument
107 CHECK_EQ(epoch_, current_epoch); in getLocks()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h49 void ensureCurrentEpoch(uptr current_epoch) { in ensureCurrentEpoch() argument
50 if (epoch_ == current_epoch) return; in ensureCurrentEpoch()
52 epoch_ = current_epoch; in ensureCurrentEpoch()
60 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock() argument
62 CHECK_EQ(epoch_, current_epoch); in addLock()
109 const BV &getLocks(uptr current_epoch) const { in getLocks() argument
110 CHECK_EQ(epoch_, current_epoch); in getLocks()
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DSkipgram.pbtxt16 name: "current_epoch"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DSkipgram.pbtxt16 name: "current_epoch"
/external/tensorflow/tensorflow/core/kernels/
Dword2vec_kernels.cc73 Tensor current_epoch(DT_INT32, TensorShape({})); in Compute() local
94 current_epoch.scalar<int32>()() = current_epoch_; in Compute()
100 ctx->set_output(3, current_epoch); in Compute()
Drecord_yielder.h96 int64 current_epoch() const { return epoch_; } in current_epoch() function
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Skipgram.pbtxt22 name: "current_epoch"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt31049 name: "current_epoch"
31109 name: "current_epoch"
31170 name: "current_epoch"
Dops_history.v2.pbtxt69132 name: "current_epoch"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go41401 …ocab_word tf.Output, vocab_freq tf.Output, words_per_epoch tf.Output, current_epoch tf.Output, tot…
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt46297 name: "current_epoch"