Trait burn_tensor::ElementPrecision
source · 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.