pub type StateDict = HashMap<String, Tensor>;
State dictionary - maps parameter names to tensors
pub struct StateDict { /* private fields */ }