Uses of Class
org.nd4j.enums.NearestMode
-
Packages that use NearestMode Package Description org.nd4j.enums org.nd4j.linalg.api.ops.impl.image -
-
Uses of NearestMode in org.nd4j.enums
Methods in org.nd4j.enums that return NearestMode Modifier and Type Method Description static NearestModeNearestMode. valueOf(String name)Returns the enum constant of this type with the specified name.static NearestMode[]NearestMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NearestMode in org.nd4j.linalg.api.ops.impl.image
Constructors in org.nd4j.linalg.api.ops.impl.image with parameters of type NearestMode Constructor Description ImageResize(@NonNull INDArray in, @NonNull INDArray size, CoordinateTransformationMode coorMode, NearestMode nearestMode, boolean preserveAspectRatio, boolean antialias)ImageResize(@NonNull INDArray in, @NonNull INDArray size, NearestMode nearestMode, boolean preserveAspectRatio, boolean antialias)
-