cubek-reduce 0.2.0-pre.2

CubeK: Reduce Kernels
Documentation
mod argmax;
mod argmin;
mod base;
mod max;
mod maxabs;
mod mean;
mod min;
mod mixed;
mod prod;
mod sum;
mod utils;

pub use argmax::*;
pub use argmin::*;
pub use base::*;
pub use max::*;
pub use maxabs::*;
pub use mean::*;
pub use min::*;
pub use mixed::*;
pub use prod::*;
pub use sum::*;
pub(crate) use utils::*;