Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc105 ::grpc::ChannelArguments GetChannelArguments(const RPCOptions* rpc_options) { in GetChannelArguments() argument
112 if (rpc_options != nullptr) { in GetChannelArguments()
113 if (rpc_options->compression_algorithm() == "deflate") { in GetChannelArguments()
116 rpc_options->compression_level()); in GetChannelArguments()
118 << rpc_options->compression_algorithm() in GetChannelArguments()
119 << "' level=" << rpc_options->compression_level(); in GetChannelArguments()
120 } else if (rpc_options->compression_algorithm() == "gzip") { in GetChannelArguments()
123 rpc_options->compression_level()); in GetChannelArguments()
125 << rpc_options->compression_algorithm() in GetChannelArguments()
126 << "' level=" << rpc_options->compression_level(); in GetChannelArguments()
[all …]
Dgrpc_channel.h90 ::grpc::ChannelArguments GetChannelArguments(const RPCOptions* rpc_options);
97 const RPCOptions* rpc_options,
Dgrpc_session.cc52 if (!options.config.rpc_options().use_rpc_for_inprocess_master()) { in Create()
59 &options.config.rpc_options(), &master_channel)); in Create()
Dgrpc_session_test.cc1167 RPCOptions* rpc_options = options.config.mutable_rpc_options(); in TEST() local
1168 rpc_options->set_compression_algorithm("deflate"); in TEST()
1169 rpc_options->set_compression_level(GRPC_COMPRESS_LEVEL_HIGH); in TEST()
Dgrpc_worker_service.cc427 if (config.rpc_options().cache_rpc_response()) { in GrpcWorker()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-config-proto.pbtxt82 name: "rpc_options"
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_test.cc54 cluster_->targets()[0], &options.config.rpc_options(), &channel_ptr)); in MasterTest()
/external/tensorflow/tensorflow/python/training/
Dserver_lib_test.py120 return config_pb2.ConfigProto(rpc_options=config_pb2.RPCOptions(
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto460 RPCOptions rpc_options = 13; field