Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state.h86 DCHECK(graph_execution_state_->full_graph()); in graph()
87 return *graph_execution_state_->full_graph(); in graph()
H A Dtfrt_graph_execution_state.cc813 build_graph_options, *graph_execution_state->full_graph(), &flib, in OptimizeFunctions()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_execution_state.h149 const Graph* full_graph() { return graph_; } in full_graph() function
H A Ddirect_session.cc1670 CopyGraph(*execution_state->full_graph(), run_state_args->graph.get()); in CreateGraphs()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmaster_session.cc1071 const Graph* graph = execution_state->full_graph(); in CheckFetches()