create_batch_refs

Function create_batch_refs 

Source
pub fn create_batch_refs<T>(
    data: &[T],
    batch_size: usize,
) -> impl Iterator<Item = &[T]>
Expand description

Create batch references (zero-copy alternative)