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