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