ホーム › AI.MachineLearning.DirectML › DML_ROI_ALIGN_GRAD_OPERATOR_DESC
DML_ROI_ALIGN_GRAD_OPERATOR_DESC
構造体サイズ=各フィールドのバイト数(x64/x86 で異なる場合は x64/x86 と併記)。x64/x86 列=フィールドのバイトオフセット(HSPで dupptr / lpoke / wpoke 等に使用)。
フィールド
| フィールド | 型 | サイズ | x64 | x86 |
|---|---|---|---|---|
| InputTensor | DML_TENSOR_DESC* | 8/4 | +0 | +0 |
| InputGradientTensor | DML_TENSOR_DESC* | 8/4 | +8 | +4 |
| ROITensor | DML_TENSOR_DESC* | 8/4 | +16 | +8 |
| BatchIndicesTensor | DML_TENSOR_DESC* | 8/4 | +24 | +12 |
| OutputGradientTensor | DML_TENSOR_DESC* | 8/4 | +32 | +16 |
| OutputROIGradientTensor | DML_TENSOR_DESC* | 8/4 | +40 | +20 |
| ReductionFunction | DML_REDUCE_FUNCTION | 4 | +48 | +24 |
| InterpolationMode | DML_INTERPOLATION_MODE | 4 | +52 | +28 |
| SpatialScaleX | FLOAT | 4 | +56 | +32 |
| SpatialScaleY | FLOAT | 4 | +60 | +36 |
| InputPixelOffset | FLOAT | 4 | +64 | +40 |
| OutputPixelOffset | FLOAT | 4 | +68 | +44 |
| MinimumSamplesPerOutput | DWORD | 4 | +72 | +48 |
| MaximumSamplesPerOutput | DWORD | 4 | +76 | +52 |
| AlignRegionsToCorners | BOOL | 4 | +80 | +56 |