Skip to main content

cache_dense_weight

Function cache_dense_weight 

Source
pub fn cache_dense_weight(key: u64, n_in: usize, n_out: usize, data: Vec<f32>)
Expand description

Insert or refresh a dense weight matrix (row-major n_out × n_in).