Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc68 args.SetCompressionAlgorithm(GRPC_COMPRESS_DEFLATE); in GetChannelArguments()
75 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); in GetChannelArguments()
/external/grpc-grpc/include/grpcpp/support/
Dchannel_arguments.h65 void SetCompressionAlgorithm(grpc_compression_algorithm algorithm);
/external/grpc-grpc/src/cpp/common/
Dchannel_arguments.cc82 void ChannelArguments::SetCompressionAlgorithm( in SetCompressionAlgorithm() function in grpc::ChannelArguments