#[repr(C)]pub struct DML_ROI_POOLING_OPERATOR_DESC {
pub InputTensor: *mut DML_TENSOR_DESC,
pub ROITensor: *mut DML_TENSOR_DESC,
pub OutputTensor: *mut DML_TENSOR_DESC,
pub SpatialScale: f32,
pub PooledSize: DML_SIZE_2D,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
InputTensor: *mut DML_TENSOR_DESCROITensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESCSpatialScale: f32PooledSize: DML_SIZE_2D