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

  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.h 231 class DebugGrpcChannel {
233 // Constructor of DebugGrpcChannel.
239 DebugGrpcChannel(const string& server_stream_addr);
241 virtual ~DebugGrpcChannel() {}
364 static std::unordered_map<string, std::unique_ptr<DebugGrpcChannel>>*
367 // Get a DebugGrpcChannel object at a given URL, creating one if necessary.
371 // debug_grpc_channel: A pointer to the DebugGrpcChannel object, passed as a
372 // a pointer to the pointer. The DebugGrpcChannel object is owned
378 const string& grpc_stream_url, DebugGrpcChannel** debug_grpc_channel);
debug_io_utils.cc 674 DebugGrpcChannel::DebugGrpcChannel(const string& server_stream_addr)
678 Status DebugGrpcChannel::Connect(const int64 timeout_micros) {
698 bool DebugGrpcChannel::WriteEvent(const Event& event) {
703 bool DebugGrpcChannel::ReadEventReply(EventReply* event_reply) {
708 void DebugGrpcChannel::ReceiveAndProcessEventReplies(const size_t max_replies) {
724 Status DebugGrpcChannel::ReceiveServerRepliesAndClose() {
746 std::unordered_map<string, std::unique_ptr<DebugGrpcChannel>>*
748 static std::unordered_map<string, std::unique_ptr<DebugGrpcChannel>>*
750 new std::unordered_map<string, std::unique_ptr<DebugGrpcChannel>>();
    [all...]

Completed in 93 milliseconds