Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc823 DebugGrpcChannel* debug_grpc_channel = nullptr; in SendTensorThroughGrpcStream() local
825 GetOrCreateDebugGrpcChannel(grpc_stream_url, &debug_grpc_channel)); in SendTensorThroughGrpcStream()
826 debug_grpc_channel->ReceiveAndProcessEventReplies(1); in SendTensorThroughGrpcStream()
836 DebugGrpcChannel* debug_grpc_channel = nullptr; in ReceiveEventReplyProtoThroughGrpcStream() local
838 GetOrCreateDebugGrpcChannel(grpc_stream_url, &debug_grpc_channel)); in ReceiveEventReplyProtoThroughGrpcStream()
839 if (debug_grpc_channel->ReadEventReply(event_reply)) { in ReceiveEventReplyProtoThroughGrpcStream()
848 const string& grpc_stream_url, DebugGrpcChannel** debug_grpc_channel) { in GetOrCreateDebugGrpcChannel() argument
866 *debug_grpc_channel = (*stream_channels)[grpc_stream_url].get(); in GetOrCreateDebugGrpcChannel()
874 DebugGrpcChannel* debug_grpc_channel; in SendEventProtoThroughGrpcStream() local
876 GetOrCreateDebugGrpcChannel(grpc_stream_url, &debug_grpc_channel)); in SendEventProtoThroughGrpcStream()
[all …]
Ddebug_io_utils.h408 const string& grpc_stream_url, DebugGrpcChannel** debug_grpc_channel);