Home
last modified time | relevance | path

Searched refs:NewHostPortGrpcChannel (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel_test.cc63 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 …]
Dgrpc_channel.h96 Status NewHostPortGrpcChannel(const string& target,
Dgrpc_session.cc57 NewHostPortGrpcChannel(options.target.substr(kSchemePrefixLength), in Create()
395 NewHostPortGrpcChannel(options.target.substr(kSchemePrefixLength), in Reset()
Dgrpc_channel.cc89 Status NewHostPortGrpcChannel(const string& target, in NewHostPortGrpcChannel() function
Dgrpc_server_lib.cc419 return ConvertToChannelCreationFunction(NewHostPortGrpcChannel); in GetChannelCreationFunction()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dremote_device_test.cc51 ConvertToChannelCreationFunction(NewHostPortGrpcChannel); in RemoteDeviceTest()
Dcluster_function_library_runtime_test.cc37 ConvertToChannelCreationFunction(NewHostPortGrpcChannel); in ClusterFunctionLibraryRuntimeTest()
Dmaster_test.cc53 TF_CHECK_OK(NewHostPortGrpcChannel(cluster_->targets()[0], &channel_ptr)); in MasterTest()