.gitignore
.travis.yml
LICENSE
README.md
setup.py
bin/tfsammon
test/__init__.py
test/test_khatrirao_product.py
test/test_kronecker_product.py
test/test_linearregression.py
test/test_tensordecompose.py
test/test_tetrahedron.py
tfnumpy/__init__.py
tfnumpy.egg-info/PKG-INFO
tfnumpy.egg-info/SOURCES.txt
tfnumpy.egg-info/dependency_links.txt
tfnumpy.egg-info/not-zip-safe
tfnumpy.egg-info/requires.txt
tfnumpy.egg-info/top_level.txt
tfnumpy/embed/__init__.py
tfnumpy/embed/sammon.py
tfnumpy/regression/__init__.py
tfnumpy/regression/linear.py
tfnumpy/tensor/__init__.py
tfnumpy/tensor/decompose.py
tfnumpy/tensor/product.py
tfnumpy/utils/__init__.py
tfnumpy/utils/base.py