estimate_model_memory

Function estimate_model_memory 

Source
pub fn estimate_model_memory<B: Backend>(module: &dyn Module<B>) -> usize
Expand description

Estimate the memory usage of a module’s parameters in bytes.

Accounts for the actual dtype of each parameter tensor.