public static class
ResizeBilinear.Options
Optional attributes for ResizeBilinear
Public Methods
ResizeBilinear.Options |
alignCorners(Boolean alignCorners)
|
ResizeBilinear.Options |
halfPixelCenters(Boolean halfPixelCenters)
|
Inherited Methods
Public Methods
public ResizeBilinear.Options alignCorners (Boolean alignCorners)
Parameters
alignCorners | If true, the centers of the 4 corner pixels of the input and output tensors are aligned, preserving the values at the corner pixels. Defaults to false. |
---|