Struct MLOperatorKernelOptions
#[repr(transparent)]pub struct MLOperatorKernelOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl MLOperatorKernelOptions
impl MLOperatorKernelOptions
pub const None: Self = _
pub const AllowDynamicInputShapes: Self = _
Trait Implementations§
§impl BitAnd for MLOperatorKernelOptions
impl BitAnd for MLOperatorKernelOptions
§impl BitAndAssign for MLOperatorKernelOptions
impl BitAndAssign for MLOperatorKernelOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for MLOperatorKernelOptions
impl BitOr for MLOperatorKernelOptions
§impl BitOrAssign for MLOperatorKernelOptions
impl BitOrAssign for MLOperatorKernelOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for MLOperatorKernelOptions
impl Clone for MLOperatorKernelOptions
§fn clone(&self) -> MLOperatorKernelOptions
fn clone(&self) -> MLOperatorKernelOptions
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 more§impl Debug for MLOperatorKernelOptions
impl Debug for MLOperatorKernelOptions
§impl Default for MLOperatorKernelOptions
impl Default for MLOperatorKernelOptions
§fn default() -> MLOperatorKernelOptions
fn default() -> MLOperatorKernelOptions
Returns the “default value” for a type. Read more
§impl Not for MLOperatorKernelOptions
impl Not for MLOperatorKernelOptions
§impl PartialEq for MLOperatorKernelOptions
impl PartialEq for MLOperatorKernelOptions
impl Copy for MLOperatorKernelOptions
impl Eq for MLOperatorKernelOptions
impl StructuralPartialEq for MLOperatorKernelOptions
Auto Trait Implementations§
impl Freeze for MLOperatorKernelOptions
impl RefUnwindSafe for MLOperatorKernelOptions
impl Send for MLOperatorKernelOptions
impl Sync for MLOperatorKernelOptions
impl Unpin for MLOperatorKernelOptions
impl UnwindSafe for MLOperatorKernelOptions
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