NNEF-Tools icon indicating copy to clipboard operation
NNEF-Tools copied to clipboard

The NNEF Tools repository contains tools to generate and consume NNEF documents

Results 8 NNEF-Tools issues
Sort by recently updated
recently updated
newest added

as mentioned in #106 this would be good to have. I think this has been broken again in commit 51085f21d67e0f6800298a032ce766c61df9cbe0 the error I get is: ``` File "setup.py", line 19,...

I believe this issue has been seen before, I forget what the fix is or if there had been updates made that should fix this. When trying to run 'python...

Reading the current spec it seems that NNEF supports only fixed (constant) shape sizes. Is that correctly understood or not and if so do you intend to support dynamic/variable shapes?

Dear NNEF programers, This error occurred while converting from ONNX to TF. ## Enviroment In Google Colab, we installed these packages. ```powershell !pip install onnx !git clone https://github.com/KhronosGroup/NNEF-Tools.git !cd /content/NNEF-Tools...

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 must be a (compressed) folder, but an uncompressed file was provided" I...

[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_graph_release](https://github.com/KhronosGroup/NNEF-Tools/blob/ac3f990b1f726479694ec7368965294892122169/parser/cpp/src/cnnef.cpp#L48 "nnef_graph_release function") - [nnef_tensor_release](https://github.com/KhronosGroup/NNEF-Tools/blob/ac3f990b1f726479694ec7368965294892122169/parser/cpp/src/cnnef.cpp#L167 "nnef_tensor_release...

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")” and “[`_NNEF_FRAGMENT_H_`](https://github.com/KhronosGroup/NNEF-Tools/blob/ac3f990b1f726479694ec7368965294892122169/parser/cpp/include/nnef/comp/fragment.h#L17 "Another update candidate")” [do not fit](https://wiki.sei.cmu.edu/confluence/display/cplusplus/DCL51-CPP.+Do+not+declare+or+define+a+reserved+identifier#DCL51CPP.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28HeaderGuard%29 "Do not declare an identifier which is reserved for the...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...