Searched refs:extended_execution_state (Results 1 – 1 of 1) sorted by relevance
1398 std::unique_ptr<GraphExecutionState> extended_execution_state; in Extend() local1413 execution_state_->Extend(req->graph_def(), &extended_execution_state)); in Extend()1415 CHECK(extended_execution_state); in Extend()1417 execution_state_.swap(extended_execution_state); in Extend()