Searched refs:pending_counts (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | immutable_executor_state.h | 49 pending_counts(nullptr), in FrameInfo() 68 std::unique_ptr<PendingCounts> pending_counts; member
|
D | propagator_state.h | 124 explicit IterationState(int64 iter_num, const PendingCounts* pending_counts, in IterationState() 130 counts(*pending_counts) { // Initialize with copy of *pending_counts in IterationState() 279 PendingCounts* pending_counts = nullptr; member
|
D | immutable_executor_state.cc | 351 DCHECK_EQ(finfo->pending_counts.get(), nullptr); in InitializePending() 352 finfo->pending_counts = in InitializePending() 368 auto& counts = EnsureFrameInfo(name)->pending_counts; in InitializePending()
|
D | propagator_state.cc | 42 0, new PropagatorState::IterationState(0, root_frame_->pending_counts, in PropagatorState() 268 temp->SetIteration(0, new IterationState(0, temp->pending_counts, in FindOrCreateChildFrame() 665 new IterationState(iteration_count, pending_counts, total_input_tensors); in IncrementIteration() 703 pending_counts = finfo.pending_counts.get(); in InitializeFrameInfo()
|
D | BUILD | 569 ":pending_counts", 848 ":pending_counts", 1117 name = "pending_counts", 1118 hdrs = ["pending_counts.h"], 1251 ":pending_counts", 1465 ":pending_counts", 1602 ":pending_counts", 1846 ":pending_counts",
|