1. 22 Oct, 2019 1 commit
  2. 03 Jan, 2019 1 commit
  3. 16 Nov, 2018 1 commit
  4. 20 Sep, 2018 1 commit
  5. 29 Aug, 2018 1 commit
  6. 06 Mar, 2018 1 commit
    • Nick Korovaiko's avatar
      op::Result ver3 (#594) · 5c7e9844
      Nick Korovaiko authored
      * the first stab at op::Result
      
      format fixes
      
      disabling logging
      
      op::Result, 2nd attempt
      
      purge stale code
      
      disable logging
      
      fix copyright header
      
      * initial cleanup
      
      * cleanup2
      
      * remove dead code
      
      * result.cpp, fix comments
      
      * fix comment
      5c7e9844
  7. 27 Feb, 2018 1 commit
  8. 12 Feb, 2018 1 commit
  9. 08 Feb, 2018 1 commit
  10. 09 Jan, 2018 1 commit
  11. 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
  12. 19 Dec, 2017 1 commit
    • Robert Kimball's avatar
      Remove ParameterizedConstant (#309) · 833a8f14
      Robert Kimball authored
      * remove use of ParameterizedConstant from unit test. Now using Constant instead. Constant is not a templated class.
      
      * move ParameterizedTensorView to NGVM directory
      
      * element_type cleanup
      833a8f14
  13. 06 Dec, 2017 1 commit
    • Adam Procter's avatar
      New checks for Function's constructor (#292) · 8c50b179
      Adam Procter authored
      * Remove unnecessary dependency on codegen in interpreter
      
      * Check for incorrect return type and undeclared parameters in Function's constructor
      
      * Address review comments
      
      * Add scarier error message when the result node has null return type (should never happen)
      * Add new constructor for Function that doesn't require the return type, and unit test for same
      8c50b179
  14. 22 Nov, 2017 1 commit
  15. 21 Nov, 2017 1 commit
  16. 10 Nov, 2017 1 commit
  17. 30 Oct, 2017 1 commit
  18. 06 Oct, 2017 1 commit
    • Robert Kimball's avatar
      Bob/passman4 (#177) · c3dfdf5a
      Robert Kimball authored
      * port functions from funky passman branch
      
      * update pass tests
      
      * wip
      
      * fixed
      
      * remove obsolete test
      
      * remove debug prints
      c3dfdf5a
  19. 04 Oct, 2017 1 commit
  20. 28 Sep, 2017 1 commit
    • Robert Kimball's avatar
      Bob/add pass to interpreter (#146) · 3ad5140c
      Robert Kimball authored
      * cleanup pass registration code.
      
      * Replace explicit code to do passes with pass_manager passes
      
      * make external function work with const types internally, it should not change the graph
      3ad5140c
  21. 22 Sep, 2017 1 commit
    • Robert Kimball's avatar
      fix tsort crash if rerun (#141) · 332c4833
      Robert Kimball authored
      add tensor buffer size unit test
      
      fix warnings when building mkldnn test
      
      get tensor is_output set. Add Manager state and Function to pass manager
      
      use pass manager internal state
      332c4833
  22. 20 Sep, 2017 1 commit
  23. 19 Sep, 2017 1 commit
  24. 13 Sep, 2017 1 commit