opto.trace.propagators.graph_propagator.GraphPropagator

opto.trace.propagators.graph_propagator.GraphPropagator#

class GraphPropagator[source]#

A propagator that collects all the nodes seen in the path.

Methods

aggregate(feedback)

Aggregate feedback from multiple children

init_feedback(node, feedback)

Given raw feedback, create the feedback object that will be propagated recursively.

propagate(child)

Compute propagated feedback to node.parents of a node.

register(operator_name, propagate_function)

__init__()#
__new__(**kwargs)#