Trait numeric::traits::NumericTrait
[−]
[src]
pub trait NumericTrait: TensorTrait + Num + NumCast + PartialOrd { }
NumericTrait extends TensorTrait to all the numeric types supported by Tensor
(e.g. u8 and f32).
Implementors
impl<T: TensorTrait + Num + NumCast + PartialOrd> NumericTrait for T