1. 31 Jan, 2020 2 commits
    • 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
    • Robert Kimball's avatar
      Allow Constant ops to share internal buffer (#4216) · 2c23cf20
      Robert Kimball authored
      * Move non-templated constructor implementation to the source file
      
      * Optimize constant constructor for uniform constant
      
      * Cleanup
      
      * Much faster deserialize constant
      
      * Adding unit tests
      
      * Unit tests
      
      * Update unit test
      
      * Cleanup
      
      * style
      
      * Cleanup nbench output
      
      * wip
      
      * Fix specializations
      
      * Change from unique to shared_ptr internally
      
      * Enable copy of Constant
      
      * cleanup Constant ctors
      
      * Fix copy contructor
      
      * Fix compile error
      Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
      2c23cf20
  2. 30 Jan, 2020 7 commits
  3. 29 Jan, 2020 7 commits
  4. 28 Jan, 2020 4 commits
  5. 27 Jan, 2020 4 commits
  6. 24 Jan, 2020 3 commits
  7. 23 Jan, 2020 7 commits
  8. 22 Jan, 2020 2 commits
  9. 21 Jan, 2020 2 commits
  10. 17 Jan, 2020 2 commits
    • Sang Ik Lee's avatar
      Update copyright year. (#4201) · 1e13ad94
      Sang Ik Lee authored
      1e13ad94
    • Sang Ik Lee's avatar
      Ninja build (#4101) · 6e415019
      Sang Ik Lee authored
      * Add new option to do a clean Ninja build.
      
      * Enable Interpreter and unit-test.
      
      * Enable json.
      
      * Enable NOP backend.
      
      * Enable tools.
      
      * Enable CPU DEX ONLY on Linux.
      
      * Quick hack to enable dex only on Mac.
      
      * Enable onnx import.
      
      * Cleanup gtest.
      
      * Cleanup tbb_prebuilt.
      
      * Fix typo.
      
      * Move gtest include point.
      
      * Fix gtest windows path.
      
      * Remove temporary option.
      
      * Keep GCPU upto date with INTERPRETER.
      
      * Add missing file.
      
      * Enable GCPU.
      
      * Enable CPU codegen.
      
      * Remove tabs.
      
      * Revert "Merge branch 'silee2/gcpu' into silee2/ninja"
      
      This reverts commit e513cd3fe3659a477af6e8fab6c1852a5b1493c3, reversing
      changes made to 31dca3301cd89e15af23acd0d50aa06a1c5d6001.
      
      * Enable PlaidML.
      Co-authored-by: 's avataraslepko <44713115+aslepko@users.noreply.github.com>
      6e415019