Trait numeric::Numeric [] [src]

pub trait Numeric: TensorType + Num + NumCast + PartialOrd { }

Numeric extends TensorType to all the numeric types supported by Tensor (e.g. u8 and f32).

Implementors