#[repr(i32)]pub enum ActivationDType {
Unknown = 0,
F32 = 1,
F16 = 2,
Bf16 = 3,
}Variants§
Trait Implementations§
Source§impl Clone for ActivationDType
impl Clone for ActivationDType
Source§fn clone(&self) -> ActivationDType
fn clone(&self) -> ActivationDType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ActivationDType
Source§impl Debug for ActivationDType
impl Debug for ActivationDType
impl Eq for ActivationDType
Source§impl PartialEq for ActivationDType
impl PartialEq for ActivationDType
impl StructuralPartialEq for ActivationDType
Auto Trait Implementations§
impl Freeze for ActivationDType
impl RefUnwindSafe for ActivationDType
impl Send for ActivationDType
impl Sync for ActivationDType
impl Unpin for ActivationDType
impl UnsafeUnpin for ActivationDType
impl UnwindSafe for ActivationDType
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