Uses of Class
ai.konduit.serving.data.image.convert.config.ImageNormalization.Type
-
Packages that use ImageNormalization.Type Package Description ai.konduit.serving.data.image.convert.config -
-
Uses of ImageNormalization.Type in ai.konduit.serving.data.image.convert.config
Fields in ai.konduit.serving.data.image.convert.config declared as ImageNormalization.Type Modifier and Type Field Description ImageNormalization.TypeImageNormalization. typeMethods in ai.konduit.serving.data.image.convert.config that return ImageNormalization.Type Modifier and Type Method Description static ImageNormalization.TypeImageNormalization.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageNormalization.Type[]ImageNormalization.Type. 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.config with parameters of type ImageNormalization.Type Constructor Description ImageNormalization(ImageNormalization.Type type)
-