Trait burn::tensor::TensorKind
pub trait TensorKind<B>: Clone + Debugwhere
B: Backend,{
type Primitive: Clone + Debug + Send + Sync;
// Required method
fn name() -> &'static str;
}
Expand description
A type-level representation of the kind of a tensor.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.