Function burn::module::list_param_ids

source ·
pub fn list_param_ids<M, B>(module: &M) -> Vec<ParamId>
where M: Module<B>, B: Backend,
Expand description

List all the parameter ids in a module.