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

pub unsafe trait Dim {
    fn runtime_eq(dim: usize) -> bool;
}

Marker trait implemented on type-level unsigned integers and Dyn that provides a runtime equality check function.

Required methods

fn runtime_eq(dim: usize) -> bool

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

impl Dim for Dyn[src]

Loading content...