singe-npp 0.1.0-alpha.8

Safe Rust wrappers for NVIDIA Performance Primitives library (NPP).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
use super::*;

#[path = "statistics_template_norm_level_full.rs"]
mod full;
pub use full::*;

#[path = "statistics_template_norm_level_same.rs"]
mod same;
pub use same::*;

#[path = "statistics_template_norm_level_valid.rs"]
mod valid;
pub use valid::*;