pub type ScalesView<E, IO = ReadOnly> = TypedView<E, ScalesLayout, IO>;Expand description
[TensorView] with a linear layout inferred from the shape/strides at launch. Useful for elementwise kernels.
Aliased Typeยง
pub struct ScalesView<E, IO = ReadOnly> { /* private fields */ }