LICENSE
MANIFEST.in
NOTICE.txt
README.md
pyproject.toml
tests/test_dynamic_policy.py
tests/test_loop_injection.py
tests/test_policy_injection.py
tests/test_utils.py
tests/test_variable_tracking_policy.py
traincheck/__init__.py
traincheck/checker.py
traincheck/checker_online.py
traincheck/collect_trace.py
traincheck/infer_engine.py
traincheck/utils.py
traincheck.egg-info/PKG-INFO
traincheck.egg-info/SOURCES.txt
traincheck.egg-info/dependency_links.txt
traincheck.egg-info/entry_points.txt
traincheck.egg-info/requires.txt
traincheck.egg-info/top_level.txt
traincheck/config/__init__.py
traincheck/config/config.py
traincheck/developer/__init__.py
traincheck/developer/annotations.py
traincheck/instrumentor/__init__.py
traincheck/instrumentor/caches.py
traincheck/instrumentor/control.py
traincheck/instrumentor/dumper.py
traincheck/instrumentor/replace_functions.py
traincheck/instrumentor/source_file.py
traincheck/instrumentor/tracer.py
traincheck/instrumentor/types.py
traincheck/instrumentor/variable.py
traincheck/instrumentor/proxy_wrapper/__init__.py
traincheck/instrumentor/proxy_wrapper/dumper.py
traincheck/instrumentor/proxy_wrapper/hash.py
traincheck/instrumentor/proxy_wrapper/proxy.py
traincheck/instrumentor/proxy_wrapper/proxy_basics.py
traincheck/instrumentor/proxy_wrapper/proxy_config.py
traincheck/instrumentor/proxy_wrapper/proxy_handler.py
traincheck/instrumentor/proxy_wrapper/proxy_methods.py
traincheck/instrumentor/proxy_wrapper/proxy_observer.py
traincheck/instrumentor/proxy_wrapper/proxy_registry.py
traincheck/instrumentor/proxy_wrapper/subclass.py
traincheck/instrumentor/proxy_wrapper/torch_proxy.py
traincheck/instrumentor/proxy_wrapper/utils.py
traincheck/invariant/DistinctArgumentRelation.py
traincheck/invariant/__init__.py
traincheck/invariant/base_cls.py
traincheck/invariant/consistency_relation.py
traincheck/invariant/consistency_transient_vars.py
traincheck/invariant/contain_relation.py
traincheck/invariant/cover_relation.py
traincheck/invariant/lead_relation.py
traincheck/invariant/precondition.py
traincheck/invariant/relation_pool.py
traincheck/invariant/symbolic_value.py
traincheck/invariant/var_periodic_change_relation.py
traincheck/onlinechecker/__init__.py
traincheck/onlinechecker/streamhandler_filesystem.py
traincheck/onlinechecker/utils.py
traincheck/reporting/__init__.py
traincheck/reporting/checker_report.py
traincheck/runner/__init__.py
traincheck/runner/runner.py
traincheck/script/__init__.py
traincheck/script/num_invs_each_rel.py
traincheck/static_analyzer/__init__.py
traincheck/static_analyzer/config.py
traincheck/static_analyzer/func_level/__init__.py
traincheck/static_analyzer/func_level/nn_func_level.log
traincheck/static_analyzer/func_level/optim_func_level.log
traincheck/static_analyzer/graph_generator/__init__.py
traincheck/static_analyzer/graph_generator/analyzer.py
traincheck/static_analyzer/graph_generator/anutils.py
traincheck/static_analyzer/graph_generator/call_graph_parser.py
traincheck/static_analyzer/graph_generator/main.py
traincheck/static_analyzer/graph_generator/node.py
traincheck/toolkit/__init__.py
traincheck/toolkit/analyze_invariant.py
traincheck/toolkit/analyze_trace.py
traincheck/toolkit/detect_anomaly_from_trace_diff.py
traincheck/trace/__init__.py
traincheck/trace/trace.py
traincheck/trace/trace_dict.py
traincheck/trace/trace_pandas.py
traincheck/trace/trace_polars.py
traincheck/trace/types.py
traincheck/trace/utils.py