1. 18 Jun, 2019 4 commits
  2. 17 Jun, 2019 4 commits
  3. 13 Jun, 2019 2 commits
  4. 12 Jun, 2019 7 commits
  5. 10 Jun, 2019 2 commits
  6. 08 Jun, 2019 1 commit
  7. 07 Jun, 2019 3 commits
    • Pruthvi's avatar
      layout aware "copy_from" for cpu tensor (#2991) · 27bc5f39
      Pruthvi authored
      * layout-aware cpu tensor copy_from
      
      * - add unit test case for tensor "copy_from"
      - set default layout after copy_from src to destination
      
      * - added test case to copy between two different layouts
      
      * - fix clang error
       - added test case to check copy_from if the two tensor layouts are different
      - fix the LayoutDesc comparision
      
      * fix windows build error
      
      * - move "cop_from" unit tests from tensor to cpu_test
      
      * fix compilation error
      
      * Added more unit tests
      
      * fix read and write API in cpu_tensor_view
      27bc5f39
    • Adam Procter's avatar
    • Nishant Patel's avatar
      Use convolution_direct algo (#3028) · 3762538c
      Nishant Patel authored
      * Failing conv test case
      
      * Opt for mkldnn::algorithm::convolution_direct if input channel is less than 8
      
      * Comment
      3762538c
  8. 06 Jun, 2019 3 commits
  9. 05 Jun, 2019 9 commits
  10. 04 Jun, 2019 2 commits
  11. 03 Jun, 2019 1 commit
    • Scott Cyphers's avatar
      Cyphers/noarg1 (#2967) · a073c39e
      Scott Cyphers authored
      * Support for no-arg op construction
      
      * Add a-ops.
      
      * Two const init variations to try to solve windows link error
      
      * Try export for windows
      
      * Create outputs as needed, test
      
      * Remove attribute helpers
      
      * another windows try
      
      * windows
      
      * windows
      
      * Partial node cleanup
      
      * Review comments
      Node destruction that doesn't blow out the stack on deep graphs
      
      * Review comments
      
      * Update src/ngraph/node.hpp
      Co-Authored-By: 's avatarAdam Procter <adam.m.procter@intel.com>
      
      * Have huge test check that nodes were deleted
      
      * Switch constructors to use Output instead of Node
      
      * Review comments
      
      * Add some comments
      a073c39e
  12. 02 Jun, 2019 1 commit
  13. 31 May, 2019 1 commit
    • Robert Kimball's avatar
      Bob/hybrid multi (#3005) · e49dd589
      Robert Kimball authored
      * handle case where a node's output is connected multiple inputs of another node
      
      * fix creation of the FunctionCall to have the correct outputs
      
      * fix per review comment
      e49dd589