#[repr(C)]pub struct DML_UPSAMPLE_2D_OPERATOR_DESC {
pub InputTensor: *mut DML_TENSOR_DESC,
pub OutputTensor: *mut DML_TENSOR_DESC,
pub ScaleSize: DML_SIZE_2D,
pub InterpolationMode: DML_INTERPOLATION_MODE,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
InputTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESCScaleSize: DML_SIZE_2DInterpolationMode: DML_INTERPOLATION_MODE