Trait burn_core::tensor::TensorKind
source · pub trait TensorKind<B>: Clone + Debugwhere
B: Backend,{
type Primitive<const D: usize>: Clone + Debug + Sync + Send;
// 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.