Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.h317 void ReceiveAndProcessEventReplies(size_t max_replies);
Ddebug_io_utils.cc760 void DebugGrpcChannel::ReceiveAndProcessEventReplies(const size_t max_replies) { in ReceiveAndProcessEventReplies() argument
763 while ((max_replies == 0 || ++num_replies <= max_replies) && in ReceiveAndProcessEventReplies()