Home
last modified time | relevance | path

Searched refs:TryAttemptLocked (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator_base.cc138 bool ConditionalAccumulatorBase::TryAttemptLocked( in TryAttemptLocked() function in tensorflow::ConditionalAccumulatorBase
175 changed = TryAttemptLocked(&clean_up); in FlushUnlocked()
Dqueue_base.cc264 bool QueueBase::TryAttemptLocked(Action action, in TryAttemptLocked() function in tensorflow::QueueBase
321 changed = TryAttemptLocked(kEnqueue, &clean_up); in FlushUnlocked()
322 changed = TryAttemptLocked(kDequeue, &clean_up) || changed; in FlushUnlocked()
Dconditional_accumulator_base.h151 bool TryAttemptLocked(std::vector<CleanUp>* clean_up)
Dqueue_base.h132 bool TryAttemptLocked(Action action, std::vector<CleanUp>* clean_up)