Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpropagator_state.cc400 #define MAYBE_ADD_TO_READY(dst_id, adjust_result) \ in ActivateNodesFastPathInternal() argument
402 if (!adjust_result.any_pending) { \ in ActivateNodesFastPathInternal()
408 t.is_dead = adjust_result.any_dead; \ in ActivateNodesFastPathInternal()
428 const PendingCounts::AdjustResult adjust_result = in ActivateNodesFastPathInternal() local
433 MAYBE_ADD_TO_READY(dst_id, adjust_result); in ActivateNodesFastPathInternal()
440 const PendingCounts::AdjustResult adjust_result = in ActivateNodesFastPathInternal() local
444 MAYBE_ADD_TO_READY(dst_id, adjust_result); in ActivateNodesFastPathInternal()
515 const PendingCounts::AdjustResult adjust_result = in ActivateNodesSlowPath() local
517 dst_dead = adjust_result.any_dead; in ActivateNodesSlowPath()
518 dst_ready = !adjust_result.any_pending; in ActivateNodesSlowPath()
[all …]