#[repr(C)]pub struct DML_ELEMENT_WISE_MIN_OPERATOR_DESC {
pub ATensor: *mut DML_TENSOR_DESC,
pub BTensor: *mut DML_TENSOR_DESC,
pub OutputTensor: *mut DML_TENSOR_DESC,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
ATensor: *mut DML_TENSOR_DESCBTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESC