LICENSE
MANIFEST.in
README.md
setup.py
src/tacotree/__init__.py
src/tacotree/_io.py
src/tacotree.egg-info/PKG-INFO
src/tacotree.egg-info/SOURCES.txt
src/tacotree.egg-info/dependency_links.txt
src/tacotree.egg-info/requires.txt
src/tacotree.egg-info/top_level.txt
src/tacotree/_creation/__init__.py
src/tacotree/_creation/_config.py
src/tacotree/_creation/_creation_api.py
src/tacotree/_creation/_model.py
src/tacotree/_creation/_modules/__init__.py
src/tacotree/_creation/_modules/_base.py
src/tacotree/_creation/_modules/_m_axis_mod.py
src/tacotree/_creation/_modules/_m_global_pooling.py
src/tacotree/_creation/_modules/_m_in_out.py
src/tacotree/_creation/_modules/_m_math.py
src/tacotree/_creation/_modules/_m_misc.py
src/tacotree/_creation/_modules/_m_padding.py
src/tacotree/_creation/_modules/_pytorch_layer.py
src/tacotree/_creation/_modules/_sequential.py
src/tacotree/_creation/_modules/templates.py
src/tacotree/_datastructs/__init__.py
src/tacotree/_datastructs/_annotations.py
src/tacotree/_datastructs/_array.py
src/tacotree/_datastructs/_base_data.py
src/tacotree/_datastructs/_batch.py
src/tacotree/_datastructs/_sample.py