Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc59 ::grpc::ChannelArguments GetChannelArguments(const RPCOptions* rpc_options) { in GetChannelArguments() argument
66 if (rpc_options != nullptr) { in GetChannelArguments()
67 if (rpc_options->compression_algorithm() == "deflate") { in GetChannelArguments()
70 rpc_options->compression_level()); in GetChannelArguments()
72 << rpc_options->compression_algorithm() in GetChannelArguments()
73 << "' level=" << rpc_options->compression_level(); in GetChannelArguments()
74 } else if (rpc_options->compression_algorithm() == "gzip") { in GetChannelArguments()
77 rpc_options->compression_level()); in GetChannelArguments()
79 << rpc_options->compression_algorithm() in GetChannelArguments()
80 << "' 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.cc51 if (!options.config.rpc_options().use_rpc_for_inprocess_master()) { in Create()
58 &options.config.rpc_options(), &master_channel)); in Create()
Dgrpc_session_test.cc1073 RPCOptions* rpc_options = options.config.mutable_rpc_options(); in TEST() local
1074 rpc_options->set_compression_algorithm("deflate"); in TEST()
1075 rpc_options->set_compression_level(GRPC_COMPRESS_LEVEL_HIGH); in TEST()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-config-proto.pbtxt82 name: "rpc_options"
/external/tensorflow/tensorflow/python/training/
Dserver_lib_test.py120 return config_pb2.ConfigProto(rpc_options=config_pb2.RPCOptions(
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto403 RPCOptions rpc_options = 13; field