LICENCE
MANIFEST.in
README.md
setup.cfg
setup.py
tensorgraph/__init__.py
tensorgraph/cost.py
tensorgraph/data_iterator.py
tensorgraph/graph.py
tensorgraph/node.py
tensorgraph/progbar.py
tensorgraph/sequential.py
tensorgraph/stopper.py
tensorgraph/utils.py
tensorgraph.egg-info/PKG-INFO
tensorgraph.egg-info/SOURCES.txt
tensorgraph.egg-info/dependency_links.txt
tensorgraph.egg-info/not-zip-safe
tensorgraph.egg-info/requires.txt
tensorgraph.egg-info/top_level.txt
tensorgraph/dataset/__init__.py
tensorgraph/dataset/cifar10.py
tensorgraph/dataset/mnist.py
tensorgraph/layers/__init__.py
tensorgraph/layers/activation.py
tensorgraph/layers/cast.py
tensorgraph/layers/conv.py
tensorgraph/layers/iterative.py
tensorgraph/layers/linear.py
tensorgraph/layers/merge.py
tensorgraph/layers/misc.py
tensorgraph/layers/noise.py
tensorgraph/layers/normalization.py
tensorgraph/layers/random.py
tensorgraph/layers/recurrent.py
tensorgraph/layers/template.py