Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_CAST_OPERATOR_DESC
[−]#[repr(C)]pub struct DML_CAST_OPERATOR_DESC {
pub InputTensor: *mut DML_TENSOR_DESC,
pub OutputTensor: *mut DML_TENSOR_DESC,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
InputTensor: *mut DML_TENSOR_DESCOutputTensor: *mut DML_TENSOR_DESC