Searched refs:NewHostPortGrpcChannel (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_channel_test.cc | 63 ConvertToChannelCreationFunction(NewHostPortGrpcChannel); in TEST() 126 ConvertToChannelCreationFunction(NewHostPortGrpcChannel); in TEST() 187 EXPECT_TRUE(NewHostPortGrpcChannel("127.0.0.1:2222", /*rpc_options=*/nullptr, in TEST() 190 EXPECT_TRUE(NewHostPortGrpcChannel("example.com:2222", in TEST() 193 EXPECT_TRUE(NewHostPortGrpcChannel("fqdn.example.com.:2222", in TEST() 196 EXPECT_TRUE(NewHostPortGrpcChannel("[2002:a9c:258e::]:2222", in TEST() 200 NewHostPortGrpcChannel("[::]:2222", /*rpc_options=*/nullptr, &mock_ptr) in TEST() 203 EXPECT_FALSE(NewHostPortGrpcChannel("example.com/abc:2222", in TEST() 206 EXPECT_FALSE(NewHostPortGrpcChannel("127.0.0.1:2222/", in TEST() 209 EXPECT_FALSE(NewHostPortGrpcChannel( in TEST() [all …]
|
D | grpc_channel.h | 96 Status NewHostPortGrpcChannel(const string& target,
|
D | grpc_session.cc | 57 NewHostPortGrpcChannel(options.target.substr(kSchemePrefixLength), in Create() 395 NewHostPortGrpcChannel(options.target.substr(kSchemePrefixLength), in Reset()
|
D | grpc_channel.cc | 89 Status NewHostPortGrpcChannel(const string& target, in NewHostPortGrpcChannel() function
|
D | grpc_server_lib.cc | 419 return ConvertToChannelCreationFunction(NewHostPortGrpcChannel); in GetChannelCreationFunction()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | remote_device_test.cc | 51 ConvertToChannelCreationFunction(NewHostPortGrpcChannel); in RemoteDeviceTest()
|
D | cluster_function_library_runtime_test.cc | 37 ConvertToChannelCreationFunction(NewHostPortGrpcChannel); in ClusterFunctionLibraryRuntimeTest()
|
D | master_test.cc | 53 TF_CHECK_OK(NewHostPortGrpcChannel(cluster_->targets()[0], &channel_ptr)); in MasterTest()
|