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