#[repr(C)]pub struct DML_ROI_ALIGN1_OPERATOR_DESC {Show 14 fields
pub InputTensor: *const DML_TENSOR_DESC,
pub ROITensor: *const DML_TENSOR_DESC,
pub BatchIndicesTensor: *const DML_TENSOR_DESC,
pub OutputTensor: *const DML_TENSOR_DESC,
pub ReductionFunction: DML_REDUCE_FUNCTION,
pub InterpolationMode: DML_INTERPOLATION_MODE,
pub SpatialScaleX: f32,
pub SpatialScaleY: f32,
pub InputPixelOffset: f32,
pub OutputPixelOffset: f32,
pub OutOfBoundsInputValue: f32,
pub MinimumSamplesPerOutput: u32,
pub MaximumSamplesPerOutput: u32,
pub AlignRegionsToCorners: BOOL,
}
Expand description
Required features: "Win32_AI_MachineLearning_DirectML"
, "Win32_Foundation"
Fields
InputTensor: *const DML_TENSOR_DESC
ROITensor: *const DML_TENSOR_DESC
BatchIndicesTensor: *const DML_TENSOR_DESC
OutputTensor: *const DML_TENSOR_DESC
ReductionFunction: DML_REDUCE_FUNCTION
InterpolationMode: DML_INTERPOLATION_MODE
SpatialScaleX: f32
SpatialScaleY: f32
InputPixelOffset: f32
OutputPixelOffset: f32
OutOfBoundsInputValue: f32
MinimumSamplesPerOutput: u32
MaximumSamplesPerOutput: u32
AlignRegionsToCorners: BOOL
Trait Implementations
impl Clone for DML_ROI_ALIGN1_OPERATOR_DESC
impl Clone for DML_ROI_ALIGN1_OPERATOR_DESC
impl Copy for DML_ROI_ALIGN1_OPERATOR_DESC
Auto Trait Implementations
impl RefUnwindSafe for DML_ROI_ALIGN1_OPERATOR_DESC
impl !Send for DML_ROI_ALIGN1_OPERATOR_DESC
impl !Sync for DML_ROI_ALIGN1_OPERATOR_DESC
impl Unpin for DML_ROI_ALIGN1_OPERATOR_DESC
impl UnwindSafe for DML_ROI_ALIGN1_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