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