Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc67 for (auto& grpc_option : absl::StrSplit(env, ',')) { in CreateDefaultChannelArguments() local
68 std::vector<string> name_value = absl::StrSplit(grpc_option, '='); in CreateDefaultChannelArguments()
70 LOG(ERROR) << "Invalid GRPC options format: " << grpc_option; in CreateDefaultChannelArguments()
80 LOG(ERROR) << "Failed to parse escaped string for " << grpc_option in CreateDefaultChannelArguments()
90 LOG(ERROR) << "Invalid integer value: " << grpc_option; in CreateDefaultChannelArguments()