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