LICENSE
README.md
pyproject.toml
src/edge2torch/__init__.py
src/edge2torch/align_features_to_input_nodes.py
src/edge2torch/compile_graph.py
src/edge2torch/customize_model.py
src/edge2torch/interpret_model.py
src/edge2torch.egg-info/PKG-INFO
src/edge2torch.egg-info/SOURCES.txt
src/edge2torch.egg-info/dependency_links.txt
src/edge2torch.egg-info/requires.txt
src/edge2torch.egg-info/top_level.txt
src/edge2torch/compile/__init__.py
src/edge2torch/compile/artifact.py
src/edge2torch/compile/compiler.py
src/edge2torch/compile/execution_plan.py
src/edge2torch/compile/feedforward.py
src/edge2torch/compile/graphnn.py
src/edge2torch/compile/input_validation.py
src/edge2torch/compile/recurrent.py
src/edge2torch/customize/__init__.py
src/edge2torch/customize/input_validation.py
src/edge2torch/graph/__init__.py
src/edge2torch/graph/io.py
src/edge2torch/graph/schema.py
src/edge2torch/graph/validate.py
src/edge2torch/interpret/__init__.py
src/edge2torch/interpret/captum_adapter.py
src/edge2torch/interpret/captum_classes.py
src/edge2torch/interpret/feature_attribution.py
src/edge2torch/interpret/feedforward_node_attribution.py
src/edge2torch/interpret/input_validation.py
src/edge2torch/interpret/method_registry.py
src/edge2torch/interpret/prepare_input.py
src/edge2torch/nn/__init__.py
src/edge2torch/nn/blocks.py
src/edge2torch/nn/customized_model.py
src/edge2torch/nn/masked_linear.py
src/edge2torch/nn/model.py
src/edge2torch/utils/__init__.py
src/edge2torch/utils/constants.py
src/edge2torch/utils/errors.py