1. 14 Jan, 2020 6 commits
    • Tomasz Socha's avatar
      [ONNX] Remove unnecesary Mean in opset 8 (#4053) · cd21bddc
      Tomasz Socha authored
      * [ONNX] Remove unnecesary Mean in opset 8
      
      * Use opset1 instead of v1
      
      * Fix merge artifact
      
      * Use opset1 Divide instead of opset0
      Co-authored-by: 's avatarRobert Kimball <robert.kimball@intel.com>
      cd21bddc
    • Tomasz Dołbniak's avatar
      [ONNX] Extended support for provenance tags (#4154) · 9bfbd3c6
      Tomasz Dołbniak authored
      * Checking if provenance_tags key exists
      
      * Add provenance tag prototype
      
      * Format provenance tag
      
      * Display provenance tag
      
      * Clean debug printing
      
      * Add const to variables
      
      * Separate method for add provenance tags
      
      * Return NodeVector reference
      
      * Return const NodeVector
      
      * Moved add_provenance_tags function to commons
      
      * Style apply
      
      * Simple model for tests
      
      * Provenance tag test
      
      * Expect substring instead of  equal
      
      * Add provenance tags to intermediate nodes recursively
      
      * One tag per node
      
      * Add traverse node args instead of recursion
      
      * Return NodeVector instead of set of pointers
      
      * Use treverse_nodes and lambda function
      
      * Remove unused helper functions
      
      * Remove is_constant() condition
      
      * Update test model prototxt
      
      * Update test substring
      
      * Use node name and output names to build provenance tags in onnx importer
      
      * Unit tests for onnx_importer provenance tags
      
      * Missing <numeric> include
      
      * Add provenance tags to constants buit from ONNX initializers
      
      * Add provenance tags to Constants and Parameters created out of ONNX inputs and initializers
      
      * More strict assertions in onnx provenance tests
      
      * Unit test for onnx importer Parameter nodes tagging
      
      * Helper function for the onnx provenance tests
      
      * Some docs
      
      * Obsolete comment removal
      
      * Separate file for onnx provenance tags unit tests
      
      * Code formatting
      
      * Move the inputs tagging to the Graph class
      
      * Tagging moved to the Graph class entirely
      
      * Missing include and extra helper variable
      
      * Unit tests helper documentation
      
      * Change the UT helper to lowercase
      Co-authored-by: 's avatarKatarzyna Mitrus <katarzyna.mitrus@intel.com>
      9bfbd3c6
    • Tomasz Socha's avatar
      [PY] Add flag to compile python API in debug mode (#4052) · f08372ba
      Tomasz Socha authored
      * [PY] Add flag to compile python API in debug mode
      
      * Move debug and release flags to helper function
      
      * Add missing Docstring
      Co-authored-by: 's avatarSang Ik Lee <sang.ik.lee@intel.com>
      f08372ba
    • Nagy Mostafa's avatar
      [MLIR] In-place memory optimization for elt-wise and concat ops. (#3832) · 6de4893b
      Nagy Mostafa authored
      * AliasMap WIP
      
      * Added liveness info
      
      * WIP
      
      * WIP: Tests
      
      * WIP: LIT tests
      
      * Added knobs for mem optimization pass. More LIT tests
      
      * Revert affine_lowerer change
      
      * More elaborate comment
      
      * Minor fixes
      
      * style-apply
      
      * Rename liveness
      
      * Switch to Analysis framework
      
      * Fix optimization conditions
      
      * Remove LIT test
      
      * style
      
      * Switch to equivalence relationship impl of non-alias relationship
      
      * refined comment
      
      * Switch non-alias to equivalence relationship
      
      * Fix bad merge
      
      * Adding tests. WIP
      
      * Added buffer size tracking and unit-tests
      
      * Added LIT and unit-tests
      
      * Turn optimization ON
      
      * style
      
      * fix unit-tests
      
      * Fix useCount
      
      * Fix copyright and typo
      
      * Refine few comments, remove new lines
      
      * style fix
      Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
      Co-authored-by: 's avatarSang Ik Lee <sang.ik.lee@intel.com>
      6de4893b
    • Chris Sullivan's avatar
    • Leona C's avatar
      Update doc to 0.28 (#4166) · 660ae5ac
      Leona C authored
      * Update sitemap to not use a page title
      
      * Document Release Notes for 0.28.0; update section on Distributed Training
      Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
      660ae5ac
  2. 13 Jan, 2020 2 commits
  3. 12 Jan, 2020 1 commit
  4. 11 Jan, 2020 4 commits
  5. 10 Jan, 2020 9 commits
  6. 09 Jan, 2020 8 commits
  7. 08 Jan, 2020 6 commits
  8. 07 Jan, 2020 4 commits