Trait cubecl_core::frontend::Exp
source · pub trait Exp: CubePrimitive + Sized {
// Provided methods
fn exp(x: Self) -> Self { ... }
fn __expand_exp(
context: &mut CubeContext,
x: Self::ExpandType,
) -> ExpandElementTyped<Self> { ... }
}
Provided Methods§
fn exp(x: Self) -> Self
fn __expand_exp( context: &mut CubeContext, x: Self::ExpandType, ) -> ExpandElementTyped<Self>
Object Safety§
This trait is not object safe.