Searched refs:execution_state (Results 1 – 2 of 2) sorted by relevance
1467 GraphExecutionState* execution_state = nullptr; in CreateGraphs() local1481 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()
222 GraphExecutionState* execution_state);981 GraphExecutionState* execution_state) { in CheckFetches() argument988 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()