Home / Function/ sys() — pytorch Function Reference

sys() — pytorch Function Reference

Architecture documentation for the sys() function in configure.py from the pytorch codebase.

Entity Profile

Dependency Diagram

graph TD
  984e0d6d_2a40_7efb_8ecf_60261a173e1f["sys()"]
  b2023802_fad6_4198_8916_33509a69338c["main()"]
  984e0d6d_2a40_7efb_8ecf_60261a173e1f -->|calls| b2023802_fad6_4198_8916_33509a69338c
  style 984e0d6d_2a40_7efb_8ecf_60261a173e1f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

aten/src/ATen/native/quantized/cpu/qnnpack/configure.py lines 279–281

    import sys

    main(sys.argv[1:]).generate()

Subdomains

Calls

Frequently Asked Questions

What does sys() do?
sys() is a function in the pytorch codebase.
What does sys() call?
sys() calls 1 function(s): main.

Analyze Your Own Codebase

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

Try Supermodel Free