Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc329 pending_counts(nullptr), in FrameInfo()
344 PendingCounts* pending_counts; // Owned member
350 delete pending_counts; in ~FrameInfo()
947 explicit IterationState(const PendingCounts* pending_counts, in IterationState()
952 counts_(*pending_counts) { // Initialize with copy of *pending_counts in IterationState()
1090 PendingCounts* pending_counts = nullptr; member
1102 pending_counts = finfo->pending_counts; in InitializeFrameInfo()
1410 root_frame_->pending_counts, root_frame_->total_input_tensors); in ExecutorState()
1493 DCHECK_EQ(finfo->pending_counts, nullptr); in InitializePending()
1494 finfo->pending_counts = counts; in InitializePending()
[all …]
/external/tensorflow/tensorflow/core/
DBUILD3057 "common_runtime/pending_counts.h",