| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ResizeArea.Attrs |
tensorflow.ResizeArea.Attrs.align_corners_(boolean align_corners_) |
static tensorflow.ResizeArea.Attrs |
tensorflow.ResizeArea.AlignCorners(boolean x) |
tensorflow.ResizeArea.Attrs |
tensorflow.ResizeArea.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.ResizeArea.Attrs |
tensorflow.ResizeArea.Attrs.position(long position) |
| Constructor and Description |
|---|
ResizeArea(tensorflow.Scope scope,
tensorflow.Input images,
tensorflow.Input size,
tensorflow.ResizeArea.Attrs attrs) |
Copyright © 2019. All rights reserved.