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.
pub trait Element: ToPrimitive + ElementRandom + ElementConversion + ElementPrecision + Debug + Display + Default + Send + Sync + Copy + 'static { }Element trait for tensor.