| Package | Description |
|---|---|
| org.nd4j.linalg.factory |
| Modifier and Type | Method and Description |
|---|---|
static Nd4j.PadMode |
Nd4j.PadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nd4j.PadMode[] |
Nd4j.PadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static INDArray |
Nd4j.pad(INDArray toPad,
int[][] padWidth,
List<double[]> constantValues,
Nd4j.PadMode padMode)
Pad the given ndarray to the size along each dimension
|
static INDArray |
Nd4j.pad(INDArray toPad,
int[][] padWidth,
Nd4j.PadMode padMode)
Pad the given ndarray to the size along each dimension
|
static INDArray |
Nd4j.pad(INDArray toPad,
int[] padWidth,
List<double[]> constantValues,
Nd4j.PadMode padMode)
Pad the given ndarray to the size along each dimension
|
static INDArray |
Nd4j.pad(INDArray toPad,
int[] padWidth,
Nd4j.PadMode padMode)
Pad the given ndarray to the size along each dimension
|
Copyright © 2018. All rights reserved.