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.cc38 class RpcCollectiveExecutorMgrTest : public ::testing::Test { class
40 RpcCollectiveExecutorMgrTest() { in RpcCollectiveExecutorMgrTest() function in tensorflow::RpcCollectiveExecutorMgrTest
67 TEST_F(RpcCollectiveExecutorMgrTest, FindOrCreate) { in TEST_F() argument
83 TEST_F(RpcCollectiveExecutorMgrTest, NextStepId) { in TEST_F() argument
128 TEST_F(RpcCollectiveExecutorMgrTest, GetStepSequence) { in TEST_F() argument
Drpc_collective_executor_mgr.h65 friend class RpcCollectiveExecutorMgrTest; variable