Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1398 std::unique_ptr<GraphExecutionState> extended_execution_state; in Extend() local
1413 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()