/// # Constants with reserved meanings in Hibachi
/// In a given tensor shape, Hibachi reserves the `0th` dimension for batching
pubconstBATCH_DIM:usize=0;/// In a given tensor shape, Hibachi reserves the `1st` dimension for sequence
pubconstSEQ_DIM:usize=1;