Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpropagator_state.h166 void increment_dead_count(PendingCounts::Handle h) { in increment_dead_count() function
167 counts.increment_dead_count(h); in increment_dead_count()
Dpropagator_state.cc309 parent_iter_state->increment_dead_count(dst_pending_id); in DeleteFrame()
322 parent_iter_state->increment_dead_count(dst_pending_id); in DeleteFrame()
505 iter_state->increment_dead_count(dst_pending_id); in ActivateNodesSlowPath()
Dpending_counts_test.cc47 c.increment_dead_count(h[id]); in TEST()
Dpending_counts.h225 void increment_dead_count(Handle h) { in increment_dead_count() function