Home / Function/ print_fx() — pytorch Function Reference

print_fx() — pytorch Function Reference

Architecture documentation for the print_fx() function in common.py from the pytorch codebase.

Entity Profile

Relationship Graph

Source Code

benchmarks/dynamo/common.py lines 1230–1232

def print_fx(gm, example_inputs):
    print(gm.graph)
    return gm

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free