Uses of Class
org.nd4j.linalg.api.ops.impl.image.CropAndResize.Method
-
Packages that use CropAndResize.Method Package Description org.nd4j.linalg.api.ops.impl.image -
-
Uses of CropAndResize.Method in org.nd4j.linalg.api.ops.impl.image
Fields in org.nd4j.linalg.api.ops.impl.image declared as CropAndResize.Method Modifier and Type Field Description protected CropAndResize.MethodCropAndResize. methodMethods in org.nd4j.linalg.api.ops.impl.image that return CropAndResize.Method Modifier and Type Method Description static CropAndResize.MethodCropAndResize.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static CropAndResize.Method[]CropAndResize.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nd4j.linalg.api.ops.impl.image with parameters of type CropAndResize.Method Constructor Description CropAndResize(@NonNull SameDiff sameDiff, @NonNull SDVariable image, @NonNull SDVariable cropBoxes, @NonNull SDVariable boxIndices, @NonNull SDVariable cropOutSize, @NonNull CropAndResize.Method method, double extrapolationValue)CropAndResize(@NonNull INDArray image, @NonNull INDArray cropBoxes, @NonNull INDArray boxIndices, @NonNull INDArray cropOutSize, @NonNull CropAndResize.Method method, double extrapolationValue, INDArray output)
-