LICENSE.txt
README.md
pyproject.toml
setup.py
./alex/__init__.py
./alex/alex/__init__.py
./alex/alex/annotator_interface.py
./alex/alex/checkpoint.py
./alex/alex/compare.py
./alex/alex/const.py
./alex/alex/core.py
./alex/alex/dsl_parser.py
./alex/alex/logger.py
./alex/alex/node_interface.py
./alex/alex/registry.py
./alex/alex/schema.py
./alex/alex/util.py
./alex/alex/validation.py
./alex/annotators/__init__.py
./alex/annotators/code_gen.py
./alex/annotators/complexity_measure.py
./alex/annotators/param_count.py
./alex/components/__init__.py
./alex/components/conv.py
./alex/engine/__init__.py
./alex/engine/example_data_pytorch.py
./alex/engine/example_data_tf.py
./alex/engine/ns_alex.py
./alex/engine/ns_pytorch.py
./alex/engine/ns_tf.py
./alex/engine/ns_user.py
./alex_nn.egg-info/PKG-INFO
./alex_nn.egg-info/SOURCES.txt
./alex_nn.egg-info/dependency_links.txt
./alex_nn.egg-info/requires.txt
./alex_nn.egg-info/top_level.txt
bin/alex-nn
test/test_checkpoint.py
test/test_cli.py
test/test_code_gen.py
test/test_compare.py
test/test_complexity_meaure.py
test/test_dsl_parser.py
test/test_example.py
test/test_param_count.py
test/test_schema.py
test/test_util.py