Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpropagator_state.cc36 root_frame_ = new FrameState(immutable_state_, 1); in PropagatorState()
37 root_frame_->frame_id = 0; // must be 0 in PropagatorState()
38 root_frame_->InitializeFrameInfo(immutable_state_.get_root_frame_info()); in PropagatorState()
41 root_frame_->SetIteration( in PropagatorState()
42 0, new PropagatorState::IterationState(0, root_frame_->pending_counts, in PropagatorState()
43 root_frame_->total_input_tensors)); in PropagatorState()
45 outstanding_frames_.emplace(root_frame_->frame_id, root_frame_); in PropagatorState()
56 mutex_lock l(root_frame_->mu); in ActivateRoots()
57 IterationState* root_iter = root_frame_->GetIteration(0); in ActivateRoots()
60 ready->emplace_back(item, root_frame_, root_iter, false); in ActivateRoots()
Dpropagator_state.h501 FrameState* root_frame_; variable