pub type InputBuffers = HashMap<u64, Buffer>;Expand description
Input buffers collected before schedule creation.
Maps BUFFER UOp ID → Buffer for input tensors. This keeps schedule instantiation explicit and avoids global lookups.
Aliased Type§
pub struct InputBuffers { /* private fields */ }