README.md
setup.py
onefx/__init__.py
onefx/_compatibility.py
onefx/_pytree.py
onefx/_symbolic_trace.py
onefx/annotate.py
onefx/graph.py
onefx/graph_module.py
onefx/immutable_collections.py
onefx/interpreter.py
onefx/node.py
onefx/operator_schemas.py
onefx/proxy.py
onefx/subgraph_rewriter.py
onefx/tensor_type.py
onefx/traceback.py
onefx/version.py
onefx.egg-info/PKG-INFO
onefx.egg-info/SOURCES.txt
onefx.egg-info/dependency_links.txt
onefx.egg-info/top_level.txt
onefx.egg-info/zip-safe
onefx/passes/__init__.py
onefx/passes/annotate_getitem_nodes.py
onefx/passes/fake_tensor_prop.py
onefx/passes/graph_drawer.py
onefx/passes/graph_manipulation.py
onefx/passes/net_min_base.py
onefx/passes/operator_support.py
onefx/passes/param_fetch.py
onefx/passes/pass_manager.py
onefx/passes/reinplace.py
onefx/passes/shape_prop.py
onefx/passes/split_module.py
onefx/passes/split_utils.py
onefx/passes/splitter_base.py
onefx/passes/tools_common.py
onefx/passes/backends/__init__.py
onefx/passes/backends/cudagraphs.py
onefx/passes/dialect/__init__.py
onefx/passes/dialect/common/__init__.py
onefx/passes/dialect/common/cse_pass.py
onefx/passes/infra/__init__.py
onefx/passes/infra/partitioner.py
onefx/passes/infra/pass_base.py
onefx/passes/infra/pass_manager.py
onefx/passes/tests/__init__.py
onefx/passes/tests/test_pass_manager.py
onefx/passes/utils/__init__.py
onefx/passes/utils/common.py
onefx/passes/utils/fuser_utils.py
onefx/passes/utils/matcher_utils.py
onefx/utils/__init__.py
onefx/utils/_mangling.py
onefx/utils/_pytree.py
onefx/utils/_storage_weak_ref.py
onefx/utils/_submodule.py
onefx/utils/importer.py
onefx/utils/package_exporter.py
onefx/utils/package_importer.py
test/__init__.py
test/simple_test.py
test/test_alexnet.py
test/test_conv_bn_fuse.py
test/test_cpu_performance_profiler.py
test/test_dce_pass.py
test/test_future.py
test/test_fx_feature_extraction.py
test/test_fx_param_shape_control_flow.py
test/test_global_wrap.py
test/test_pass_infra.py
test/modules/__init__.py
test/modules/basic.py
test/utils/__init__.py
test/utils/basic.py