#[repr(C)]pub struct DML_ROI_ALIGN1_OPERATOR_DESC {Show 14 fields
pub InputTensor: *mut DML_TENSOR_DESC,
pub ROITensor: *mut DML_TENSOR_DESC,
pub BatchIndicesTensor: *mut DML_TENSOR_DESC,
pub OutputTensor: *mut 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: *mut DML_TENSOR_DESCROITensor: *mut DML_TENSOR_DESCBatchIndicesTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESCReductionFunction: DML_REDUCE_FUNCTIONInterpolationMode: DML_INTERPOLATION_MODESpatialScaleX: f32SpatialScaleY: f32InputPixelOffset: f32OutputPixelOffset: f32OutOfBoundsInputValue: f32MinimumSamplesPerOutput: u32MaximumSamplesPerOutput: u32AlignRegionsToCorners: BOOL