Skip to main content

Module snake

Module snake 

Source
Expand description

Snake CNN inference for WASM

Pure Rust implementation of Snake CNN forward pass. Stays off the Burn tensor stack used on the training side so the WASM bundle stays small; see crate::inference module docs and docs/WASM_ROADMAP.md.

Structsยง

SnakeCNNInference
A serializable CNN model for Snake inference