1 2 3 4 5 6 7 8
const DEFAULT_BATCH_SIZE: usize = 256; const DEFAULT_MAX_LENGTH: usize = 512; mod bgem3_weights; mod init; pub use init::*; mod r#impl;