oryx.core.interpreters.log_prob.LogProbRules

Default dictionary for log_prob propagation rules.

By default, the rules for LogProb propagation are just the InverseAndILDJ rules, but instead of raising a NotImplementedError, LogProb will silently fail. This default dict-like class implements this behavior, but also allows primitives to register custom propagation rules.