Package ai.djl.modality.cv.transform
Class RandomFlipLeftRight
- java.lang.Object
-
- ai.djl.modality.cv.transform.RandomFlipLeftRight
-
-
Constructor Summary
Constructors Constructor Description RandomFlipLeftRight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NDArraytransform(NDArray array)Applies theTransformto the givenNDArray.
-