Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dprofiler.py104 pywrap_tfe.TFE_ProfilerSerializeToString(_profiler, buffer_)
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h53 TF_CAPI_EXPORT extern void TFE_ProfilerSerializeToString(TFE_Profiler* profiler,
Dc_api_experimental.cc58 void TFE_ProfilerSerializeToString(TFE_Profiler* profiler, TF_Buffer* buf, in TFE_ProfilerSerializeToString() function
Dc_api_experimental_test.cc77 TFE_ProfilerSerializeToString(profiler, profiler_result, status); in ExecuteWithProfiling()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc508 TFE_ProfilerSerializeToString(&profiler, &buf, status.get()); in PYBIND11_MODULE()