-
ONNX has evolved into much more than just a specification for exchanging models. Here's a breakdown of why:
ONNX Runtime: A highly optimized inference engine that executes ONNX models. This activel…
-
tract now supports [NNEF](https://www.khronos.org/nnef) in https://github.com/snipsco/tract/pull/340.
- [x] Check size reduction by replacing ONNX and TF with NNEF and building the package.
- [ ] …
-
pip package is supported on ubuntu and RHEL. Can this be supported on SLES?
```
simon:~ # pip3 install nnef
ERROR: Could not find a version that satisfies the requirement nnef (from versions: non…
-
The C API for the NNEF parser (currently nnef_parser.h and .c in this project) has been merged into the NNEF-Tools project (using the name cnnef.h and .c), which is referenced as a submodule by this p…
-
The Khronos group has developed a standard data exchange format for neural networks: https://www.khronos.org/nnef. The latest specification is available here: https://registry.khronos.org/NNEF/specs/1…
-
One of our crates, [`cervo`](https://github.com/EmbarkStudios/cervo/blob/main/crates/cervo/src/lib.rs), is a basic wrapper crate that depends on 4 other crates and just `use` them like this to have a …
-
NNEF to ONNX conversion failed.
python -m nnef_tools.convert --input-format nnef --output-format onnx --input-model /home/path/to/my/file/modeltoconvert --output-model minigraph.onnx
"NNEF model mus…
-
[An extra null pointer check is not needed in functions](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null "Do I need to check for null before delete p?") like the following.
- [nnef_gra…
-
I have created an example network in this repository to experiment with, where I created a simple feed-forward network and exported it to ONNX. After experimenting with ONNX, I believe we should not u…
-
I would like to point out that identifiers like “[`_CNNEF_H_`](https://github.com/KhronosGroup/NNEF-Tools/blob/ac3f990b1f726479694ec7368965294892122169/parser/cpp/include/cnnef.h#L17 "Update candidate…