Searched refs:round_ (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/data/service/ |
D | task_remover.cc | 35 round_ = round; in RequestRemoval() 37 if (round != round_) { in RequestRemoval() 38 round_ = kInvalidRound; in RequestRemoval() 47 while (round == round_ && !removed_ && in RequestRemoval() 58 round_ = kInvalidRound; in RequestRemoval()
|
D | task_remover.h | 45 int64_t round_ TF_GUARDED_BY(mu_);
|
/external/stressapptest/src/ |
D | worker.h | 890 int round_; variable
|
D | worker.cc | 3444 round_(round) { in CpuFreqThread() 3448 round_ = 1; in CpuFreqThread() 3502 *freq = computed - (computed % round_); in ComputeFrequency()
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.h | 508 for (size_t i = 0; i < ArrayLength(round_); i++) { in LogicVRegister() 509 round_[i] = 0; in LogicVRegister() 728 bool GetRounding(int index) { return round_[index]; } in GetRounding() 731 void SetRounding(int index, bool round) { round_[index] = round; } in SetRounding() 792 bool round_[kZRegMaxSizeInBytes]; variable
|
/external/rappor/third_party/ |
D | dygraph-combined.js | 2 …round_(e,n),s||l){var h,p=[],g=[];s&&(h=1e3,p=t.KMB_LABELS),l&&(s&&console.warn("Setting both labe… 4 …,y=g+"/"+d+"/"+u;return c&&(y+=" "+Dygraph.hmsString_(l,h,p)),y},Dygraph.round_=function(t,e){var …
|