Home
last modified time | relevance | path

Searched refs:NeedsUpdates (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drange_sampler.h94 virtual bool NeedsUpdates() const { return false; } in NeedsUpdates() function
173 bool NeedsUpdates() const override { return true; } in NeedsUpdates() function
199 bool NeedsUpdates() const override { return true; } in NeedsUpdates() function
Dcandidate_sampler_ops.cc96 if (sampler_->NeedsUpdates()) { in Compute()