Linear.opCall

Undocumented in source. Be warned that the author may not have intended to support it.
class Linear(T, size_t InputDim, size_t OutputDim, UseGradient useGradient = UseGradient.yes)
opCall
(
size_t[2] Shape
UseGradient useGradient
)
(
Tensor!(T, Shape, useGradient) x
)
if (
Shape[1] == InputDim
)

Meta