public static class
FusedResizeAndPadConv2d.Options
Optional attributes for FusedResizeAndPadConv2d
Public Methods
FusedResizeAndPadConv2d.Options |
resizeAlignCorners(Boolean resizeAlignCorners)
|
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 FusedResizeAndPadConv2d.Options resizeAlignCorners (Boolean resizeAlignCorners)
Parameters
resizeAlignCorners | 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. |
---|