Home
last modified time | relevance | path

Searched defs:profiler_context (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/rpc/
Dprofiler_service_impl.cc28 explicit ProfilerServiceImpl(const ProfilerContext& profiler_context) in ProfilerServiceImpl()
71 const ProfilerContext& profiler_context) { in CreateProfilerService()
Dprofiler_server.cc27 ProfilerContext* const profiler_context, int32 port) { in StartProfilerServer()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc44 TFE_ProfilerContext* profiler_context = TFE_NewProfilerContext(); in ExecuteWithProfiling() local
114 TFE_ProfilerContext* profiler_context = TFE_NewProfilerContext(); in TEST() local
Dc_api_experimental.cc58 void TFE_ProfilerContextSetEagerContext(TFE_ProfilerContext* profiler_context, in TFE_ProfilerContextSetEagerContext()
63 void TFE_DeleteProfilerContext(TFE_ProfilerContext* profiler_context) { in TFE_DeleteProfilerContext()
Dc_api_internal.h123 tensorflow::ProfilerContext profiler_context; member