| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.image |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
ImageOps.resizeBicubic(Operand<T> images,
Operand<Integer> size,
ResizeBicubic.Options... options)
Builds an
ResizeBicubic operation |
| Modifier and Type | Method and Description |
|---|---|
static ResizeBicubic.Options |
ResizeBicubic.alignCorners(Boolean alignCorners) |
ResizeBicubic.Options |
ResizeBicubic.Options.alignCorners(Boolean alignCorners) |
static ResizeBicubic.Options |
ResizeBicubic.halfPixelCenters(Boolean halfPixelCenters) |
ResizeBicubic.Options |
ResizeBicubic.Options.halfPixelCenters(Boolean halfPixelCenters) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
ResizeBicubic.create(Scope scope,
Operand<T> images,
Operand<Integer> size,
ResizeBicubic.Options... options)
Factory method to create a class wrapping a new ResizeBicubic operation.
|
Copyright © 2015–2019. All rights reserved.