n_in (Tensor) – The size of each input feature.
n_out (Tensor) – The size of each output feature.
dropout (float) – If non-zero, introduces a SharedDropout
layer on the output with this dropout ratio. Default: 0.
activation (bool) – Whether to use activations. Default: True.