Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ FrontendStallCount
Method
FrontendStallCount
tensorflow/lite/experimental/ruy/pmu.cc:198–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
float PmuEvents::FrontendStallCount() const {
199
return static_cast<float>(priv->stall_frontend.Count());
200
}
201
202
float PmuEvents::BackendStallCount() const {
203
return static_cast<float>(priv->stall_backend.Count());
Callers
1
Benchmark
Method · 0.80
Calls
1
Count
Method · 0.45
Tested by
1
Benchmark
Method · 0.64