Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_LSTM_OPERATOR_DESC
[−]#[repr(C)]pub struct DML_LSTM_OPERATOR_DESC {Show 17 fields
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 CellMemInitTensor: *mut DML_TENSOR_DESC,
pub SequenceLengthsTensor: *mut DML_TENSOR_DESC,
pub PeepholeTensor: *mut DML_TENSOR_DESC,
pub OutputSequenceTensor: *mut DML_TENSOR_DESC,
pub OutputSingleTensor: *mut DML_TENSOR_DESC,
pub OutputCellSingleTensor: *mut DML_TENSOR_DESC,
pub ActivationDescCount: u32,
pub ActivationDescs: *mut DML_OPERATOR_DESC,
pub Direction: DML_RECURRENT_NETWORK_DIRECTION,
pub ClipThreshold: f32,
pub UseClipThreshold: BOOL,
pub CoupleInputForget: 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_DESCCellMemInitTensor: *mut DML_TENSOR_DESCSequenceLengthsTensor: *mut DML_TENSOR_DESCPeepholeTensor: *mut DML_TENSOR_DESCOutputSequenceTensor: *mut DML_TENSOR_DESCOutputSingleTensor: *mut DML_TENSOR_DESCOutputCellSingleTensor: *mut DML_TENSOR_DESCActivationDescCount: u32ActivationDescs: *mut DML_OPERATOR_DESCDirection: DML_RECURRENT_NETWORK_DIRECTIONClipThreshold: f32UseClipThreshold: BOOLCoupleInputForget: BOOL