StateDict

Type Alias StateDict 

Source
pub type StateDict = HashMap<String, Tensor>;
Expand description

State dictionary - maps parameter names to tensors

Aliased Typeยง

pub struct StateDict { /* private fields */ }