Proto commits in KhronosGroup/NNEF-Tools

These 8 commits are when the Protocol Buffers files have changed:

Commit:5747c38
Author:Viktor Gyenes

updating core model data structure in nnef_tools adding skriptnd io and onnx converter

This commit does not contain any .proto files.

Commit:ae092fc
Author:Czobor Ágoston Mátyás
Committer:GitHub

Add Python package publishing (#167) * restructure repo * modify Readme TODO * change trigger to tags: {package}-v{v1.v2} * fix tests for nnef-tools * RErestructure * update license and readme path update pyproject to correct package * version update * update token, version, initial publish * update readmes * fix interpreter * fix docs * publish v1.0.5 --------- Co-authored-by: agoston.czobor <agoston.czobor@aimotive.com>

The documentation is generated from this commit.

Commit:fb83944
Author:agoston.czobor
Committer:agoston.czobor

RErestructure

The documentation is generated from this commit.

Commit:58a3b5f
Author:agoston.czobor

restructure repo

Commit:4cccc50
Author:Viktor Gyenes
Committer:GitHub

V1.0 (#129) * adding files of new converter tools * update setup.py and readme * update main readme * update readme with dependencies * fix nnef reader when substituting default values for stride and dilation Co-authored-by: Viktor Gyenes <viktor.gyenes@aimotive.com>

Commit:bcd3417
Author:Tamas Danyluk

Added caffe2 io and shape inference and tests

Commit:630ba29
Author:Viktor Gyenes
Committer:Tamas Danyluk

Adding Caffe support to convert.py, activation_export.py. Legacy caffe support removed adding caffe model io removing debug code from caffe_io Caffe io and converters WIP Caffe io and converters WIP Upgrade caffemodels too, Some fixes, Little 'optimization' Added some fixes and python2 support to caffe Fix inplace operation handling, etc. Added caffe converters, Changed --input-model format, Added tests for export-activation More work on caffe converter Support more caffe operations More caffe converters More caffe converters More caffe converters All old caffe converters are now supported Added more caffe converters and test cases Added more caffe converters and test cases Added more caffe converters and test cases Made some caffe converters more generic Added alpha support for elu (caffe converter) Caffe support scale/bias with axis Caffe activation export WIP Caffe activation export Add caffe to README and a fix Add caffe to README and a fix Add caffe to README and a fix Update README Support old caffemodel versions directly Added official models to test cases, added legacy io test cases, fixed download Test case fix support round_mode: FLOOR Replace "trafo" with pass or transform Some fixes Fix legacy blob ranks in caffe_io, extend operation_mapping Fix legacy blob ranks in caffe_io, extend operation_mapping Fix legacy blob ranks in caffe_io, extend operation_mapping Fix legacy blob ranks in caffe_io, extend operation_mapping Fix legacy blob ranks in caffe_io, extend operation_mapping Fix legacy blob ranks in caffe_io, extend operation_mapping Change operation mapping Fix caffe pooling border modes and _fix_legacy_blob_ranks Update operation_mapping.md Cleaning up Caffe mappings Fix tensorflow pooling border (to 'ignore') and corresponding passes Update operation_mapping.md Delete legacy caffe converter Revert "Fix tensorflow pooling border (to 'ignore') and corresponding passes" This reverts commit 33286da01e2c6fe23b638115541d4d3e5af5e818.

Commit:45b9bf8
Author:tdanyluk
Committer:Viktor Gyenes

Refactored TF converters, added ONNX converter (#76) * Refactored TF converters, added ONNX converter * Change --conversion-json to --conversion-info, remove empty dir * Update README.md * Update README.md * Update README.md * Update parser/validate.py