Uses of Class
org.nd4j.enums.Mode
-
Packages that use Mode Package Description org.nd4j.autodiff.samediff.ops org.nd4j.enums org.nd4j.linalg.api.ops.impl.transforms org.nd4j.linalg.factory.ops -
-
Uses of Mode in org.nd4j.autodiff.samediff.ops
Methods in org.nd4j.autodiff.samediff.ops with parameters of type Mode Modifier and Type Method Description SDVariableSDImage. pad(String name, SDVariable input, SDVariable padding, Mode Mode, double padValue)Pads an image according to the given padding typeSDVariableSDImage. pad(SDVariable input, SDVariable padding, Mode Mode, double padValue)Pads an image according to the given padding type -
Uses of Mode in org.nd4j.enums
Methods in org.nd4j.enums that return Mode Modifier and Type Method Description static ModeMode. 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. -
Uses of Mode in org.nd4j.linalg.api.ops.impl.transforms
Constructors in org.nd4j.linalg.api.ops.impl.transforms with parameters of type Mode Constructor Description Pad(SameDiff sd, SDVariable input, SDVariable padding, Mode mode, double padValue)Pad(INDArray input, INDArray padding, Mode mode, double padValue) -
Uses of Mode in org.nd4j.linalg.factory.ops
Methods in org.nd4j.linalg.factory.ops with parameters of type Mode Modifier and Type Method Description INDArrayNDImage. pad(INDArray input, INDArray padding, Mode Mode, double padValue)Pads an image according to the given padding type
-