Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime_test.cc57 return ClusterFunctionLibraryRuntime::ConstructFunctionGraph( in ConstructFunctionGraphHelper()
115 TEST_F(ClusterFunctionLibraryRuntimeTest, ConstructFunctionGraph) { in TEST_F() argument
Dcluster_function_library_runtime.h55 static Status ConstructFunctionGraph(
Dcluster_function_library_runtime.cc36 Status ClusterFunctionLibraryRuntime::ConstructFunctionGraph( in ConstructFunctionGraph() function in tensorflow::ClusterFunctionLibraryRuntime
208 TF_RETURN_IF_ERROR(ConstructFunctionGraph(sig, attrs, options, *lib_def, in Instantiate()