pub struct ProviderPolyderQuotient {
pub numerator: GpuTensorHandle,
pub denominator: GpuTensorHandle,
}Expand description
Numerator/denominator payload returned by provider-backed polyder quotient rule.
Fields§
§numerator: GpuTensorHandle§denominator: GpuTensorHandleTrait Implementations§
Source§impl Clone for ProviderPolyderQuotient
impl Clone for ProviderPolyderQuotient
Source§fn clone(&self) -> ProviderPolyderQuotient
fn clone(&self) -> ProviderPolyderQuotient
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 ProviderPolyderQuotient
impl Debug for ProviderPolyderQuotient
Source§impl<'de> Deserialize<'de> for ProviderPolyderQuotient
impl<'de> Deserialize<'de> for ProviderPolyderQuotient
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 ProviderPolyderQuotient
impl PartialEq for ProviderPolyderQuotient
Source§impl Serialize for ProviderPolyderQuotient
impl Serialize for ProviderPolyderQuotient
impl StructuralPartialEq for ProviderPolyderQuotient
Auto Trait Implementations§
impl Freeze for ProviderPolyderQuotient
impl RefUnwindSafe for ProviderPolyderQuotient
impl Send for ProviderPolyderQuotient
impl Sync for ProviderPolyderQuotient
impl Unpin for ProviderPolyderQuotient
impl UnwindSafe for ProviderPolyderQuotient
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