1. 16 Nov, 2018 1 commit
  2. 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
  3. 29 Aug, 2018 1 commit
  4. 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
  5. 11 May, 2018 1 commit
  6. 08 May, 2018 1 commit
  7. 06 May, 2018 1 commit
  8. 26 Apr, 2018 2 commits
  9. 24 Apr, 2018 1 commit