ホーム › AI.MachineLearning.DirectML › DML_PADDING1_OPERATOR_DESC
DML_PADDING1_OPERATOR_DESC
構造体サイズ=各フィールドのバイト数(x64/x86 で異なる場合は x64/x86 と併記)。x64/x86 列=フィールドのバイトオフセット(HSPで dupptr / lpoke / wpoke 等に使用)。
フィールド
| フィールド | 型 | サイズ | x64 | x86 |
|---|---|---|---|---|
| InputTensor | DML_TENSOR_DESC* | 8/4 | +0 | +0 |
| OutputTensor | DML_TENSOR_DESC* | 8/4 | +8 | +4 |
| PaddingMode | DML_PADDING_MODE | 4 | +16 | +8 |
| PaddingValueDataType | DML_TENSOR_DATA_TYPE | 4 | +20 | +12 |
| PaddingValue | DML_SCALAR_UNION | 8 | +24 | +16 |
| DimensionCount | DWORD | 4 | +32 | +24 |
| StartPadding | DWORD* | 8/4 | +40 | +28 |
| EndPadding | DWORD* | 8/4 | +48 | +32 |