Skip to main content

Batch

Type Alias Batch 

Source
pub type Batch<B> = HashMap<String, Tensor<B>>;
Expand description

A single batch: maps names (e.g. “input”, “target”) to tensors.

Aliased Type§

pub struct Batch<B> { /* private fields */ }