Skip to main content

Module grid_sample

Module grid_sample 

Source

Structs§

GridSample
Samples input (N, C, D1..Dk) at the normalized coordinates carried by grid (N, O1..Ok, k), following the ONNX/PyTorch GridSample contract: k spatial dims, mode × padding_mode × align_corners.

Enums§

InterpolationMode
Interpolation mode for GridSample.
PaddingMode
Out-of-bounds padding policy for GridSample.