Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h28 typedef struct TFE_ProfilerContext TFE_ProfilerContext; typedef
37 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,
Dc_api_experimental.cc29 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()
Dc_api_internal.h122 struct TFE_ProfilerContext { struct
127 TFE_Profiler(TFE_ProfilerContext* ctx) { in TFE_Profiler() argument
Dc_api_experimental_test.cc44 TFE_ProfilerContext* profiler_context = TFE_NewProfilerContext(); in ExecuteWithProfiling()
114 TFE_ProfilerContext* profiler_context = TFE_NewProfilerContext(); in TEST()