1. 22 Jun, 2022 1 commit
  2. 17 May, 2022 1 commit
  3. 23 Feb, 2022 1 commit
    • Shucai Xiao's avatar
      Keep std shape (#1059) · 98dfdf15
      Shucai Xiao authored
      This PR is the resolve two problems in the issue#999, i.e., non_standard_shape input to reshape and reduce_mean.
      Three fixes:
      
      Any operator that has a standard shape requirement will add a contiguous input for its input.
      Eliminate_contiguous, when computing whether a contiguous can be removed, we should use all the updated args, not just the one that is being checked.
      In two optimization in the simplify_reshape, we remove the contiguous in the reshaper name list, since eliminate_contiguous will remove the contiguous if it can be removed.
      the solution is add an attribute to the operator that requires standard input shape, then in the auto_contiguous pass, add a contiguous to every input of such operators.
      98dfdf15
  4. 08 Dec, 2020 1 commit
    • Paul Fultz II's avatar
      Refactor to use make_op almost everywhere (#696) · 8d21fdc9
      Paul Fultz II authored
      * Load op when serializing
      
      * Formatting
      
      * Add missing clip field
      
      * Use make_op almost everywhere
      
      * Formatting
      
      * More make ops for rnns
      
      * Get rid of spaces
      
      * Formatting
      
      * Remove operators headers
      
      * Formatting
      
      * Remove unused op headers
      
      * Increase line threshold
      8d21fdc9
  5. 11 Nov, 2020 1 commit
  6. 03 Apr, 2019 1 commit
  7. 01 Feb, 2019 1 commit
  8. 27 Nov, 2018 1 commit
  9. 14 Nov, 2018 1 commit
  10. 06 Nov, 2018 11 commits
  11. 26 Sep, 2018 1 commit
  12. 16 Sep, 2018 1 commit
  13. 11 Aug, 2018 2 commits
  14. 03 Aug, 2018 1 commit
  15. 02 Aug, 2018 2 commits