pub fn split_batch(
batch: &BatchStateVector,
chunk_size: usize,
) -> Vec<BatchStateVector>Expand description
Helper to split a large batch into smaller chunks
pub fn split_batch(
batch: &BatchStateVector,
chunk_size: usize,
) -> Vec<BatchStateVector>Helper to split a large batch into smaller chunks