Home
last modified time | relevance | path

Searched refs:profiler_service_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/data/service/
Dserver_lib.cc103 profiler_service_ = profiler::CreateProfilerService(); in AddProfilerServiceToBuilder()
104 builder.RegisterService(profiler_service_.get()); in AddProfilerServiceToBuilder()
Dserver_lib.h87 std::unique_ptr<grpc::ProfilerService::Service> profiler_service_ = nullptr; variable
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h225 std::unique_ptr<grpc::ProfilerService::Service> profiler_service_ = nullptr; variable
Dgrpc_server_lib.cc265 profiler_service_ = profiler::CreateProfilerService(); in Init()
266 builder.RegisterService(profiler_service_.get()); in Init()