#[repr(C)]pub struct DML_ROI_ALIGN_OPERATOR_DESC {
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 OutOfBoundsInputValue: f32,
pub MinimumSamplesPerOutput: u32,
pub MaximumSamplesPerOutput: u32,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
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: f32OutOfBoundsInputValue: f32MinimumSamplesPerOutput: u32MaximumSamplesPerOutput: u32