MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / target

Method target

tensorflow/core/distributed_runtime/rpc/grpc_server_lib.cc:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429const string GrpcServer::target() const {
430 return strings::StrCat("grpc://localhost:", bound_port_);
431}
432
433std::shared_ptr<::grpc::ServerCredentials> GrpcServer::GetServerCredentials(
434 const ServerDef& server_def) const {

Callers 6

CreateSessionMethod · 0.45
BuildBuildGraphOptionsFunction · 0.45
HashBuildGraphOptionsFunction · 0.45
BuildGraphOptionsStringFunction · 0.45
PartialRunSetupMethod · 0.45

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected