Package | Description |
---|---|
org.tensorflow.op | |
org.tensorflow.op.image |
Modifier and Type | Method and Description |
---|---|
ScaleAndTranslate |
ImageOps.scaleAndTranslate(Operand<? extends TNumber> images,
Operand<TInt32> sizeOutput,
Operand<TFloat32> scale,
Operand<TFloat32> translation,
ScaleAndTranslate.Options... options)
The ScaleAndTranslate operation
|
Modifier and Type | Method and Description |
---|---|
static ScaleAndTranslate.Options |
ScaleAndTranslate.antialias(Boolean antialias)
Sets the antialias option.
|
ScaleAndTranslate.Options |
ScaleAndTranslate.Options.antialias(Boolean antialias)
Sets the antialias option.
|
static ScaleAndTranslate.Options |
ScaleAndTranslate.kernelType(String kernelType)
Sets the kernelType option.
|
ScaleAndTranslate.Options |
ScaleAndTranslate.Options.kernelType(String kernelType)
Sets the kernelType option.
|
Modifier and Type | Method and Description |
---|---|
static ScaleAndTranslate |
ScaleAndTranslate.create(Scope scope,
Operand<? extends TNumber> images,
Operand<TInt32> sizeOutput,
Operand<TFloat32> scale,
Operand<TFloat32> translation,
ScaleAndTranslate.Options... options)
Factory method to create a class wrapping a new ScaleAndTranslate operation.
|
Copyright © 2015–2022. All rights reserved.