Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h246 bool any_pending; member
248 AdjustResult(bool any_dead, bool any_pending) in AdjustResult()
249 : any_dead(any_dead), any_pending(any_pending) {} in AdjustResult()
Dpending_counts_test.cc160 EXPECT_TRUE(result.any_pending); in TEST()
167 EXPECT_TRUE(result.any_pending); in TEST()
Dpropagator_state.cc402 if (!adjust_result.any_pending) { \ in ActivateNodesFastPathInternal()
518 dst_ready = !adjust_result.any_pending; in ActivateNodesSlowPath()
556 dst_ready = !adjust_result.any_pending; in ActivateNodesSlowPath()