Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc1274 FrameState* root_frame_; member in tensorflow::__anon6f8fc96b0111::ExecutorState
1403 root_frame_ = new FrameState(impl_, 1); in ExecutorState()
1404 root_frame_->frame_id = 0; // must be 0 in ExecutorState()
1405 root_frame_->InitializeFrameInfo(root_frame_->frame_name); in ExecutorState()
1408 root_frame_->iterations.resize(root_frame_->max_parallel_iterations); in ExecutorState()
1409 root_frame_->iterations[0] = new IterationState( in ExecutorState()
1410 root_frame_->pending_counts, root_frame_->total_input_tensors); in ExecutorState()
1412 outstanding_frames_.insert({root_frame_->frame_name, root_frame_}); in ExecutorState()
1524 ready.push_back(TaggedNode{n, root_frame_, 0, false}); in RunAsync()
1531 root_frame_->iterations[0]->outstanding_ops = ready.size(); in RunAsync()