Trait cubecl_core::frontend::Remainder

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

Provided Methods§

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§