Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ stdev_ts
Method
stdev_ts
examples/llama-bench/llama-bench.cpp:545–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
double stdev_ts() const {
546
return ::stdev(get_ts());
547
}
548
549
static std::string get_backend() {
550
if (cuda) {
Callers
1
print_test
Method · 0.45
Calls
1
stdev
Function · 0.70
Tested by
no test coverage detected