torch.nn.functional.AffineGridFunctionalOptions
export interface AffineGridFunctionalOptions {
/** Geometrically, we consider the pixels of the input as squares rather than points. (default: false) */
align_corners?: boolean;
}align_corners(boolean)optional- – Geometrically, we consider the pixels of the input as squares rather than points. (default: false)
Options for affine_grid functional operation.