Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_GRU_OPERATOR_DESC
[−]#[repr(C)]pub struct DML_GRU_OPERATOR_DESC {
pub InputTensor: *mut DML_TENSOR_DESC,
pub WeightTensor: *mut DML_TENSOR_DESC,
pub RecurrenceTensor: *mut DML_TENSOR_DESC,
pub BiasTensor: *mut DML_TENSOR_DESC,
pub HiddenInitTensor: *mut DML_TENSOR_DESC,
pub SequenceLengthsTensor: *mut DML_TENSOR_DESC,
pub OutputSequenceTensor: *mut DML_TENSOR_DESC,
pub OutputSingleTensor: *mut DML_TENSOR_DESC,
pub ActivationDescCount: u32,
pub ActivationDescs: *mut DML_OPERATOR_DESC,
pub Direction: DML_RECURRENT_NETWORK_DIRECTION,
pub LinearBeforeReset: BOOL,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’, ‘Win32_Foundation’
Fields
InputTensor: *mut DML_TENSOR_DESCWeightTensor: *mut DML_TENSOR_DESCRecurrenceTensor: *mut DML_TENSOR_DESCBiasTensor: *mut DML_TENSOR_DESCHiddenInitTensor: *mut DML_TENSOR_DESCSequenceLengthsTensor: *mut DML_TENSOR_DESCOutputSequenceTensor: *mut DML_TENSOR_DESCOutputSingleTensor: *mut DML_TENSOR_DESCActivationDescCount: u32ActivationDescs: *mut DML_OPERATOR_DESCDirection: DML_RECURRENT_NETWORK_DIRECTIONLinearBeforeReset: BOOL