MCPcopy 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

ProfilingListenerMethod · 0.45
TESTFunction · 0.45
RunInferenceFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36