MANIFEST.in
README.rst
setup.py
ats/__init__.py
ats/core/__init__.py
ats/core/ats_layer.py
ats/core/builder.py
ats/core/expectation.py
ats/core/sampling.py
ats/data/__init__.py
ats/data/base.py
ats/data/from_tensors.py
ats/ops/__init__.py
ats/ops/cmake/FindTensorFlow.cmake
ats/ops/extract_patches/CMakeLists.txt
ats/ops/extract_patches/__init__.py
ats/ops/extract_patches/extract_patches.cc
ats/ops/extract_patches/extract_patches.cu
ats/ops/extract_patches/extract_patches.h
ats/utils/__init__.py
ats/utils/layers.py
ats/utils/regularizers.py
ats/utils/training.py
attention_sampling.egg-info/PKG-INFO
attention_sampling.egg-info/SOURCES.txt
attention_sampling.egg-info/dependency_links.txt
attention_sampling.egg-info/requires.txt
attention_sampling.egg-info/top_level.txt
tests/core/__init__.py
tests/core/test_ats_layer.py
tests/core/test_builder.py
tests/core/test_expectation.py
tests/core/test_sampling.py
tests/data/__init__.py
tests/data/test_from_tensors.py
tests/ops/__init__.py
tests/ops/test_extract_patches.py