Searched refs:TFE_ProfilerContext (Results 1 – 4 of 4) sorted by relevance
28 typedef struct TFE_ProfilerContext TFE_ProfilerContext; typedef37 TF_CAPI_EXPORT extern TFE_Profiler* TFE_NewProfiler(TFE_ProfilerContext* ctx);49 TF_CAPI_EXPORT extern TFE_ProfilerContext* TFE_NewProfilerContext(void);53 TFE_ProfilerContext* profiler_context, TFE_Context* eager_context);57 TFE_ProfilerContext* profiler_context);67 TF_CAPI_EXPORT extern void TFE_StartProfilerServer(TFE_ProfilerContext* context,
29 TFE_Profiler* TFE_NewProfiler(TFE_ProfilerContext* ctx) { in TFE_NewProfiler()54 TFE_ProfilerContext* TFE_NewProfilerContext() { in TFE_NewProfilerContext()55 return new TFE_ProfilerContext; in TFE_NewProfilerContext()58 void TFE_ProfilerContextSetEagerContext(TFE_ProfilerContext* profiler_context, in TFE_ProfilerContextSetEagerContext()63 void TFE_DeleteProfilerContext(TFE_ProfilerContext* profiler_context) { in TFE_DeleteProfilerContext()67 void TFE_StartProfilerServer(TFE_ProfilerContext* context, int port) { in TFE_StartProfilerServer()
122 struct TFE_ProfilerContext { struct127 TFE_Profiler(TFE_ProfilerContext* ctx) { in TFE_Profiler() argument
44 TFE_ProfilerContext* profiler_context = TFE_NewProfilerContext(); in ExecuteWithProfiling()114 TFE_ProfilerContext* profiler_context = TFE_NewProfilerContext(); in TEST()