Trait cubecl_core::frontend::Sin
source · pub trait Sin: CubePrimitive + Sized {
// Provided methods
fn sin(x: Self) -> Self { ... }
fn __expand_sin(
context: &mut CubeContext,
x: Self::ExpandType,
) -> ExpandElementTyped<Self> { ... }
}
Provided Methods§
fn sin(x: Self) -> Self
fn __expand_sin( context: &mut CubeContext, x: Self::ExpandType, ) -> ExpandElementTyped<Self>
Object Safety§
This trait is not object safe.