CHANGELOG.md
MANIFEST.in
README.md
requirements.txt
setup.py
tensorbuilder/README-template.md
tensorbuilder/__init__.py
tensorbuilder/tensordata.py
tensorbuilder/version.txt
tensorbuilder.egg-info/PKG-INFO
tensorbuilder.egg-info/SOURCES.txt
tensorbuilder.egg-info/dependency_links.txt
tensorbuilder.egg-info/requires.txt
tensorbuilder.egg-info/top_level.txt
tensorbuilder/api/__init__.py
tensorbuilder/api/api.py
tensorbuilder/api/applicative.py
tensorbuilder/api/builder.py
tensorbuilder/api/builder_tree.py
tensorbuilder/api/classes.py
tensorbuilder/core/__init__.py
tensorbuilder/core/applicative.py
tensorbuilder/core/builders.py
tensorbuilder/core/concrete_classes.py
tensorbuilder/core/utils.py
tensorbuilder/patches/__init__.py
tensorbuilder/patches/tensorbuilder_patch/__init__.py
tensorbuilder/patches/tensorbuilder_patch/api_functions_patch.py
tensorbuilder/patches/tensorbuilder_patch/applicative_ops.py
tensorbuilder/patches/tensorbuilder_patch/builder_custom_ops.py
tensorbuilder/patches/tensorbuilder_patch/custom_layer_ops.py
tensorbuilder/patches/tensorbuilder_patch/scope_ops.py
tensorbuilder/patches/tensorbuilder_patch/summaries.py
tensorbuilder/patches/tensorbuilder_patch/tensorflow_ops.py
tensorbuilder/patches/tensorbuilder_patch/tflearn_ops.py
tensorbuilder/tests/__init__.py
tensorbuilder/tests/test_builders.py
tensorbuilder/tests/test_dsl.py
tensorbuilder/tests/test_temp.py