Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime_test.cc29 class ClusterFunctionLibraryRuntimeTest : public ::testing::Test { class
31 ClusterFunctionLibraryRuntimeTest() { in ClusterFunctionLibraryRuntimeTest() function in tensorflow::ClusterFunctionLibraryRuntimeTest
104 TEST_F(ClusterFunctionLibraryRuntimeTest, ConstructFunctionGraph) { in TEST_F() argument
308 TEST_F(ClusterFunctionLibraryRuntimeTest, DISABLED_InstantiateAndRun) { in TEST_F() argument
322 TEST_F(ClusterFunctionLibraryRuntimeTest, in TEST_F() argument
Dcluster_function_library_runtime.h52 friend class ClusterFunctionLibraryRuntimeTest; variable