Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_def_utils.cc43 graph->SetConstructionContext(ConstructionContext::kEagerRuntime); in FunctionDefToBodyHelper()
Ddirect_session.cc1698 device_graph->SetConstructionContext(ConstructionContext::kDirectSession); in CreateGraphs()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h711 void SetConstructionContext(ConstructionContext construction_context) { in SetConstructionContext() function
Dgraph.cc418 SetConstructionContext(src.GetConstructionContextInternal()); in Copy()