Trait TensorMetadata
pub trait TensorMetadata:
Clone
+ Send
+ Sync
+ Debug {
// Required methods
fn dtype(&self) -> DType;
fn shape(&self) -> Shape;
}
Expand description
Tensor metadata trait for tensor primitive.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.