[][src]Trait autograph::Num

pub trait Num: 'static + Copy + DeviceCopy + Default + Zero + One + ToPrimitive + Bounded + PartialEq { }

Num is a trait for all data types that Tensor can store, it cannot be implemented for additional types

Implementations on Foreign Types

impl Num for u8[src]

impl Num for f32[src]

Loading content...

Implementors

Loading content...