vkml 0.0.2

High-level Vulkan-based machine learning library
1
2
3
4
5
pub mod execution_plan;
pub mod execution_state;

pub use execution_plan::{ExecutionPlan, create_execution_plan};
pub use execution_state::execute_plan;