Skip to main content

RouteStep

Type Alias RouteStep 

Source
pub type RouteStep = (Vec<u32>, Vec<Vec<u32>>, Vec<Vec<f32>>, Vec<Vec<u32>>);
Expand description

Tokens, expert IDs, routing weights, and misses for one step. Keep the tuple layout for compatibility with existing research dumps.