Trait burn_tensor::TensorKind
source · pub trait TensorKind<B: Backend>: Clone + Debug {
type Primitive<const D: usize>: Clone + Debug + 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.