Loading...
Searching...
No Matches
See padding at https://github.com/onnx/onnx/blob/main/docs/Operators.md#Conv for Pad2D.
More...
|
| class | Pad2DStreamGraph< PAD, TT, B, INP_H, INP_W, INP_W_PAD, H0, H1, W0, W1 > |
| | Single instance graph for Pad2D. More...
|
| |
| class | Pad2DWindowScalarGraph< PAD, TT, B, INP_H, INP_W, INP_W_PAD, H0, H1, W0, W1 > |
| | Single instance graph for Pad2D. More...
|
| |
| class | Pad2DStream2WindowGraph< PAD, TT, B, INP_H, INP_W, INP_W_PAD, H0, H1, W0, W1 > |
| | Single instance graph for Pad2D. More...
|
| |
- Template Parameters
-
| PAD | Pad Kernel |
| TT | Data type |
| INP_H | Input height |
| INP_W | Input width |
| H0 | Pixels added before height |
| H1 | Pixels added after height |
| W0 | Pixels added before width |
| W1 | Pixels added after width |