This repository contains various experiments and prototypes associated with the IREE project.
Contact the IREE Team for questions about this repository.
Many samples are python based. A virtual environment can be set up to run them via:
./setup_venv.sh
source iree-samples.venv/bin/activate
# Run quick tests.
lit -v tflitehub
# Enable all tests.
lit -v -D FEATURES=hugetest tflitehub