Trait cubecl_core::frontend::Min

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

Provided Methods§

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Min for BF16

source§

impl Min for F16

source§

impl Min for F32

source§

impl Min for F64

source§

impl Min for I32

source§

impl Min for I64

source§

impl Min for UInt