samna.graph#

Submodules#

Module content#

class samna.graph.JitSink#

Bases: pybind11_object

JitSink allows the just-in-time creation of a sink node for any given type in the sequential call.

class samna.graph.JitSource#

Bases: pybind11_object

JitSource allows the just-in-time creation of a source node for a type specified by the user in the constructor. Must be used in the graph sequential call.

samna.graph.jit_sink_from_internal(arg0: samna.iris.NodeInterface) samna.iris.NodeInterface#

Internal function JIT compile a BasicSinkNode and connect it to the given node.

samna.graph.jit_source_to_internal(arg0: samna.iris.NodeInterface) samna.iris.NodeInterface#

Internal function JIT compile a BasicSourceNode and connect it to the given node.