quantax.model.SingleConv#

quantax.model.SingleConv(channels: int, actfn: Callable, use_bias: bool = True, holomorphic: bool = False, dtype: str | type[Any] | dtype | SupportsDType = <class 'jax.numpy.float32'>)#

Network with one convolutional layer \(\psi(s) = \prod f(\mathrm{Conv}(s))\).