Searched defs:PREDICTION_PROBS (Results 1 – 2 of 2) sorted by relevance
26 #define PREDICTION_PROBS 3 macro
24 pub const PREDICTION_PROBS: usize = 3; constant272 pub fn pred_probs(&self) -> [u8; PREDICTION_PROBS] { in pred_probs()