Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetProfiler
Method
SetProfiler
tensorflow/lite/core/subgraph.h:287–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
TfLiteStatus ResetVariableTensors();
286
287
void SetProfiler(Profiler* profiler) {
288
profiler_ = profiler;
289
context_.profiler = profiler;
290
}
291
292
Profiler* GetProfiler() { return profiler_; }
293
Callers
3
ProfilingListener
Method · 0.45
TEST
Function · 0.45
RunInference
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36