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.cc85 profiler_service_ = profiler::CreateProfilerService(); in AddProfilerServiceToBuilder()
86 builder.RegisterService(profiler_service_.get()); in AddProfilerServiceToBuilder()
Dserver_lib.h76 std::unique_ptr<grpc::ProfilerService::Service> profiler_service_ = nullptr; variable
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h190 std::unique_ptr<grpc::ProfilerService::Service> profiler_service_ = nullptr; variable
Dgrpc_server_lib.cc253 profiler_service_ = profiler::CreateProfilerService(); in Init()
254 builder.RegisterService(profiler_service_.get()); in Init()