Trait cubecl_core::frontend::Floor

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

Provided Methods§

source

fn floor(x: Self) -> Self

source

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

Object Safety§

This trait is not object safe.

Implementors§