Uses of Class
ai.konduit.serving.data.image.convert.config.AspectRatioHandling
-
Packages that use AspectRatioHandling Package Description ai.konduit.serving.data.image.convert ai.konduit.serving.data.image.convert.config ai.konduit.serving.data.image.step.resize -
-
Uses of AspectRatioHandling in ai.konduit.serving.data.image.convert
Constructors in ai.konduit.serving.data.image.convert with parameters of type AspectRatioHandling 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) -
Uses of AspectRatioHandling in ai.konduit.serving.data.image.convert.config
Methods in ai.konduit.serving.data.image.convert.config that return AspectRatioHandling Modifier and Type Method Description static AspectRatioHandlingAspectRatioHandling. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AspectRatioHandling[]AspectRatioHandling. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AspectRatioHandling in ai.konduit.serving.data.image.step.resize
Fields in ai.konduit.serving.data.image.step.resize declared as AspectRatioHandling Modifier and Type Field Description protected AspectRatioHandlingImageResizeStep. aspectRatioHandlingConstructors in ai.konduit.serving.data.image.step.resize with parameters of type AspectRatioHandling Constructor Description ImageResizeStep(java.util.List<java.lang.String> inputNames, java.lang.Integer height, java.lang.Integer width, AspectRatioHandling aspectRatioHandling)
-