Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h43 TF_CAPI_EXPORT extern void TFE_ProfilerSerializeToString(TFE_Context* ctx,
Dc_api_experimental.cc39 void TFE_ProfilerSerializeToString(TFE_Context* ctx, TFE_Profiler* profiler, in TFE_ProfilerSerializeToString() function
Dc_api_experimental_test.cc73 TFE_ProfilerSerializeToString(ctx, profiler, profiler_result, status); in ExecuteWithProfiling()
/external/tensorflow/tensorflow/python/eager/
Dprofiler.py104 pywrap_tensorflow.TFE_ProfilerSerializeToString(
/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i41 %rename("%s") TFE_ProfilerSerializeToString;