pub struct RuntimeArgsExpand {
pub size_m: <u32 as CubeType>::ExpandType,
pub size_n: <u32 as CubeType>::ExpandType,
pub size_k: <u32 as CubeType>::ExpandType,
pub padded_channels: <FastDivmod as CubeType>::ExpandType,
pub out_h: <FastDivmod as CubeType>::ExpandType,
pub out_w: <FastDivmod as CubeType>::ExpandType,
}
Fields§
§size_m: <u32 as CubeType>::ExpandType
§size_n: <u32 as CubeType>::ExpandType
§size_k: <u32 as CubeType>::ExpandType
§padded_channels: <FastDivmod as CubeType>::ExpandType
§out_h: <FastDivmod as CubeType>::ExpandType
§out_w: <FastDivmod as CubeType>::ExpandType
Trait Implementations§
Source§impl Clone for RuntimeArgsExpand
impl Clone for RuntimeArgsExpand
Source§impl CubeDebug for RuntimeArgsExpand
impl CubeDebug for RuntimeArgsExpand
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl Freeze for RuntimeArgsExpand
impl RefUnwindSafe for RuntimeArgsExpand
impl !Send for RuntimeArgsExpand
impl !Sync for RuntimeArgsExpand
impl Unpin for RuntimeArgsExpand
impl UnwindSafe for RuntimeArgsExpand
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