Home
last modified time | relevance | path

Searched refs:CreateProfilerService (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/rpc/
Dprofiler_service_impl.h25 std::unique_ptr<grpc::ProfilerService::Service> CreateProfilerService();
Dprofiler_server.cc34 service_ = CreateProfilerService(); in StartProfilerServer()
Dprofiler_service_impl.cc134 std::unique_ptr<grpc::ProfilerService::Service> CreateProfilerService() { in CreateProfilerService() function
/external/tensorflow/tensorflow/core/data/service/
Dserver_lib.cc85 profiler_service_ = profiler::CreateProfilerService(); in AddProfilerServiceToBuilder()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc253 profiler_service_ = profiler::CreateProfilerService(); in Init()