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