Class Conv3D
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.Conv3D
- 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
ConstructorsConstructorDescriptionConv3D
(int inChannels, int outChannels, int[] kernelSize, int[] stride, String padding, boolean bias) Conv3D
(int inChannels, int outChannels, int[] kernelSize, int[] stride, String padding, boolean bias, String name) Conv3D
(int inChannels, int outChannels, int[] kernelSize, int[] stride, String padding, boolean bias, String name, Op.DType dType) Conv3D
(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
-
Conv3D
public Conv3D(int inChannels, int outChannels, int[] kernelSize, int[] stride, String padding, boolean bias) -
Conv3D
-
Conv3D
-
Conv3D
-