1. 21 Sep, 2019 1 commit
  2. 18 Sep, 2019 1 commit
    • Mateusz Bencer's avatar
      [SPEC] Adjust Concat to specification (#3582) · 779a9300
      Mateusz Bencer authored
      * Changed name of concat axis
      
      * Clang styles applied
      
      * Revert "Clang styles applied"
      
      This reverts commit 4c1d3f4436765ce9eafa00140365d5d3e358eab1.
      
      * Revert "Changed name of concat axis"
      
      This reverts commit cdfe6638777509f21b199ce78fc2fe28cec15d45.
      
      * Introduced alias methods
      
      * Updated changes.md
      779a9300
  3. 11 Sep, 2019 1 commit
    • Scott Cyphers's avatar
      Cyphers/static (#3497) · 9035fb09
      Scott Cyphers authored
      * Static linking refactorization
      
      * File name changed
      
      * Update changes.md
      
      * Merge error
      
      * revert
      
      * Review comments
      9035fb09
  4. 10 Sep, 2019 1 commit
  5. 04 Sep, 2019 2 commits
  6. 16 Jul, 2019 1 commit
    • Scott Cyphers's avatar
      Maintain control_deps in replace_node (#3138) · 13210138
      Scott Cyphers authored
      * Maintain control_deps in replace_node
      Add helpers for mainting control_deps in other ways
      Fix compiler warning about shadowing a local
      
      * Clone control dependencies
      
      * Export symbol for Windows
      
      * Callers of copy_with_new_args
      
      * Need copy
      
      * Need shared pointer
      
      * GOE needed
      
      * goe
      
      * goe
      
      * Need pointer
      
      * Review comments
      13210138
  7. 05 Jun, 2019 1 commit
    • Robert Kimball's avatar
      Remove tensor offset from tensor read/write calls because it was never used (#2979) · c555b36a
      Robert Kimball authored
      * remove tensor offset from tensor read/write calls because it was never used
      
      * fix build errors
      
      * fix build errors
      
      * fix python test errors
      
      * more python fixes
      
      * revert change
      
      * Make old version of read/write deprecated
      
      * fix python read overload
      
      * one more try to fix python binding
      
      * fix python
      
      * yet another try
      
      * why is this so hard
      
      * fix?
      
      * add text to changes.md
      c555b36a
  8. 29 May, 2019 1 commit
  9. 22 May, 2019 1 commit
    • Louis Feng's avatar
      Change FusionType to enum class and use EnumMask (#2957) · a65b5155
      Louis Feng authored
      * constexpr ctor for EnumMask
      
      * added pass properties to core passes.
      
      * change fusion type to have better type safety.
      
      * refactor to use enum mask.
      
      * remove extra code.
      
      * added constants for FusionType backward compatibility.
      
      * spelling.
      
      * grammar fix.
      a65b5155
  10. 29 Sep, 2018 1 commit
  11. 31 Aug, 2018 1 commit
    • Scott Cyphers's avatar
      Validate/infer types as a virtual function (#1463) · 132b5305
      Scott Cyphers authored
      * Validate/infer types as a virtual function
      BroadcastLike, ScalarConstantLike
      Set output shape separately from output types
      Remove some obsolete tests
      Replace *Like ops with fixed type versions
      
      * Review comments
      
      * Remove TensorViewType
      
      * Remove PrimaryTensorView
      
      * Reviewer comments
      
      * Style fix.
      
      * Another try at GPU
      
      * GPU
      
      * Simplify class hierarchy
      
      * More of previous.
      
      * Better errors
      
      * Remove unneeded classes
      
      * Merge
      
      * Update Python bindings
      
      * clang-format
      
      * Remove redundant files
      
      * Remove commented out lines
      
      * clang-format
      
      * Group includes
      
      * Missing tests
      
      * Merge error
      132b5305
  12. 27 Feb, 2018 1 commit
  13. 23 Feb, 2018 1 commit
  14. 15 Feb, 2018 1 commit
  15. 30 Jan, 2018 1 commit
  16. 20 Jan, 2018 1 commit
  17. 19 Jan, 2018 1 commit
  18. 29 Dec, 2017 1 commit
    • Scott Cyphers's avatar
      Get value types out of public API, multi-values from Function (#340) · d092cb91
      Scott Cyphers authored
      * Function can have multiple results
      Remove external use of ValueType, TupleType, Tuple
      Remove many external uses of Output and Input
      
      * corresponding CPU backend changes
      
      * Update master changes.
      
      * Remove type arg from Function, add changes.md
      
      * Merge changes.
      
      * Move bodies to .cpp, add brief doc
      
      * Merge CPU changes.
      
      * Remove xla includes from non-xla files
      
      * Remove xla from tests
      
      * First part of xla tuple support
      
      * change fprop_cache to assume multi-output bprop functions
      
      * New wrappers for handling tuples with XLA
      
      * Review comments
      
      * remove old xla files
      
      * fix merge errors
      
      * hand edit models to use multi output instead of tuples
      d092cb91