Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dimmutable_executor_state.h95 const FrameInfo& get_root_frame_info() const { return *root_frame_info_; } in get_root_frame_info()
145 const FrameInfo* root_frame_info_; // Not owned. variable
Dimmutable_executor_state.cc95 root_frame_info_ = frame_info_[""].get(); in Initialize()