#[repr(C)]pub struct DML_SCATTER_ND_OPERATOR_DESC {
pub InputTensor: *mut DML_TENSOR_DESC,
pub IndicesTensor: *mut DML_TENSOR_DESC,
pub UpdatesTensor: *mut DML_TENSOR_DESC,
pub OutputTensor: *mut DML_TENSOR_DESC,
pub InputDimensionCount: u32,
pub IndicesDimensionCount: u32,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
InputTensor: *mut DML_TENSOR_DESCIndicesTensor: *mut DML_TENSOR_DESCUpdatesTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESCInputDimensionCount: u32IndicesDimensionCount: u32