vkml 0.0.2

High-level Vulkan-based machine learning library
1
2
3
4
5
#[repr(C)]
pub struct ReduceMeanPushConstants {
    pub total: u32,
    pub reduction_size: u32,
}