1. 05 Mar, 2018 1 commit
    • Robert Kimball's avatar
      Include cleanup (#583) · cec89708
      Robert Kimball authored
      * cleanup
      
      * cleanup
      
      * fix all headers to be standalone as far as includes go
      
      * include cleanup
      
      * cleanup includes
      
      * cleanup
      
      * include tester
      
      * wip
      
      * cleanup
      
      * cleanup
      
      * cleanup
      cec89708
  2. 27 Feb, 2018 1 commit
  3. 12 Feb, 2018 1 commit
  4. 09 Feb, 2018 1 commit
  5. 08 Feb, 2018 2 commits
  6. 03 Feb, 2018 1 commit
  7. 20 Jan, 2018 1 commit
  8. 30 Dec, 2017 1 commit
    • varun-intel's avatar
      recreate ops (#325) · 66d06693
      varun-intel authored
      * recreate ops
      
      * style
      
      * recompute ops
      
      * style
      
      * fix
      
      * recreate ops
      
      * style
      
      * recompute ops
      
      * style
      
      * fix
      
      * some
      
      * more
      
      * style
      
      * remove a line
      
      * const
      
      * style
      
      * NodeMap was using non-standard operator[] behavior.
      
      * Missing include
      66d06693
  9. 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
      Unverified
      d092cb91
  10. 28 Dec, 2017 1 commit
    • Matthew Brookhart's avatar
      Fprop Cache Util Function (#312) · bc63f7bb
      Matthew Brookhart authored
      * in progress
      
      * working cache_fprop, no tests
      
      * style fix
      
      * all inputs to bprop (except adjoints) are cached from fprop
      
      * fix typos, make sure to check count == 0
      
      * fix code format
      bc63f7bb
  11. 21 Dec, 2017 2 commits
  12. 19 Dec, 2017 1 commit
  13. 13 Dec, 2017 1 commit
  14. 11 Dec, 2017 1 commit
    • Robert Kimball's avatar
      Bob/backend work (#295) · a960f07e
      Robert Kimball authored
      * add support for n-dimensional operations by calling runtime/kernels
      
      * rename cpu backend classes and files
      
      * add tuple support to INTERPRETER
      
      * move ndarray out of runtime to test where it belonged
      
      * fix Tuple op per review comment
      a960f07e
  15. 30 Nov, 2017 1 commit
    • Robert Kimball's avatar
      Bob/serialize2 (#267) · e6cc7d8b
      Robert Kimball authored
      * add json lib 2.1.1
      
      * add json serialization of graph
      
      * cleanup
      
      * enhance unit test
      
      * remove FunctionProvider class and replace with virtual get_function() in Node
      
      * remove json code from element_type
      
      * move serialize to be directly in the ngraph namespace. cleanup header file.
      
      * add cname check to element::operator==
      
      * add using json = nlohmann::json
      e6cc7d8b
  16. 25 Nov, 2017 1 commit
  17. 20 Nov, 2017 1 commit
    • Robert Kimball's avatar
      Bob/ngvm (#250) · b95135c6
      Robert Kimball authored
      * wip
      
      * remove ndarray dependency from ParameterizedTensorView
      
      * get rid of operator= on ParameterizedTensorView
      
      * remove unimplemented ctor
      
      * remove get_parameterized_tensor_view from TensorView class
      
      * cleanup
      
      * the patient will get worse before getting better. remove ParameterizedTensorView from element type
      
      * cleanup obsolete includes
      
      * remove unused file
      
      * move aligned_buffer and cleanup
      
      * cleanup
      
      * wip
      
      * wip
      
      * wip
      
      * cleanup
      
      * cleanup
      
      * wip
      
      * finally got rid of getting a non-const vector from PTV
      
      * wips
      
      * wip
      
      * remove unused
      
      * fix PR comments
      b95135c6
  18. 30 Oct, 2017 1 commit
  19. 18 Oct, 2017 1 commit
  20. 16 Oct, 2017 1 commit
  21. 04 Oct, 2017 1 commit
  22. 20 Sep, 2017 1 commit
  23. 01 Sep, 2017 1 commit
  24. 16 Aug, 2017 2 commits
  25. 08 Aug, 2017 1 commit
  26. 25 Jul, 2017 1 commit