Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h107 virtual ChannelCreationFunction GetChannelCreationFunction() const;
Dgrpc_server_lib.cc320 NewGrpcChannelCache(channel_spec, GetChannelCreationFunction())); in WorkerCacheFactory()
416 ChannelCreationFunction GrpcServer::GetChannelCreationFunction() const { in GetChannelCreationFunction() function in tensorflow::GrpcServer
/external/tensorflow/tensorflow/contrib/verbs/
Dverbs_server_lib.cc61 NewGrpcChannelCache(channel_spec, GetChannelCreationFunction()); in ChannelCacheFactory()