Trait burn::tensor::ElementPrecision
pub trait ElementPrecision {
// Required method
fn precision() -> Precision;
}
Expand description
Element precision trait for tensor.
Required Methods§
Object Safety§
This trait is not object safe.