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§

source

fn exp(x: Self) -> Self

source

fn __expand_exp( context: &mut CubeContext, x: Self::ExpandType, ) -> ExpandElementTyped<Self>

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Exp for BF16

source§

impl Exp for F16

source§

impl Exp for F32

source§

impl Exp for F64