pub struct MaskFillOperationDescription<E> {
pub tensor: TensorDescription,
pub mask: TensorDescription,
pub value: E,
pub out: TensorDescription,
}Available on crate feature
repr only.Fields§
§tensor: TensorDescription§mask: TensorDescription§value: E§out: TensorDescriptionTrait Implementations§
Source§impl<E: Clone> Clone for MaskFillOperationDescription<E>
impl<E: Clone> Clone for MaskFillOperationDescription<E>
Source§fn clone(&self) -> MaskFillOperationDescription<E>
fn clone(&self) -> MaskFillOperationDescription<E>
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<E: Debug> Debug for MaskFillOperationDescription<E>
impl<E: Debug> Debug for MaskFillOperationDescription<E>
Source§impl<'de, E> Deserialize<'de> for MaskFillOperationDescription<E>where
E: Deserialize<'de>,
impl<'de, E> Deserialize<'de> for MaskFillOperationDescription<E>where
E: Deserialize<'de>,
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<E> Hash for MaskFillOperationDescription<E>
impl<E> Hash for MaskFillOperationDescription<E>
Source§impl<E: PartialEq> PartialEq for MaskFillOperationDescription<E>
impl<E: PartialEq> PartialEq for MaskFillOperationDescription<E>
Source§fn eq(&self, other: &MaskFillOperationDescription<E>) -> bool
fn eq(&self, other: &MaskFillOperationDescription<E>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<E> Serialize for MaskFillOperationDescription<E>where
E: Serialize,
impl<E> Serialize for MaskFillOperationDescription<E>where
E: Serialize,
impl<E> StructuralPartialEq for MaskFillOperationDescription<E>
Auto Trait Implementations§
impl<E> Freeze for MaskFillOperationDescription<E>where
E: Freeze,
impl<E> RefUnwindSafe for MaskFillOperationDescription<E>where
E: RefUnwindSafe,
impl<E> Send for MaskFillOperationDescription<E>where
E: Send,
impl<E> Sync for MaskFillOperationDescription<E>where
E: Sync,
impl<E> Unpin for MaskFillOperationDescription<E>where
E: Unpin,
impl<E> UnwindSafe for MaskFillOperationDescription<E>where
E: UnwindSafe,
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)