IterGraphΒΆ

Iterates over all nested nodes and leaves of the graph.

Abstract Signature:

IterGraph(node)

PyTorch

API: β€”
Strategy: Macro '{node}.named_modules()'

Flax NNX

API: flax.nnx.iter_graph
Strategy: Direct Mapping