Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_LOCAL_RESPONSE_NORMALIZATION_OPERATOR_DESC
[−]#[repr(C)]pub struct DML_LOCAL_RESPONSE_NORMALIZATION_OPERATOR_DESC {
pub InputTensor: *const DML_TENSOR_DESC,
pub OutputTensor: *const DML_TENSOR_DESC,
pub CrossChannel: BOOL,
pub LocalSize: u32,
pub Alpha: f32,
pub Beta: f32,
pub Bias: f32,
}
Expand description
Required features: "Win32_AI_MachineLearning_DirectML"
, "Win32_Foundation"
Fields
InputTensor: *const DML_TENSOR_DESC
OutputTensor: *const DML_TENSOR_DESC
CrossChannel: BOOL
LocalSize: u32
Alpha: f32
Beta: f32
Bias: f32
Trait Implementations
impl Copy for DML_LOCAL_RESPONSE_NORMALIZATION_OPERATOR_DESC
Auto Trait Implementations
impl RefUnwindSafe for DML_LOCAL_RESPONSE_NORMALIZATION_OPERATOR_DESC
impl !Send for DML_LOCAL_RESPONSE_NORMALIZATION_OPERATOR_DESC
impl !Sync for DML_LOCAL_RESPONSE_NORMALIZATION_OPERATOR_DESC
impl Unpin for DML_LOCAL_RESPONSE_NORMALIZATION_OPERATOR_DESC
impl UnwindSafe for DML_LOCAL_RESPONSE_NORMALIZATION_OPERATOR_DESC
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