Home
last modified time | relevance | path

Searched defs:dead_count (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h220 int dead_count(Handle h) { in dead_count() function
334 uint8 dead_count : 3; member
342 uint32 dead_count : 31; member
Dpropagator_state.h165 int dead_count(PendingCounts::Handle h) { return counts.dead_count(h); } in dead_count() function