Struct cubecl_cuda::compiler::unary::Floor
source · pub struct Floor;
Trait Implementations§
source§impl Unary for Floor
impl Unary for Floor
fn format_scalar<Input: Display, Out: Display>( f: &mut Formatter<'_>, input: Input, out: Out, _elem: Elem, ) -> Result
fn format(f: &mut Formatter<'_>, input: &Variable, out: &Variable) -> Result
fn settings(_elem: Elem) -> InstructionSettings
fn format_native_vec4( f: &mut Formatter<'_>, input: &Variable, out: &Variable, elem: Elem, ) -> Result
fn format_native_vec3( f: &mut Formatter<'_>, input: &Variable, out: &Variable, elem: Elem, ) -> Result
fn format_native_vec2( f: &mut Formatter<'_>, input: &Variable, out: &Variable, elem: Elem, ) -> Result
fn unroll_vec2( f: &mut Formatter<'_>, input: &Variable, out: &Variable, elem: Elem, ) -> Result
fn unroll_vec3( f: &mut Formatter<'_>, input: &Variable, out: &Variable, elem: Elem, ) -> Result
fn unroll_vec4( f: &mut Formatter<'_>, input: &Variable, out: &Variable, elem: Elem, ) -> Result
fn unroll_vec( f: &mut Formatter<'_>, input: &Variable, out: &Variable, elem: Elem, index: usize, ) -> Result
Auto Trait Implementations§
impl Freeze for Floor
impl RefUnwindSafe for Floor
impl Send for Floor
impl Sync for Floor
impl Unpin for Floor
impl UnwindSafe for Floor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more