Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/service/
Dserver_lib.h61 virtual Status StartServiceInternal() = 0;
89 Status StartServiceInternal() override;
107 Status StartServiceInternal() override;
Dserver_lib.cc61 TF_RETURN_IF_ERROR(StartServiceInternal()); in Start()
101 Status DispatchGrpcDataServer::StartServiceInternal() { in StartServiceInternal() function in tensorflow::data::DispatchGrpcDataServer
129 Status WorkerGrpcDataServer::StartServiceInternal() { in StartServiceInternal() function in tensorflow::data::WorkerGrpcDataServer