ConvMethod
public enum ConvMethod
Convolution calculation method
- Img2Col: img2col
- Naive: naive
-
Undocumented
Declaration
Swift
case Img2Col
-
Undocumented
Declaration
Swift
case Naive