#[repr(C)]pub struct DML_ELEMENT_WISE_ACOS_OPERATOR_DESC {
pub InputTensor: *mut DML_TENSOR_DESC,
pub OutputTensor: *mut DML_TENSOR_DESC,
pub ScaleBias: *mut DML_SCALE_BIAS,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
InputTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESCScaleBias: *mut DML_SCALE_BIAS