Uses of Class
ai.konduit.serving.data.image.convert.ImageToNDArrayConfig.ListHandling
-
Packages that use ImageToNDArrayConfig.ListHandling Package Description ai.konduit.serving.data.image.convert -
-
Uses of ImageToNDArrayConfig.ListHandling in ai.konduit.serving.data.image.convert
Methods in ai.konduit.serving.data.image.convert that return ImageToNDArrayConfig.ListHandling Modifier and Type Method Description static ImageToNDArrayConfig.ListHandlingImageToNDArrayConfig.ListHandling. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageToNDArrayConfig.ListHandling[]ImageToNDArrayConfig.ListHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ai.konduit.serving.data.image.convert with parameters of type ImageToNDArrayConfig.ListHandling Constructor Description ImageToNDArrayConfig(java.lang.Integer height, java.lang.Integer width, ai.konduit.serving.pipeline.api.data.NDArrayType dataType, boolean includeMinibatchDim, AspectRatioHandling aspectRatioHandling, NDFormat format, NDChannelLayout channelLayout, ImageNormalization normalization, ImageToNDArrayConfig.ListHandling listHandling)
-