Uses of Class
org.nd4j.linalg.dataset.api.preprocessor.CropAndResizeDataSetPreProcessor.ResizeMethod
-
Packages that use CropAndResizeDataSetPreProcessor.ResizeMethod Package Description org.nd4j.linalg.dataset.api.preprocessor -
-
Uses of CropAndResizeDataSetPreProcessor.ResizeMethod in org.nd4j.linalg.dataset.api.preprocessor
Methods in org.nd4j.linalg.dataset.api.preprocessor that return CropAndResizeDataSetPreProcessor.ResizeMethod Modifier and Type Method Description static CropAndResizeDataSetPreProcessor.ResizeMethodCropAndResizeDataSetPreProcessor.ResizeMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CropAndResizeDataSetPreProcessor.ResizeMethod[]CropAndResizeDataSetPreProcessor.ResizeMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nd4j.linalg.dataset.api.preprocessor with parameters of type CropAndResizeDataSetPreProcessor.ResizeMethod Constructor Description CropAndResizeDataSetPreProcessor(int originalHeight, int originalWidth, int cropYStart, int cropXStart, int resizedHeight, int resizedWidth, int numChannels, CropAndResizeDataSetPreProcessor.ResizeMethod resizeMethod)
-