Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_SCALE_BIAS
[−]Expand description
Required features: "Win32_AI_MachineLearning_DirectML"
Fields
Scale: f32
Bias: f32
Trait Implementations
impl Clone for DML_SCALE_BIAS
impl Clone for DML_SCALE_BIAS
impl Copy for DML_SCALE_BIAS
Auto Trait Implementations
impl RefUnwindSafe for DML_SCALE_BIAS
impl Send for DML_SCALE_BIAS
impl Sync for DML_SCALE_BIAS
impl Unpin for DML_SCALE_BIAS
impl UnwindSafe for DML_SCALE_BIAS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more