Home
last modified time | relevance | path

Searched refs:AddHostPortsJob (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.h46 Status AddHostPortsJob(const string& job_id,
49 Status AddHostPortsJob(const string& job_id,
Dgrpc_channel.cc115 Status GrpcChannelSpec::AddHostPortsJob(const string& job_id, in AddHostPortsJob() function in tensorflow::GrpcChannelSpec
121 return AddHostPortsJob(job_id, host_ports_map); in AddHostPortsJob()
124 Status GrpcChannelSpec::AddHostPortsJob( in AddHostPortsJob() function in tensorflow::GrpcChannelSpec
Dgrpc_channel_test.cc60 TF_EXPECT_OK(spec.AddHostPortsJob( in TEST()
124 spec.AddHostPortsJob("mnist", {{0, "a:1"}, {3, "d:4"}, {4, "e:5"}})); in TEST()
Dgrpc_server_lib.cc300 TF_RETURN_IF_ERROR(channel_spec->AddHostPortsJob(job.name(), host_ports)); in ParseChannelSpec()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dremote_device_test.cc49 TF_CHECK_OK(spec.AddHostPortsJob("localhost", {hostport})); in RemoteDeviceTest()
Dcluster_function_library_runtime_test.cc35 TF_CHECK_OK(spec.AddHostPortsJob("localhost", cluster_->targets())); in ClusterFunctionLibraryRuntimeTest()