1. 17 Mar, 2020 1 commit
  2. 13 Mar, 2020 1 commit
  3. 28 Feb, 2020 1 commit
  4. 31 Jan, 2020 1 commit
    • Mateusz Bencer's avatar
      Extend NgraphTestCase to support dynamic backends (#4234) · e37b386e
      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: 's avatarTomasz Dołbniak <tomasz.dolbniak@intel.com>
      Co-authored-by: 's avatarSang Ik Lee <sang.ik.lee@intel.com>
      e37b386e
  5. 01 Jan, 2020 1 commit
  6. 19 Sep, 2019 1 commit
  7. 20 Aug, 2019 1 commit
  8. 31 Jul, 2019 1 commit
  9. 17 Jun, 2019 1 commit
  10. 11 May, 2019 1 commit
  11. 09 May, 2019 1 commit
  12. 08 May, 2019 1 commit
    • Robert Kimball's avatar
      Create backend as shared_ptr (#2793) · ea4a89ec
      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
      ea4a89ec
  13. 25 Apr, 2019 1 commit
    • Michał Karzyński's avatar
      [ONNX] Refactor quantized ops tests (#2798) · 8da348f5
      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
      8da348f5
  14. 24 Apr, 2019 1 commit
  15. 23 Apr, 2019 1 commit