Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc46 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()
Dc_api_experimental.h37 TF_CAPI_EXPORT extern TFE_Profiler* TFE_NewProfiler(TFE_ProfilerContext* ctx);
Dc_api_experimental.cc29 TFE_Profiler* TFE_NewProfiler(TFE_ProfilerContext* ctx) { in TFE_NewProfiler() function
/external/tensorflow/tensorflow/python/eager/
Dprofiler.py79 _profiler = pywrap_tensorflow.TFE_NewProfiler(profiler_context)
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i38 %rename("%s") TFE_NewProfiler;