Skip to content

pcf000/shark-samples

This branch is up to date with NodLabs/shark-samples:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Prashant Kumar
Mar 24, 2022
f82a91d · Mar 24, 2022
Sep 30, 2021
Oct 6, 2021
Mar 24, 2022
Mar 8, 2022
Oct 4, 2021
Oct 9, 2021
Feb 1, 2022
Mar 8, 2022
Sep 3, 2021
Sep 28, 2021
Sep 29, 2021
Aug 12, 2021
Aug 12, 2021
Nov 3, 2021
Jan 9, 2022
Mar 9, 2022
Mar 3, 2022

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%