Uses of Class
org.nd4j.enums.WeightsFormat
-
Packages that use WeightsFormat Package Description org.nd4j.enums org.nd4j.linalg.api.ops.impl.layers.convolution.config -
-
Uses of WeightsFormat in org.nd4j.enums
Methods in org.nd4j.enums that return WeightsFormat Modifier and Type Method Description static WeightsFormatWeightsFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static WeightsFormat[]WeightsFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WeightsFormat in org.nd4j.linalg.api.ops.impl.layers.convolution.config
Constructors in org.nd4j.linalg.api.ops.impl.layers.convolution.config with parameters of type WeightsFormat Constructor Description Conv2DConfig(long kH, long kW, long sH, long sW, long pH, long pW, long dH, long dW, PaddingMode paddingMode, String dataFormat, WeightsFormat weightsFormat)
-