#[repr(C)]pub struct DML_DIAGONAL_MATRIX_OPERATOR_DESC {
pub OutputTensor: *mut DML_TENSOR_DESC,
pub Offset: i32,
pub Value: f32,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
OutputTensor: *mut DML_TENSOR_DESCOffset: i32Value: f32