LICENSE
MANIFEST.in
README.md
VERSION
setup.py
o2t.egg-info/PKG-INFO
o2t.egg-info/SOURCES.txt
o2t.egg-info/dependency_links.txt
o2t.egg-info/entry_points.txt
o2t.egg-info/requires.txt
o2t.egg-info/top_level.txt
o2t.egg-info/zip-safe
onnx2torch/__init__.py
onnx2torch/version.py
onnx2torch/cli/__init__.py
onnx2torch/cli/_main.py
onnx2torch/core/__init__.py
onnx2torch/core/parser.py
onnx2torch/core/pytorch_layers/Inspector_module.py
onnx2torch/core/pytorch_layers/__init__.py
onnx2torch/core/pytorch_layers/arithmetic.py
onnx2torch/core/pytorch_layers/batchnorm.py
onnx2torch/core/pytorch_layers/conv.py
onnx2torch/core/pytorch_layers/embedding_layer.py
onnx2torch/core/pytorch_layers/layernorm.py
onnx2torch/core/pytorch_layers/linear.py
onnx2torch/core/pytorch_layers/observer.py
onnx2torch/core/pytorch_layers/pool.py
onnx2torch/core/pytorch_layers/slice_layer.py
onnx2torch/core/pytorch_layers/torch_layer.py
onnx2torch/core/pytorch_layers/utils.py
onnx2torch/utils/__init__.py
onnx2torch/utils/utils.py