Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dprofiler.py80 pywrap_tensorflow.TFE_DeleteProfilerContext(profiler_context)
168 pywrap_tensorflow.TFE_DeleteProfilerContext(profiler_context)
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc49 TFE_DeleteProfilerContext(profiler_context); in ExecuteWithProfiling()
125 TFE_DeleteProfilerContext(profiler_context); in TEST()
Dc_api_experimental.h56 TF_CAPI_EXPORT extern void TFE_DeleteProfilerContext(
Dc_api_experimental.cc63 void TFE_DeleteProfilerContext(TFE_ProfilerContext* profiler_context) { in TFE_DeleteProfilerContext() function
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i44 %rename("%s") TFE_DeleteProfilerContext;