Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_REDUCE_OPERATOR_DESC
[−]#[repr(C)]pub struct DML_REDUCE_OPERATOR_DESC {
pub Function: DML_REDUCE_FUNCTION,
pub InputTensor: *mut DML_TENSOR_DESC,
pub OutputTensor: *mut DML_TENSOR_DESC,
pub AxisCount: u32,
pub Axes: *mut u32,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
Function: DML_REDUCE_FUNCTIONInputTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESCAxisCount: u32Axes: *mut u32