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.cc59 return ClusterFunctionLibraryRuntime::ConstructFunctionGraph( in ConstructFunctionGraphHelper()
118 TEST_F(ClusterFunctionLibraryRuntimeTest, ConstructFunctionGraph) { in TEST_F() argument
Dcluster_function_library_runtime.h62 static Status ConstructFunctionGraph(
Dcluster_function_library_runtime.cc36 Status ClusterFunctionLibraryRuntime::ConstructFunctionGraph( in ConstructFunctionGraph() function in tensorflow::ClusterFunctionLibraryRuntime
209 TF_RETURN_IF_ERROR(ConstructFunctionGraph(sig, attrs, options, *lib_def, in Instantiate()