| 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 |
SDNN.pad(SDVariable input,
SDVariable padding,
PadMode PadMode,
double constant)
Padding operation
|
SDVariable |
SDNN.pad(String name,
SDVariable input,
SDVariable padding,
PadMode PadMode,
double constant)
Padding operation
|
| Modifier and Type | Method and Description |
|---|---|
static PadMode |
PadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PadMode[] |
PadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Pad(@NonNull INDArray in,
@NonNull INDArray padding,
INDArray out,
@NonNull PadMode mode,
double padValue) |
Pad(@NonNull INDArray in,
@NonNull INDArray padding,
@NonNull PadMode mode,
double padValue) |
Pad(SameDiff sd,
SDVariable in,
SDVariable padding,
PadMode mode,
double padValue) |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
NDNN.pad(INDArray input,
INDArray padding,
PadMode PadMode,
double constant)
Padding operation
|
Copyright © 2021. All rights reserved.