Simple Modules#
A simple bias module that adds a (trainable by default) bias array (default) or scalar to the input. |
|
Module that always returns a constant value which is optionally trainable. |
|
Module that implements Einsum operations between array leaves in a PyTree input. |
|
Module for optionally trainable matrix multiplication. |