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