Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1467 GraphExecutionState* execution_state = nullptr; in CreateGraphs() local
1481 execution_state = temp_exec_state_holder.get(); in CreateGraphs()
1483 execution_state = execution_state_.get(); in CreateGraphs()
1485 execution_state->BuildGraph(subgraph_options, &client_graph)); in CreateGraphs()
1506 auto current_stateful_placements = execution_state->GetStatefulPlacements(); in CreateGraphs()
1524 stateful_placements_ = execution_state->GetStatefulPlacements(); in CreateGraphs()
1529 CopyGraph(*execution_state->full_graph(), run_state_args->graph.get()); in CreateGraphs()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc222 GraphExecutionState* execution_state);
981 GraphExecutionState* execution_state) { in CheckFetches() argument
988 const Node* n = execution_state->get_node_by_name(string(id.first)); in CheckFetches()
1004 const Node* n = execution_state->get_node_by_name(string(id.first)); in CheckFetches()
1013 const Graph* graph = execution_state->full_graph(); in CheckFetches()