public static class
ResizeBicubic.Options
Optional attributes for ResizeBicubic
Public Methods
ResizeBicubic.Options |
alignCorners(Boolean alignCorners)
|
ResizeBicubic.Options |
halfPixelCenters(Boolean halfPixelCenters)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public ResizeBicubic.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. |
---|