Trait cubecl_core::frontend::Tanh

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

Provided Methods§

source

fn tanh(x: Self) -> Self

source

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

Object Safety§

This trait is not object safe.

Implementors§