#[repr(C)]pub struct DML_ELEMENT_WISE_IF_OPERATOR_DESC {
pub ConditionTensor: *mut DML_TENSOR_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
ConditionTensor: *mut DML_TENSOR_DESCATensor: *mut DML_TENSOR_DESCBTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESC