pub fn classify(name: &str) -> Option<TensorRole>Expand description
Classify one checkpoint tensor name.
Returns None for anything unrecognised — callers MUST treat that as a
hard error, never as “skip it”.
pub fn classify(name: &str) -> Option<TensorRole>Classify one checkpoint tensor name.
Returns None for anything unrecognised — callers MUST treat that as a
hard error, never as “skip it”.