Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h260 return adjust_for_activation_shared(Large(h), increment_dead); in adjust_for_activation()
262 return adjust_for_activation_shared(Packed(h), increment_dead); in adjust_for_activation()
289 inline AdjustResult adjust_for_activation_shared(std::atomic<T>* c, in adjust_for_activation_shared() function