MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / stdev_ns

Method stdev_ns

examples/llama-bench/llama-bench.cpp:530–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528 }
529
530 uint64_t stdev_ns() const {
531 return ::stdev(samples_ns);
532 }
533
534 std::vector<double> get_ts() const {
535 int n_tokens = n_prompt + n_gen;

Callers

nothing calls this directly

Calls 1

stdevFunction · 0.70

Tested by

no test coverage detected