LICENSE
MANIFEST.in
README.md
pyproject.toml
ci/platform-contract.json
src/rextio_tensorflow/__about__.py
src/rextio_tensorflow/__init__.py
src/rextio_tensorflow/diagnostics.py
src/rextio_tensorflow/plugin.py
src/rextio_tensorflow/plugin_types.py
src/rextio_tensorflow/types.py
src/rextio_tensorflow.egg-info/PKG-INFO
src/rextio_tensorflow.egg-info/SOURCES.txt
src/rextio_tensorflow.egg-info/dependency_links.txt
src/rextio_tensorflow.egg-info/entry_points.txt
src/rextio_tensorflow.egg-info/requires.txt
src/rextio_tensorflow.egg-info/top_level.txt
src/rextio_tensorflow/claim/__init__.py
src/rextio_tensorflow/claim/activations.py
src/rextio_tensorflow/claim/add.py
src/rextio_tensorflow/claim/matmul.py
src/rextio_tensorflow/claim/reductions.py
src/rextio_tensorflow/lower/__init__.py
src/rextio_tensorflow/lower/activations.py
src/rextio_tensorflow/lower/add.py
src/rextio_tensorflow/lower/matmul.py
src/rextio_tensorflow/lower/reductions.py
src/rextio_tensorflow/rules/__init__.py
src/rextio_tensorflow/rules/coverage.py
src/rextio_tensorflow/rules/records.py
src/rextio_tensorflow/rust_snippets/__init__.py
src/rextio_tensorflow/rust_snippets/runtime.py
tests/test_claim.py
tests/test_import_minimal.py
tests/test_lower.py
tests/test_package_metadata.py
tests/test_platform_matrix.py
tests/test_platform_profiles.py
tests/test_plugin.py