InputGroup

Contents

InputGroup#

class liesel.model.InputGroup(*inputs, _name='', _needs_seed=False, convert='default', **kwinputs)[source]#

Bases: TransientNode

A node that groups its inputs for another node.

Essentially, this node “forwards” the val ues of its inputs to its outputs as an ArgGroup.

Attributes

value

The value of the node.

monitor

Whether the node should be monitored by an inference algorithm.