[][src]Trait melange::tensor::shape::StaticDim

pub unsafe trait StaticDim: Dim + Unsigned { }

Marker trait implemented on type-level unsigned integers only that are the only valid type-level dimensions for a shape to be static.

Implementations on Foreign Types

impl<U, B> StaticDim for UInt<U, B> where
    U: Unsigned,
    B: Bit
[src]

Loading content...

Implementors

Loading content...