Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.h147 const Graph* full_graph() { return graph_; } in full_graph() function
Ddirect_session.cc1529 CopyGraph(*execution_state->full_graph(), run_state_args->graph.get()); in CreateGraphs()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1013 const Graph* graph = execution_state->full_graph(); in CheckFetches()