Trait cubecl_core::frontend::Log1p

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

Provided Methods§

source

fn log1p(x: Self) -> Self

source

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

Object Safety§

This trait is not object safe.

Implementors§