public final class
ScaleAndTranslateGrad
Nested Classes
class | ScaleAndTranslateGrad.Options | Optional attributes for ScaleAndTranslateGrad
|
Public Methods
static ScaleAndTranslateGrad.Options |
antialias(Boolean antialias)
|
Output<T> |
asOutput()
Returns the symbolic handle of a tensor.
|
static <T extends Number> ScaleAndTranslateGrad<T> | |
static ScaleAndTranslateGrad.Options |
kernelType(String kernelType)
|
Output<T> |
output()
|
Inherited Methods
Public Methods
public Output<T> asOutput ()
Returns the symbolic handle of a tensor.
Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
public static ScaleAndTranslateGrad<T> create (Scope scope, Operand<T> grads, Operand<T> originalImage, Operand<Float> scale, Operand<Float> translation, Options... options)
Factory method to create a class wrapping a new ScaleAndTranslateGrad operation.
Parameters
scope | current scope |
---|---|
options | carries optional attributes values |
Returns
- a new instance of ScaleAndTranslateGrad