Class Conv2D
java.lang.Object
org.apache.wayang.basic.model.op.Op
org.apache.wayang.basic.model.op.nn.Conv
org.apache.wayang.basic.model.op.nn.Conv2D
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.wayang.basic.model.op.nn.Conv
bias, inChannels, kernelSize, outChannels, padding, stride
-
Constructor Summary
ConstructorsConstructorDescriptionConv2D
(int inChannels, int outChannels, int[] kernelSize, int[] stride, String padding, boolean bias) Conv2D
(int inChannels, int outChannels, int[] kernelSize, int[] stride, String padding, boolean bias, String name) Conv2D
(int inChannels, int outChannels, int[] kernelSize, int[] stride, String padding, boolean bias, String name, Op.DType dType) Conv2D
(int inChannels, int outChannels, int[] kernelSize, int[] stride, String padding, boolean bias, Op.DType dType) -
Method Summary
Methods inherited from class org.apache.wayang.basic.model.op.nn.Conv
getBias, getInChannels, getKernelSize, getOutChannels, getPadding, getStride, inputsRequired
-
Constructor Details
-
Conv2D
public Conv2D(int inChannels, int outChannels, int[] kernelSize, int[] stride, String padding, boolean bias) -
Conv2D
-
Conv2D
-
Conv2D
-