Searched refs:TFE_ProfilerSerializeToString (Results 1 – 5 of 5) sorted by relevance
104 pywrap_tfe.TFE_ProfilerSerializeToString(_profiler, buffer_)
53 TF_CAPI_EXPORT extern void TFE_ProfilerSerializeToString(TFE_Profiler* profiler,
58 void TFE_ProfilerSerializeToString(TFE_Profiler* profiler, TF_Buffer* buf, in TFE_ProfilerSerializeToString() function
77 TFE_ProfilerSerializeToString(profiler, profiler_result, status); in ExecuteWithProfiling()
508 TFE_ProfilerSerializeToString(&profiler, &buf, status.get()); in PYBIND11_MODULE()