1. 06 Nov, 2019 1 commit
  2. 22 Oct, 2019 1 commit
  3. 21 Sep, 2019 1 commit
  4. 20 Aug, 2019 1 commit
  5. 15 May, 2019 1 commit
  6. 01 May, 2019 1 commit
    • Pruthvi's avatar
      dynamic shape support for algebraic_simplification pass (#2804) · 870f5000
      Pruthvi authored
      * - add support to algebriac simplification to check dynamic shapes against the Pass Properties
      
      * - added PassProperty to RecurrentMatcher
      - added checks to check for dynamic function state  and PassProperty in GraphRewrite before applying graph optimization
      - optimize number of calls to f->is_dynamic() in AlgebraicSimplification
      
      * - make changes to Algebriac Simplicfication graph pass to accept PassProperty
      
      * - test case for AlgebraicSimplification pass properties
      - set the Pass Property in the pass ctor
      
      * Address PR comments
      
      * fix bug in pass manager
      
      * Addressed PR comments
      870f5000
  7. 09 Apr, 2019 1 commit
  8. 03 Jan, 2019 1 commit
  9. 16 Nov, 2018 1 commit
  10. 21 Sep, 2018 1 commit
    • Nick Korovaiko's avatar
      Extend concat elimination to fold slice + reshape (#1511) · b9017681
      Nick Korovaiko authored
      * extend concat elimination to fold slice + reshape
      
      * relax branch tip to be anything not just goe
      
      * add support for transpose when concat of slice + reshape occurred on internal axis.
      
      * simplify reshape order permutation
      
      * multi-axis slice + concat do not cancel and are now disabled. generalize detection of axis reordering when intermediate reshape is present
      to include logical reshape and reshape that results in axis reordering for the cases: parent_shape.size gt, eq, and lt concat_shape.size.
      
      * check that slices are in order
      
      * add one user check on reshape
      
      * add more checks
      
      * fix warnings
      
      * Reshape axis order did not include enough dimensions when the transposed and reshaped result was of lower rank.
      b9017681
  11. 29 Aug, 2018 1 commit
  12. 05 Jun, 2018 1 commit
    • Nick Korovaiko's avatar
      Slice Concat Elimination (#948) · 91ecac9d
      Nick Korovaiko authored
      * slice elimination
      
      * add comment for simplify_concat
      
      * fix concat_slice
      
      * another reshape-related fix
      
      * added a missing header
      
      * disable reshape-concat optimization
      
      * test fix
      91ecac9d
  13. 11 May, 2018 1 commit
  14. 08 May, 2018 1 commit
  15. 06 May, 2018 1 commit
  16. 26 Apr, 2018 2 commits
  17. 24 Apr, 2018 1 commit