Home
last modified time | relevance | path

Searched refs:TFE_DeleteProfiler (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc74 TFE_DeleteProfiler(profiler); in ExecuteWithProfiling()
123 TFE_DeleteProfiler(profiler1); in TEST()
124 TFE_DeleteProfiler(profiler2); in TEST()
Dc_api_experimental.h39 TF_CAPI_EXPORT extern void TFE_DeleteProfiler(TFE_Profiler* profiler);
Dc_api_experimental.cc37 void TFE_DeleteProfiler(TFE_Profiler* profiler) { delete profiler; } in TFE_DeleteProfiler() function
/external/tensorflow/tensorflow/python/eager/
Dprofiler.py109 pywrap_tensorflow.TFE_DeleteProfiler(_profiler)
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i40 %rename("%s") TFE_DeleteProfiler;