Trait dfdx::shapes::Dtype

source ·
pub trait Dtype: Unit + Add<Self, Output = Self> + Sub<Self, Output = Self> + Mul<Self, Output = Self> + Div<Self, Output = Self> + AddAssign + SubAssign + MulAssign + DivAssign + FromPrimitive + Float + SampleUniform { }
Expand description

Represents a data type or element of an array.

Implementations on Foreign Types§

source§

impl Dtype for f64

source§

impl Dtype for f32

Implementors§