Class ImageProjectiveTransformV3.Inputs<T extends TNumber>
java.lang.Object
org.tensorflow.op.RawOpInputs<ImageProjectiveTransformV3<T>>
org.tensorflow.op.image.ImageProjectiveTransformV3.Inputs<T>
- Enclosing class:
ImageProjectiveTransformV3<T extends TNumber>
public static class ImageProjectiveTransformV3.Inputs<T extends TNumber>
extends RawOpInputs<ImageProjectiveTransformV3<T>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DataTypeInput dtype.final StringFill mode, "REFLECT", "WRAP", "CONSTANT", or "NEAREST".float, the value to be filled when fill_mode is constant".4-D with shape[batch, height, width, channels].final StringInterpolation method, "NEAREST" or "BILINEAR".1-D Tensor [new_height, new_width].2-D Tensor,[batch, 8]or[1, 8]matrix, where each row corresponds to a 3 x 3 projective transformation matrix, with the last entry assumed to be 1. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
images
-
transforms
-
outputShape
-
fillValue
-
dtype
Input dtype. -
interpolation
Interpolation method, "NEAREST" or "BILINEAR". -
fillMode
Fill mode, "REFLECT", "WRAP", "CONSTANT", or "NEAREST".
-
-
Constructor Details
-
Inputs
-