#[repr(C)]pub struct DML_ONE_HOT_OPERATOR_DESC {
pub IndicesTensor: *const DML_TENSOR_DESC,
pub ValuesTensor: *const DML_TENSOR_DESC,
pub OutputTensor: *const DML_TENSOR_DESC,
pub Axis: u32,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
IndicesTensor: *const DML_TENSOR_DESCValuesTensor: *const DML_TENSOR_DESCOutputTensor: *const DML_TENSOR_DESCAxis: u32