| Package | Description |
|---|---|
| ai.konduit.serving.data.image.convert | |
| ai.konduit.serving.data.image.convert.config |
| Constructor and Description |
|---|
ImageToNDArrayConfig(Integer height,
Integer width,
NDArrayType dataType,
boolean includeMinibatchDim,
AspectRatioHandling aspectRatioHandling,
NDFormat format,
NDChannelLayout channelLayout,
ImageNormalization normalization,
ImageToNDArrayConfig.ListHandling listHandling) |
| Modifier and Type | Method and Description |
|---|---|
static NDFormat |
NDFormat.valueOf(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.
|
Copyright © 2022. All rights reserved.