Passes

Interfaces, classes, and helpers related to graph transformation passes.

Passes are user definable objects that populate, transform, and optimize the execution graph.

Passes are registered using one of the Pass Registration helpers.

Passes are run during graph construction via a omni::graph::exec::unstable::PassPipeline.

See Pass Concepts for an in-depth guide on how passes are used during graph construction.

Classes

Groups