Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Drpc_collective_executor_mgr_test.cc35 class RpcCollectiveExecutorMgrTest : public ::testing::Test { class
37 RpcCollectiveExecutorMgrTest() { in RpcCollectiveExecutorMgrTest() function in tensorflow::RpcCollectiveExecutorMgrTest
64 TEST_F(RpcCollectiveExecutorMgrTest, FindOrCreate) { in TEST_F() argument
80 TEST_F(RpcCollectiveExecutorMgrTest, NextStepId) { in TEST_F() argument
125 TEST_F(RpcCollectiveExecutorMgrTest, GetStepSequence) { in TEST_F() argument
Drpc_collective_executor_mgr.h64 friend class RpcCollectiveExecutorMgrTest; variable