Searched refs:TFE_NewProfiler (Results 1 – 5 of 5) sorted by relevance
46 TFE_Profiler* profiler = TFE_NewProfiler(profiler_context); in ExecuteWithProfiling()117 TFE_Profiler* profiler1 = TFE_NewProfiler(profiler_context); in TEST()120 TFE_Profiler* profiler2 = TFE_NewProfiler(profiler_context); in TEST()
37 TF_CAPI_EXPORT extern TFE_Profiler* TFE_NewProfiler(TFE_ProfilerContext* ctx);
29 TFE_Profiler* TFE_NewProfiler(TFE_ProfilerContext* ctx) { in TFE_NewProfiler() function
79 _profiler = pywrap_tensorflow.TFE_NewProfiler(profiler_context)
38 %rename("%s") TFE_NewProfiler;