Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
TFE_Profiler* TFE_NewProfiler() { return new TFE_Profiler(); }
36
37
bool TFE_ProfilerIsOk(TFE_Profiler* profiler) {
38
return profiler->profiler->Status().ok();
Callers
2
ExecuteWithProfiling
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
2
ExecuteWithProfiling
Function · 0.68
TEST
Function · 0.68