pifon2a / iree-samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IREE Samples Repository

This repository contains various samples and prototypes associated with the IREE project.

Contact the IREE Team for questions about this repository.

Setting up a venv

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

Running sample test suites

# Run quick tests.
lit -v tflitehub

# Enable all tests.
lit -v -D FEATURES=hugetest tflitehub

About

License:Apache License 2.0


Languages

Language:MLIR 45.6%Language:Python 30.3%Language:C++ 9.6%Language:Shell 5.8%Language:CMake 3.9%Language:C 3.1%Language:Makefile 0.7%Language:Starlark 0.7%Language:Dockerfile 0.3%