pub struct UnionResult {
pub values: HostTensorOwned,
pub ia: HostTensorOwned,
pub ib: HostTensorOwned,
}Expand description
Host-resident outputs returned by provider-backed union operations.
Fields§
§values: HostTensorOwned§ia: HostTensorOwned§ib: HostTensorOwnedTrait Implementations§
Source§impl Clone for UnionResult
impl Clone for UnionResult
Source§fn clone(&self) -> UnionResult
fn clone(&self) -> UnionResult
Returns a duplicate 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 UnionResult
impl Debug for UnionResult
Source§impl<'de> Deserialize<'de> for UnionResult
impl<'de> Deserialize<'de> for UnionResult
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 UnionResult
impl PartialEq for UnionResult
Source§impl Serialize for UnionResult
impl Serialize for UnionResult
impl StructuralPartialEq for UnionResult
Auto Trait Implementations§
impl Freeze for UnionResult
impl RefUnwindSafe for UnionResult
impl Send for UnionResult
impl Sync for UnionResult
impl Unpin for UnionResult
impl UnwindSafe for UnionResult
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