Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc726 DebugGrpcChannel::DebugGrpcChannel(const string& server_stream_addr) in DebugGrpcChannel() argument
727 : server_stream_addr_(server_stream_addr), in DebugGrpcChannel()
728 url_(strings::StrCat(DebugIO::kGrpcURLScheme, server_stream_addr)) {} in DebugGrpcChannel()
852 const string server_stream_addr = in GetOrCreateDebugGrpcChannel() local
860 new DebugGrpcChannel(server_stream_addr)); in GetOrCreateDebugGrpcChannel()
Ddebug_io_utils.h269 DebugGrpcChannel(const string& server_stream_addr);