Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_GATHER_OPERATOR_DESC
[−]#[repr(C)]pub struct DML_GATHER_OPERATOR_DESC {
pub InputTensor: *mut DML_TENSOR_DESC,
pub IndicesTensor: *mut DML_TENSOR_DESC,
pub OutputTensor: *mut DML_TENSOR_DESC,
pub Axis: u32,
pub IndexDimensions: u32,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
InputTensor: *mut DML_TENSOR_DESCIndicesTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESCAxis: u32IndexDimensions: u32