Struct windows::Win32::AI::MachineLearning::DirectML::DML_CONVOLUTION_OPERATOR_DESC
#[repr(C)]pub struct DML_CONVOLUTION_OPERATOR_DESC {Show 14 fields
pub InputTensor: *const DML_TENSOR_DESC,
pub FilterTensor: *const DML_TENSOR_DESC,
pub BiasTensor: *const DML_TENSOR_DESC,
pub OutputTensor: *const DML_TENSOR_DESC,
pub Mode: DML_CONVOLUTION_MODE,
pub Direction: DML_CONVOLUTION_DIRECTION,
pub DimensionCount: u32,
pub Strides: *const u32,
pub Dilations: *const u32,
pub StartPadding: *const u32,
pub EndPadding: *const u32,
pub OutputPadding: *const u32,
pub GroupCount: u32,
pub FusedActivation: *const DML_OPERATOR_DESC,
}
Fields§
§InputTensor: *const DML_TENSOR_DESC
§FilterTensor: *const DML_TENSOR_DESC
§BiasTensor: *const DML_TENSOR_DESC
§OutputTensor: *const DML_TENSOR_DESC
§Mode: DML_CONVOLUTION_MODE
§Direction: DML_CONVOLUTION_DIRECTION
§DimensionCount: u32
§Strides: *const u32
§Dilations: *const u32
§StartPadding: *const u32
§EndPadding: *const u32
§OutputPadding: *const u32
§GroupCount: u32
§FusedActivation: *const DML_OPERATOR_DESC
Trait Implementations§
§impl Clone for DML_CONVOLUTION_OPERATOR_DESC
impl Clone for DML_CONVOLUTION_OPERATOR_DESC
§fn clone(&self) -> DML_CONVOLUTION_OPERATOR_DESC
fn clone(&self) -> DML_CONVOLUTION_OPERATOR_DESC
Returns a copy 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 more§impl Debug for DML_CONVOLUTION_OPERATOR_DESC
impl Debug for DML_CONVOLUTION_OPERATOR_DESC
§impl Default for DML_CONVOLUTION_OPERATOR_DESC
impl Default for DML_CONVOLUTION_OPERATOR_DESC
§impl PartialEq for DML_CONVOLUTION_OPERATOR_DESC
impl PartialEq for DML_CONVOLUTION_OPERATOR_DESC
§fn eq(&self, other: &DML_CONVOLUTION_OPERATOR_DESC) -> bool
fn eq(&self, other: &DML_CONVOLUTION_OPERATOR_DESC) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DML_CONVOLUTION_OPERATOR_DESC
impl Eq for DML_CONVOLUTION_OPERATOR_DESC
impl StructuralPartialEq for DML_CONVOLUTION_OPERATOR_DESC
Auto Trait Implementations§
impl Freeze for DML_CONVOLUTION_OPERATOR_DESC
impl RefUnwindSafe for DML_CONVOLUTION_OPERATOR_DESC
impl !Send for DML_CONVOLUTION_OPERATOR_DESC
impl !Sync for DML_CONVOLUTION_OPERATOR_DESC
impl Unpin for DML_CONVOLUTION_OPERATOR_DESC
impl UnwindSafe for DML_CONVOLUTION_OPERATOR_DESC
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)