Trait cubecl_core::frontend::Powf

source ·
pub trait Powf: CubeType + Sized {
    // Provided methods
    fn powf(self, _rhs: Self) -> Self { ... }
    fn __expand_powf(
        context: &mut CubeContext,
        lhs: ExpandElementTyped<Self>,
        rhs: ExpandElementTyped<Self>,
    ) -> ExpandElementTyped<Self> { ... }
}

Provided Methods§

source

fn powf(self, _rhs: Self) -> Self

source

fn __expand_powf( context: &mut CubeContext, lhs: ExpandElementTyped<Self>, rhs: ExpandElementTyped<Self>, ) -> ExpandElementTyped<Self>

Object Safety§

This trait is not object safe.

Implementors§