| Package | Description |
|---|---|
| org.nd4j.enums | |
| org.nd4j.linalg.api.ops.impl.image |
| Modifier and Type | Method and Description |
|---|---|
static NearestMode |
NearestMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NearestMode[] |
NearestMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ImageResize(@NonNull INDArray in,
@NonNull INDArray size,
CoordinateTransformationMode coorMode,
NearestMode nearestMode,
boolean preserveAspectRatio,
boolean antialias) |
ImageResize(@NonNull INDArray in,
@NonNull INDArray size,
NearestMode nearestMode,
boolean preserveAspectRatio,
boolean antialias) |
Copyright © 2022. All rights reserved.