Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h123 return NodeStateForStruct(Large(h)->load(std::memory_order_relaxed)); in node_state()
125 return NodeStateForStruct(Packed(h)->load(std::memory_order_relaxed)); in node_state()
162 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in pending()
171 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in pending()
203 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in mark_live()
211 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in mark_live()
229 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in increment_dead_count()
236 if (PENDING_NOTREADY == NodeStateForStruct(c)) { in increment_dead_count()
292 if (increment_dead && PENDING_NOTREADY == NodeStateForStruct(val)) { in adjust_for_activation_shared()
306 if (increment_dead && PENDING_NOTREADY == NodeStateForStruct(new_val)) { in adjust_for_activation_shared_atomic()
[all …]