Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc2594 const auto dst_pending_id = in DeleteFrame() local
2606 parent_iter_state->decrement_pending(dst_pending_id, 2); in DeleteFrame()
2607 int count = parent_iter_state->pending(dst_pending_id); in DeleteFrame()
2608 int dead_cnt = parent_iter_state->dead_count(dst_pending_id); in DeleteFrame()
2612 parent_iter_state->increment_dead_count(dst_pending_id); in DeleteFrame()
2613 const int dead_cnt = parent_iter_state->dead_count(dst_pending_id); in DeleteFrame()
2616 (parent_iter_state->pending(dst_pending_id) == 1) && dst_dead; in DeleteFrame()
2619 parent_iter_state->increment_dead_count(dst_pending_id); in DeleteFrame()
2621 (parent_iter_state->decrement_pending(dst_pending_id, 1) == 0); in DeleteFrame()
2675 const PendingCounts::Handle dst_pending_id = dst_item->pending_id; in ActivateNodes() local
[all …]