Trait burn_core::tensor::TensorKind
source · pub trait TensorKind<B>: Clone + Debugwhere
B: Backend,{
type Primitive<const D: usize>: Clone + Debug;
// Required method
fn name() -> &'static str;
}pub trait TensorKind<B>: Clone + Debugwhere
B: Backend,{
type Primitive<const D: usize>: Clone + Debug;
// Required method
fn name() -> &'static str;
}