Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1466 std::unique_ptr<GraphExecutionState> temp_exec_state_holder; in CreateGraphs() local
1480 &temp_exec_state_holder, &client_graph)); in CreateGraphs()
1481 execution_state = temp_exec_state_holder.get(); in CreateGraphs()