Class Conv
java.lang.Object
org.apache.wayang.basic.model.op.Op
org.apache.wayang.basic.model.op.nn.Conv
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final boolean
protected final int
protected final int[]
protected final int
protected final String
protected final int[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
inChannels
protected final int inChannels -
outChannels
protected final int outChannels -
kernelSize
protected final int[] kernelSize -
stride
protected final int[] stride -
padding
-
bias
protected final boolean bias
-
-
Constructor Details
-
Conv
-
-
Method Details
-
getInChannels
public int getInChannels() -
getOutChannels
public int getOutChannels() -
getKernelSize
public int[] getKernelSize() -
getStride
public int[] getStride() -
getPadding
-
getBias
public boolean getBias() -
inputsRequired
public int inputsRequired()- Specified by:
inputsRequired
in classOp
-