| Package | Description |
|---|---|
| org.nd4j.autodiff.samediff.ops | |
| org.nd4j.enums | |
| org.nd4j.linalg.api.ops.impl.transforms | |
| org.nd4j.linalg.factory.ops |
| Modifier and Type | Method and Description |
|---|---|
SDVariable |
SDImage.pad(SDVariable input,
SDVariable padding,
Mode Mode,
double padValue)
Pads an image according to the given padding type
|
SDVariable |
SDImage.pad(String name,
SDVariable input,
SDVariable padding,
Mode Mode,
double padValue)
Pads an image according to the given padding type
|
| Modifier and Type | Method and Description |
|---|---|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Pad(INDArray input,
INDArray padding,
Mode mode,
double padValue) |
Pad(SameDiff sd,
SDVariable input,
SDVariable padding,
Mode mode,
double padValue) |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
NDImage.pad(INDArray input,
INDArray padding,
Mode Mode,
double padValue)
Pads an image according to the given padding type
|
Copyright © 2022. All rights reserved.