pub fn params_version(params: &InferenceParams) -> u64Expand description
Hash of the parameters that affect model output (currently the label set).
Fold every output-affecting field of InferenceParams here explicitly —
non-Hash fields like f32 temperature must use to_bits().