| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ResizeBicubic.Attrs |
tensorflow.ResizeBicubic.Attrs.align_corners_(boolean align_corners_) |
static tensorflow.ResizeBicubic.Attrs |
tensorflow.ResizeBicubic.AlignCorners(boolean x) |
tensorflow.ResizeBicubic.Attrs |
tensorflow.ResizeBicubic.Attrs.AlignCorners(boolean x)
If true, the centers of the 4 corner pixels of the input and output tensors are
aligned, preserving the values at the corner pixels.
|
tensorflow.ResizeBicubic.Attrs |
tensorflow.ResizeBicubic.Attrs.position(long position) |
| Constructor and Description |
|---|
ResizeBicubic(tensorflow.Scope scope,
tensorflow.Input images,
tensorflow.Input size,
tensorflow.ResizeBicubic.Attrs attrs) |
Copyright © 2019. All rights reserved.