- 05 Apr, 2019 2 commits
-
-
Michał Karzyński authored
* [ONNX] Unit test models for DequantizeLinear * add unit tests and suppot axis * ignore unit tests on GPU * fix build warning
-
Michał Karzyński authored
* [ONNX] Unit tests for QuantizeLinear * Fix some syntax issues * get tests passing * adding prototxt files with correct names * disable new tests in the GPU * cleanup * style
-
- 13 Mar, 2019 1 commit
-
-
tsocha authored
* Lin quant ONNX operators * Add EOL at EOF * Update licence year * Cleanup namespaces * Add missing headers * Check if group is correct * Remove Check in dequantize * Remove TODO * Add converting zero point to data element type * Remove unused scale variable * Removing zero point * Remove make_ng_conv_bias helper function * Add test for Quantize Linear * Remove dead code * Add test for Dequantize Linear * Add Quant Conv test * Convert models to prototxt * Remove artifact test * Skip test on INTERPRETER * Style check * Remove stupid skipping * Enable test skipping in onnx_backend tests * Skip GPU tests on quantized operators * Review fix
-
- 07 Mar, 2019 1 commit
-
-
Adam Rogowiec authored
* Handle models in prototxt format. Signed-off-by: Adam Rogowiec <adam.rogowiec@intel.com> * Convert Onnx models to text format. * Tool for conversion between protobuf ONNX models in binary and text format. Signed-off-by: Adam Rogowiec <adam.rogowiec@intel.com> * Update ONNX test models text format. * Convert ONNX LSTM model to text format. * Rename and make second argument optional. * Unify models metadata. * Remove onnx binary models. * Review: fix comments. * Fix not yet updated models extension in UTs. * Add UT with binary protobuf models. * Clang format. * Remove failing UT in prototxt since it has problems with CI. * Inhibit logging protobuf errors. * Revert "Remove failing UT in prototxt since it has problems with CI." This reverts commit 94741a8c4594f3cc2ebdca428fa40b94a79240c2. * Remove LogSilencer from onnx importer api and remove respective UT. * Conversion script updates
-