HomeSort by relevance Sort by last modified time
    Searched refs:debug_grpc_channel (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.cc 770 DebugGrpcChannel* debug_grpc_channel = nullptr; local
772 GetOrCreateDebugGrpcChannel(grpc_stream_url, &debug_grpc_channel));
773 debug_grpc_channel->ReceiveAndProcessEventReplies(1);
783 DebugGrpcChannel* debug_grpc_channel = nullptr; local
785 GetOrCreateDebugGrpcChannel(grpc_stream_url, &debug_grpc_channel));
786 if (debug_grpc_channel->ReadEventReply(event_reply)) {
795 const string& grpc_stream_url, DebugGrpcChannel** debug_grpc_channel) {
813 *debug_grpc_channel = (*stream_channels)[grpc_stream_url].get();
821 DebugGrpcChannel* debug_grpc_channel; local
823 GetOrCreateDebugGrpcChannel(grpc_stream_url, &debug_grpc_channel));
    [all...]
debug_io_utils.h 371 // debug_grpc_channel: A pointer to the DebugGrpcChannel object, passed as a
378 const string& grpc_stream_url, DebugGrpcChannel** debug_grpc_channel);

Completed in 79 milliseconds