.gitignore
.gitlab-ci.yml
README.md
onnc_cli.py
requirements.txt
setup.py
upload_pypi.py
docs/MNIST_Keras_tutorial.ipynb
docs/MNIST_pytorch_tutorial.ipynb
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/onnc.rst
examples/keras/README.md
examples/keras/mnist.py
examples/keras/requirements.txt
examples/serialized/resources/h5_pb/data.npy
examples/serialized/resources/h5_pb/model.h5
examples/serialized/resources/onnx_npydir/model.onnx
examples/serialized/resources/onnx_npydir/samples/COCO_train2014_000000113212.npy
examples/serialized/resources/onnx_npydir/samples/COCO_train2014_000000249435.npy
examples/serialized/resources/onnx_npydir/samples/COCO_train2014_000000263440.npy
examples/serialized/resources/onnx_npydir/samples/COCO_train2014_000000370727.npy
examples/serialized/resources/onnx_npydir/samples/COCO_train2014_000000416860.npy
examples/serialized/resources/onnx_npydir/samples/COCO_train2014_000000432502.npy
examples/serialized/resources/onnx_npydir/samples/COCO_val2014_000000205523.npy
examples/serialized/resources/onnx_npydir/samples/COCO_val2014_000000279895.npy
examples/serialized/resources/onnx_npydir/samples/COCO_val2014_000000333756.npy
examples/serialized/resources/onnx_npydir/samples/COCO_val2014_000000467821.npy
examples/serialized/resources/onnx_npydir/samples/COCO_val2014_000000531803.npy
examples/serialized/resources/onnx_pb/model.onnx
examples/serialized/resources/onnx_pb/samples.pb
onnc/__init__.py
onnc/bench/__init__.py
onnc/bench/config.py
onnc/bench/get_dataset.py
onnc/bench/handler.py
onnc/bench/identifier.py
onnc/bench/model_info.py
onnc/bench/serializer.py
onnc/bench/utils.py
onnc/bench/workspace.py
onnc/bench/workspacev2.py
onnc/bench/cli/README.md
onnc/bench/cli/__init__.py
onnc/bench/cli/cli_cmds.py
onnc/bench/cli/exceptions.py
onnc/bench/cli/message.py
onnc/bench/cli/templates/__init__.py
onnc/bench/cli/templates/build-project.py
onnc/bench/cli/templates/create-project.py
onnc/bench/cli/templates/deploy-project.py
onnc_bench.egg-info/PKG-INFO
onnc_bench.egg-info/SOURCES.txt
onnc_bench.egg-info/dependency_links.txt
onnc_bench.egg-info/entry_points.txt
onnc_bench.egg-info/requires.txt
onnc_bench.egg-info/top_level.txt
tests/manual_new_interface.py
tests/manual_script_cli.py
tests/test1.py
tests/test_cli.py
tests/test_compile_multi.py
tests/test_get_dataset.py
tests/test_workspacev2.py
tests/resources/model.onnx
tests/resources/samples.pb
tests/resources/test_model.h5
tests/resources/vww/README.md
tests/resources/vww/prepare_samples.py
tests/resources/vww/models/frozen_graph.pb
tests/resources/vww/models/model.h5
tests/resources/vww/models/savedmodel/saved_model.pb
tests/resources/vww/models/savedmodel/variables/variables.data-00000-of-00001
tests/resources/vww/models/savedmodel/variables/variables.index
tests/resources/vww/samples/coco_11x96x96x3.npy
tests/resources/vww/samples/coco_11x96x96x3.pb
tests/resources/vww/samples/coco_11x96x96x3/0.npy
tests/resources/vww/samples/coco_11x96x96x3/1.npy
tests/resources/vww/samples/coco_11x96x96x3/10.npy
tests/resources/vww/samples/coco_11x96x96x3/2.npy
tests/resources/vww/samples/coco_11x96x96x3/3.npy
tests/resources/vww/samples/coco_11x96x96x3/4.npy
tests/resources/vww/samples/coco_11x96x96x3/5.npy
tests/resources/vww/samples/coco_11x96x96x3/6.npy
tests/resources/vww/samples/coco_11x96x96x3/7.npy
tests/resources/vww/samples/coco_11x96x96x3/8.npy
tests/resources/vww/samples/coco_11x96x96x3/9.npy
utils/compile.py