Searched refs:TFE_DeleteProfiler (Results 1 – 5 of 5) sorted by relevance
74 TFE_DeleteProfiler(profiler); in ExecuteWithProfiling()123 TFE_DeleteProfiler(profiler1); in TEST()124 TFE_DeleteProfiler(profiler2); in TEST()
39 TF_CAPI_EXPORT extern void TFE_DeleteProfiler(TFE_Profiler* profiler);
37 void TFE_DeleteProfiler(TFE_Profiler* profiler) { delete profiler; } in TFE_DeleteProfiler() function
109 pywrap_tensorflow.TFE_DeleteProfiler(_profiler)
40 %rename("%s") TFE_DeleteProfiler;