Searched defs:profiler_context (Results 1 – 5 of 5) sorted by relevance
28 explicit ProfilerServiceImpl(const ProfilerContext& profiler_context) in ProfilerServiceImpl()71 const ProfilerContext& profiler_context) { in CreateProfilerService()
27 ProfilerContext* const profiler_context, int32 port) { in StartProfilerServer()
44 TFE_ProfilerContext* profiler_context = TFE_NewProfilerContext(); in ExecuteWithProfiling() local114 TFE_ProfilerContext* profiler_context = TFE_NewProfilerContext(); in TEST() local
58 void TFE_ProfilerContextSetEagerContext(TFE_ProfilerContext* profiler_context, in TFE_ProfilerContextSetEagerContext()63 void TFE_DeleteProfilerContext(TFE_ProfilerContext* profiler_context) { in TFE_DeleteProfilerContext()
123 tensorflow::ProfilerContext profiler_context; member