Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_LSTM_OPERATOR_DESC
[−]#[repr(C)]pub struct DML_LSTM_OPERATOR_DESC {Show 17 fields
pub InputTensor: *const DML_TENSOR_DESC,
pub WeightTensor: *const DML_TENSOR_DESC,
pub RecurrenceTensor: *const DML_TENSOR_DESC,
pub BiasTensor: *const DML_TENSOR_DESC,
pub HiddenInitTensor: *const DML_TENSOR_DESC,
pub CellMemInitTensor: *const DML_TENSOR_DESC,
pub SequenceLengthsTensor: *const DML_TENSOR_DESC,
pub PeepholeTensor: *const DML_TENSOR_DESC,
pub OutputSequenceTensor: *const DML_TENSOR_DESC,
pub OutputSingleTensor: *const DML_TENSOR_DESC,
pub OutputCellSingleTensor: *const DML_TENSOR_DESC,
pub ActivationDescCount: u32,
pub ActivationDescs: *const 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: *const DML_TENSOR_DESCWeightTensor: *const DML_TENSOR_DESCRecurrenceTensor: *const DML_TENSOR_DESCBiasTensor: *const DML_TENSOR_DESCHiddenInitTensor: *const DML_TENSOR_DESCCellMemInitTensor: *const DML_TENSOR_DESCSequenceLengthsTensor: *const DML_TENSOR_DESCPeepholeTensor: *const DML_TENSOR_DESCOutputSequenceTensor: *const DML_TENSOR_DESCOutputSingleTensor: *const DML_TENSOR_DESCOutputCellSingleTensor: *const DML_TENSOR_DESCActivationDescCount: u32ActivationDescs: *const DML_OPERATOR_DESCDirection: DML_RECURRENT_NETWORK_DIRECTIONClipThreshold: f32UseClipThreshold: BOOLCoupleInputForget: BOOL