pub trait Element:
ToElement
+ ElementRandom
+ ElementConversion
+ ElementPrecision
+ ElementComparison
+ CheckedBitPattern
+ NoUninit
+ Debug
+ Display
+ Default
+ Send
+ Sync
+ Copy
+ 'static {
// Required method
fn dtype() -> DType;
}
Expand description
Element trait for tensor.
Required Methods§
Object Safety§
This trait is not object safe.