Enable SharkImporter Tests (#165)

rewrite some tflite code from SharkImporter to tflite_utils.py
This commit is contained in:
Chi_Liu
2022-06-29 10:11:48 -07:00
committed by GitHub
parent 210d28fce9
commit 2adea76b8c
5 changed files with 310 additions and 40 deletions

View File

@@ -51,7 +51,7 @@ jobs:
cd $GITHUB_WORKSPACE
IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
pytest -k 'not benchmark' --ignore=tank/tf/ --ignore=shark/tests/test_shark_importer.py --ignore=benchmarks/tests/test_hf_benchmark.py --ignore=benchmarks/tests/test_benchmark.py
pytest -k 'not benchmark' --ignore=tank/tf/ --ignore=benchmarks/tests/test_hf_benchmark.py --ignore=benchmarks/tests/test_benchmark.py
perf-macOS:
runs-on: MacStudio