MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TFE_NewProfiler

Function TFE_NewProfiler

tensorflow/c/eager/c_api_experimental.cc:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35TFE_Profiler* TFE_NewProfiler() { return new TFE_Profiler(); }
36
37bool TFE_ProfilerIsOk(TFE_Profiler* profiler) {
38 return profiler->profiler->Status().ok();

Callers 2

ExecuteWithProfilingFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

ExecuteWithProfilingFunction · 0.68
TESTFunction · 0.68