Home
last modified time | relevance | path

Searched refs:get_root_frame_info (Results 1 – 3 of 3) 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() function
Dsimple_propagator_state.cc28 immutable_state.get_root_frame_info(), vlog) {} in SimplePropagatorState()
Dpropagator_state.cc38 root_frame_->InitializeFrameInfo(immutable_state_.get_root_frame_info()); in PropagatorState()