oa::Conv1d
Conv1d: 1D convolution layer (im2col + GEMM).
Inheritance
public Module
Public Methods
Constructor & Destructor Documentation
No public source comment is attached to this declaration.
Parameters
inChannelsoa::I32—
outChannelsoa::I32—
kernelSizeoa::I32—
inStrideoa::I32Default: 1
inPaddingoa::I32Default: 0
inDilationoa::I32Default: 1
Public Method Documentation
No public source comment is attached to this declaration.
Returns
oa::I32The declared return value.
No public source comment is attached to this declaration.
Parameters
inInputconst Matrix &—
Returns
MatrixThe declared return value.
No public source comment is attached to this declaration.
Returns
oa::I32The declared return value.
No public source comment is attached to this declaration.
Returns
oa::I32The declared return value.