ホーム › AI.MachineLearning.DirectML › DML_LSTM_OPERATOR_DESC
DML_LSTM_OPERATOR_DESC
構造体サイズ=各フィールドのバイト数(x64/x86 で異なる場合は x64/x86 と併記)。x64/x86 列=フィールドのバイトオフセット(HSPで dupptr / lpoke / wpoke 等に使用)。
フィールド
| フィールド | 型 | サイズ | x64 | x86 |
|---|---|---|---|---|
| InputTensor | DML_TENSOR_DESC* | 8/4 | +0 | +0 |
| WeightTensor | DML_TENSOR_DESC* | 8/4 | +8 | +4 |
| RecurrenceTensor | DML_TENSOR_DESC* | 8/4 | +16 | +8 |
| BiasTensor | DML_TENSOR_DESC* | 8/4 | +24 | +12 |
| HiddenInitTensor | DML_TENSOR_DESC* | 8/4 | +32 | +16 |
| CellMemInitTensor | DML_TENSOR_DESC* | 8/4 | +40 | +20 |
| SequenceLengthsTensor | DML_TENSOR_DESC* | 8/4 | +48 | +24 |
| PeepholeTensor | DML_TENSOR_DESC* | 8/4 | +56 | +28 |
| OutputSequenceTensor | DML_TENSOR_DESC* | 8/4 | +64 | +32 |
| OutputSingleTensor | DML_TENSOR_DESC* | 8/4 | +72 | +36 |
| OutputCellSingleTensor | DML_TENSOR_DESC* | 8/4 | +80 | +40 |
| ActivationDescCount | DWORD | 4 | +88 | +44 |
| ActivationDescs | DML_OPERATOR_DESC* | 8/4 | +96 | +48 |
| Direction | DML_RECURRENT_NETWORK_DIRECTION | 4 | +104 | +52 |
| ClipThreshold | FLOAT | 4 | +108 | +56 |
| UseClipThreshold | BOOL | 4 | +112 | +60 |
| CoupleInputForget | BOOL | 4 | +116 | +64 |