Trait burn_tensor::Element
source · pub trait Element: ToPrimitive + Zero + One + ElementRandom + ElementConversion + ElementPrecision + ElementComparison + Debug + Display + Default + Send + Sync + Copy + 'static { }
Expand description
Element trait for tensor.
Object Safety§
This trait is not object safe.