oa::FnMatrix::siluMul
siluMul: SiLU on first half, multiply with second half: out = SiLU(A[:N]) * A[N:].
Function Documentation
siluMul: SiLU on first half, multiply with second half: out = SiLU(A[:N]) * A[N:].
Parameters
inAconst oa::Matrix &—
inIntermediateSizeoa::U32—
Returns
oa::MatrixThe declared return value.