vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
//! Statistical summary operations — mean, variance, histograms, and tests.
//!
//! Stats ops are Category A compositions over numeric or byte buffers.

automod::dir!(pub "src/ops/stats");