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

  /external/tensorflow/tensorflow/core/debug/
debug_grpc_testlib.h 32 class TestEventListenerImpl final : public EventListener::Service {
34 TestEventListenerImpl() : stop_requested_(false), stopped_(false) {}
debug_grpc_testlib.cc 31 ::grpc::Status TestEventListenerImpl::SendEvents(
120 void TestEventListenerImpl::ClearReceivedDebugData() {
130 void TestEventListenerImpl::RequestDebugOpStateChangeAtNextStream(
139 void TestEventListenerImpl::RunServer(const int server_port) {
153 void TestEventListenerImpl::StopServer() {
debug_grpc_io_utils_test.cc 35 std::unique_ptr<test::TestEventListenerImpl> server;
50 server_data->server.reset(new test::TestEventListenerImpl());

Completed in 122 milliseconds