Searched refs:TryAttemptLocked (Results 1 – 4 of 4) sorted by relevance
138 bool ConditionalAccumulatorBase::TryAttemptLocked( in TryAttemptLocked() function in tensorflow::ConditionalAccumulatorBase175 changed = TryAttemptLocked(&clean_up); in FlushUnlocked()
264 bool QueueBase::TryAttemptLocked(Action action, in TryAttemptLocked() function in tensorflow::QueueBase321 changed = TryAttemptLocked(kEnqueue, &clean_up); in FlushUnlocked()322 changed = TryAttemptLocked(kDequeue, &clean_up) || changed; in FlushUnlocked()
151 bool TryAttemptLocked(std::vector<CleanUp>* clean_up)
132 bool TryAttemptLocked(Action action, std::vector<CleanUp>* clean_up)