vkml 0.0.2

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