Trait cubecl_core::frontend::Erf

source ·
pub trait Erf: CubePrimitive + Sized {
    // Provided methods
    fn erf(x: Self) -> Self { ... }
    fn __expand_erf(
        context: &mut CubeContext,
        x: Self::ExpandType,
    ) -> ExpandElementTyped<Self> { ... }
}

Provided Methods§

source

fn erf(x: Self) -> Self

source

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Erf for BF16

source§

impl Erf for F16

source§

impl Erf for F32

source§

impl Erf for F64