Searched refs:current_epoch (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/lite/ |
D | graph_info.cc | 124 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/ |
D | sanitizer_deadlock_detector.h | 48 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/ |
D | sanitizer_deadlock_detector.h | 49 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/ |
D | Skipgram.pbtxt | 16 name: "current_epoch"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | Skipgram.pbtxt | 16 name: "current_epoch"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | word2vec_kernels.cc | 73 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()
|
D | record_yielder.h | 96 int64 current_epoch() const { return epoch_; } in current_epoch() function
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Skipgram.pbtxt | 22 name: "current_epoch"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 31049 name: "current_epoch" 31109 name: "current_epoch" 31170 name: "current_epoch"
|
D | ops_history.v2.pbtxt | 69132 name: "current_epoch"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 41401 …ocab_word tf.Output, vocab_freq tf.Output, words_per_epoch tf.Output, current_epoch tf.Output, tot…
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 46297 name: "current_epoch"
|