kapil
feat: implement WASM bridge for browser-based neural inference using WebGPU and update project configuration
f972a86
raw
history blame contribute delete
225 Bytes
pub mod args;
pub mod data;
pub mod inference;
pub mod loss;
pub mod model;
pub mod scoring;
pub mod server;
pub mod tests;
pub mod train;
// WASM Module for the Web Build
#[cfg(target_family = "wasm")]
pub mod wasm_bridge;