Uses of Class
ai.konduit.serving.data.image.convert.config.NDFormat
-
Packages that use NDFormat Package Description ai.konduit.serving.data.image.convert ai.konduit.serving.data.image.convert.config -
-
Uses of NDFormat in ai.konduit.serving.data.image.convert
Constructors in ai.konduit.serving.data.image.convert with parameters of type NDFormat 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 NDFormat in ai.konduit.serving.data.image.convert.config
Methods in ai.konduit.serving.data.image.convert.config that return NDFormat Modifier and Type Method Description static NDFormatNDFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NDFormat[]NDFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-