Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ L1RefillCount
Method
L1RefillCount
tensorflow/lite/experimental/ruy/pmu.cc:206–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
float PmuEvents::L1RefillCount() const {
207
return static_cast<float>(priv->l1d_cache_refill.Count());
208
}
209
210
float PmuEvents::L2RefillCount() const {
211
return static_cast<float>(priv->l2d_cache_refill.Count());
Callers
1
Benchmark
Method · 0.80
Calls
1
Count
Method · 0.45
Tested by
1
Benchmark
Method · 0.64