Struct cubecl_core::ir::SliceOperator
source · pub struct SliceOperator {
pub input: Variable,
pub start: Variable,
pub end: Variable,
pub out: Variable,
}
Fields§
§input: Variable
§start: Variable
§end: Variable
§out: Variable
Trait Implementations§
source§impl Clone for SliceOperator
impl Clone for SliceOperator
source§fn clone(&self) -> SliceOperator
fn clone(&self) -> SliceOperator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SliceOperator
impl Debug for SliceOperator
source§impl<'de> Deserialize<'de> for SliceOperator
impl<'de> Deserialize<'de> for SliceOperator
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for SliceOperator
impl PartialEq for SliceOperator
source§impl Serialize for SliceOperator
impl Serialize for SliceOperator
impl StructuralPartialEq for SliceOperator
Auto Trait Implementations§
impl Freeze for SliceOperator
impl RefUnwindSafe for SliceOperator
impl Send for SliceOperator
impl Sync for SliceOperator
impl Unpin for SliceOperator
impl UnwindSafe for SliceOperator
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)