pub fn extract_embedded_weights(module: &Module) -> Vec<EmbeddedWeight>Expand description
Extract constant weight data from module globals with initializers.
Scans all global variables with init: Some(...) and evaluates
Compose/Literal/ZeroValue expressions into flat f32 arrays.