oa::FnMatrix::conv1dReluGemm
conv1dReluGemm: conv1dGemm with the ReLU folded into the GEMM bias epilogue.
Function Documentation
conv1dReluGemm: conv1dGemm with the ReLU folded into the GEMM bias epilogue.
Parameters
inXconst Matrix &—
inWeightconst Matrix &—
inBiasconst Matrix &—
inStrideoa::I32Default: 1
inPaddingoa::I32Default: 0
inDilationoa::I32Default: 1
Returns
MatrixThe declared return value.