Trait burn_tensor::Element

source ·
pub trait Element: Zeros + ToPrimitive + ElementRandom + ElementConversion + ElementPrecision + ElementValue + Ones + Mul<Self, Output = Self> + Debug + Default + Send + Sync + Copy + PartialOrd<Self> + 'static { }

Implementations on Foreign Types

Implementors