ColumnStackCalculator#

class liesel.liesel.nodes.ColumnStackCalculator(*inputs)[source]#

Bases: liesel.liesel.nodes.NodeCalculator

Stacks its inputs column-wise.

Must have one or more inputs.

Methods

jaxify()

Enables JAX NumPy for the node component.

unjaxify()

Disables JAX NumPy for the node component.

value()

Calculates the value of a node from its inputs and returns it.

Attributes

inputs

The inputs of the node component.

jaxified

Whether JAX NumPy is enabled for the node component.