- 17 Mar, 2020 1 commit
-
-
Michał Karzyński authored
* Use v1::ReduceMean in ONNX ReduceMean * Add support for keep_dims * Replace binds with lambdas Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 13 Mar, 2020 1 commit
-
-
Scott Cyphers authored
-
- 28 Feb, 2020 1 commit
-
-
Katarzyna Mitrus authored
* get_data boolean support * compare_values for boolean char * Register comparator boolean * Bool type model prototxt * Test debug * Test debug cleaning * Pass output test * Style apply * Test update * Exclude LogicalAnd test on GPU * Make ng constan for bool * Style apply * Copy data for bool * Tests update * Style apply * GPU manifest update * Test bool constant op * Store bool as char vector * Comment update Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 31 Jan, 2020 1 commit
-
-
Mateusz Bencer authored
* Switch to PartialShape in onnx_importer ValueInfo * Construct dynamic dimensions out of ONNX dimensions defined as dim_param * Validate the PartialShape of inputs created from an ONNX model with dynamic shapes * Validate the output shape inference for a dynamic ONNX model * Test the execution of an ONNX model with dynamic dimensions * Test the Ax+B with more than one batch size * Provenance tagging adjustments - PartialShape instead of Shape * Correct translation of ONNX shapes to nG shapes * Test the shape of Constant produced by scalar initializers * Review comments & more strict assertions in UT * UT checking a dynamic rank input * Fully dynamic input inference test * first dynamic version * modified UTs * Added assert checks * Added specialised methods * first verion of AvgPool * code review remarks introduced * Changed tests to use default BackendMode value * Reverted not related changes * code review remarks introduced * Set static backend as default Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
- 01 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Update license to new year * Pick up some strays
-
- 19 Sep, 2019 1 commit
-
-
Scott Cyphers authored
* Fix unsigned comparison and implicit double conversion * Eliminate sign/unsigned compare warnings, implicit double conversion * Missed type * Neww int type * omp compromise * style
-
- 20 Aug, 2019 1 commit
-
-
Adam Procter authored
-
- 31 Jul, 2019 1 commit
-
-
Robert Kimball authored
-
- 17 Jun, 2019 1 commit
-
-
Michał Karzyński authored
-
- 11 May, 2019 1 commit
-
-
Tomasz Dołbniak authored
* Dump the expected and actual values for NgraphTestCase * Adapt to changes in master * Some docs and API unification
-
- 09 May, 2019 1 commit
-
-
Michał Karzyński authored
* [ONNX] Refactor LSTM tests to use NgraphTestCase * Enable passing instance values to comparator * Review comments
-
- 08 May, 2019 1 commit
-
-
Robert Kimball authored
* Interpreter working * cleanup * cleanup * add CPU backend * Update the rest of the backends * update python API * update test_case to use new shared_ptr
-
- 25 Apr, 2019 1 commit
-
-
Michał Karzyński authored
* Add NgraphTestCase test runner class * Code improvements * clang-format * Add support for multiple output types * Add reading inputs/outputs from files * Refactor model_quant_conv_linear_3d * Add shape checking to NgraphTestCase * Add expected output shape to model_quant_conv_linear_3d * Code review * Remove small data files and move values to test code for legibility * clang-format * Refactor model_quant_conv_linear_2d * Refactor model_dequantize_linear_1d_zero_scale_uint8_negative_axis * Refactor model_dequantize_linear_1d_zero_scale_int8_4d * Refactor model_dequantize_linear_1d_zero_scale_int8 * Refactor model_dequantize_linear_1d_zero_scale_uint8 * Refactor model_dequantize_linear_scalar_zero_scale_int8 * Refactor model_dequantize_linear_scalar_zero_scale_uint8 * Refactor model_quantize_linear_axis_negative * Refactor model_quantize_linear_axis_zero * Refactor model_quantize_linear_zero_point * Add shape checking to NgraphTestCase::run * Refactor NgraphTestCase::run
-
- 24 Apr, 2019 1 commit
-
-
Tomasz Dołbniak authored
* [ONNX] Extended types support for NgraphTestCase * [ONNX] Move the value comparators to the NgraphTestCase class
-
- 23 Apr, 2019 1 commit
-
-
Michał Karzyński authored
-