1. 01 Jan, 2020 1 commit
  2. 23 Apr, 2019 1 commit
  3. 03 Jan, 2019 1 commit
  4. 20 Dec, 2018 1 commit
  5. 18 Dec, 2018 1 commit
  6. 04 Dec, 2018 2 commits
  7. 06 Nov, 2018 1 commit
  8. 31 Aug, 2018 1 commit
    • Adam Rogowiec's avatar
      [ONNX] Expose onnx_import C++ interface in Python API. (#1499) · 12def435
      Adam Rogowiec authored
      * Expose onnx_import C++ interface in Python API.
      
      * Pretty printing.
      
      * Add Computation interface using Ngraph Function objects plus UT.
      
      * Apply code format.
      
      * Remove unnecessary stream open mode.
      
      - Code formatting.
      
      * Fix onnx_import submodule visibility.
      
      - Folder restructurization.
      
      * Fix some small errors.
      
      - Wrong function type annotations.
      - Class doc.
      - Code formatting.
      - Class inheritance from object.
      
      * Use modified Runtime class interface.
      
      * Add model for test_onnx_import.
      
      * Revert back to old API.
      
      - Use of Function object in Computation class.
      
      * Use of previous verions API.
      
      * Small refactoring
      
      * Code cleanup
      12def435