1. 15 May, 2019 1 commit
  2. 09 Apr, 2019 1 commit
  3. 28 Mar, 2019 1 commit
  4. 25 Mar, 2019 1 commit
    • Ayan Moitra's avatar
      Concat Elimination and Self Concat Fusion pass (#2634) · ba96aa0f
      Ayan Moitra authored
      * [WIP] First commit
      
      * Remove some commented code
      
      * Further changes
      
      * Further changes
      
      * Add method to remove patterns with just one concat
      
      * Add tests
      
      * Add more tests
      
      * Fix fan out case
      
      * refactor code
      
      * refactor code
      
      * Added NGRAPH_DEBUG statements
      
      * Use INTERPRETER as backend instead of CPU...travis build failure
      
      * clang
      
      * minor edit
      
      * add more checks in the tests
      
      * Incorporate Bob's comment
      
      * Removed some NGRAPH_DEBUG statements and incorporated Pruthvi's comment
      
      * Incorporate Xiaoyu's comments
      
      * some refactoring
      ba96aa0f