Uses of Class
org.nd4j.enums.PadMode
-
Packages that use PadMode Package Description org.nd4j.autodiff.samediff.ops org.nd4j.enums org.nd4j.linalg.api.ops.impl.transforms org.nd4j.linalg.factory.ops -
-
Uses of PadMode in org.nd4j.autodiff.samediff.ops
Methods in org.nd4j.autodiff.samediff.ops with parameters of type PadMode Modifier and Type Method Description SDVariableSDNN. pad(String name, SDVariable input, SDVariable padding, PadMode PadMode, double constant)Padding operationSDVariableSDNN. pad(SDVariable input, SDVariable padding, PadMode PadMode, double constant)Padding operation -
Uses of PadMode in org.nd4j.enums
Methods in org.nd4j.enums that return PadMode Modifier and Type Method Description static PadModePadMode. 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. -
Uses of PadMode in org.nd4j.linalg.api.ops.impl.transforms
Constructors in org.nd4j.linalg.api.ops.impl.transforms with parameters of type PadMode Constructor Description Pad(@NonNull INDArray in, @NonNull INDArray padding, @NonNull PadMode mode, double padValue)Pad(@NonNull INDArray in, @NonNull INDArray padding, INDArray out, @NonNull PadMode mode, double padValue)Pad(SameDiff sd, SDVariable in, SDVariable padding, PadMode mode, double padValue) -
Uses of PadMode in org.nd4j.linalg.factory.ops
Methods in org.nd4j.linalg.factory.ops with parameters of type PadMode Modifier and Type Method Description INDArrayNDNN. pad(INDArray input, INDArray padding, PadMode PadMode, double constant)Padding operation
-