Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster.cc360 string grpc_protocol("grpc"); in CreateSession() local
361 worker_cache_factory_options.protocol = &grpc_protocol; in CreateSession()
382 string grpc_protocol(kGrpcProtocol); in CreateSession() local
383 if (req->target().compare(0, grpc_protocol.length(), grpc_protocol) == in CreateSession()
386 req->target().substr(grpc_protocol.length(), string::npos); in CreateSession()