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.cc727 DebugGrpcChannel::DebugGrpcChannel(const string& server_stream_addr) in DebugGrpcChannel() argument
728 : server_stream_addr_(server_stream_addr), in DebugGrpcChannel()
729 url_(strings::StrCat(DebugIO::kGrpcURLScheme, server_stream_addr)) {} in DebugGrpcChannel()
853 const string server_stream_addr = in GetOrCreateDebugGrpcChannel() local
861 new DebugGrpcChannel(server_stream_addr)); in GetOrCreateDebugGrpcChannel()
Ddebug_io_utils.h269 explicit DebugGrpcChannel(const string& server_stream_addr);