1. 01 Oct, 2018 1 commit
    • Adam Procter's avatar
      Add CODEOWNERS file (#1659) · f81917b1
      Adam Procter authored
      * Add CODEOWNERS file (will have no effect until enabled in GitHub settings)
      
      * Review comments, and fix a username
      
      * Tabs -> spaces
      
      * Review comments
      
      * /maint/ to @cconvey
      
      * /maint/ back to @diyessi by default
      f81917b1
  2. 30 Sep, 2018 1 commit
  3. 29 Sep, 2018 2 commits
  4. 28 Sep, 2018 11 commits
  5. 27 Sep, 2018 3 commits
  6. 26 Sep, 2018 6 commits
  7. 25 Sep, 2018 6 commits
  8. 24 Sep, 2018 2 commits
  9. 22 Sep, 2018 4 commits
  10. 21 Sep, 2018 4 commits
    • Nick Korovaiko's avatar
      fix assert (#1660) · e0384a8d
      Nick Korovaiko authored
      e0384a8d
    • Nick Korovaiko's avatar
      disable/enable constant_folding (#1630) · ad2e0097
      Nick Korovaiko authored
      ad2e0097
    • Amy Zhuang's avatar
      Add CPU horizontal fusion pass for inception. (#1577) · 2d2b3b2f
      Amy Zhuang authored
      * Add CPU horizontal fusion pass for inception.
      
      * Name change.
      
      * Move horizontal fusion to cpu_fusion.
      
      * Change horizontal fusion pass for inception to a general horizontal fusion pass.
      Add a unit test conv_horizontal_fusion to cpu_fusion.
      
      * Rename files.
      
      * Correct cpu_fusion.hpp.
      
      * Add NGRAPH_DEBUG.
      
      * Set native layout when input format of slice is nChw16c or nChw8c and lower bound of
      channels is not a multiple of 16 or 8.
      2d2b3b2f
    • Pruthvi's avatar
      Pruthvi/dex debug manifest (#1515) · 7da3ec33
      Pruthvi authored
      * added stream writers to dump meta information related to CONSTANT, INTERMEDIATE, PARAMETER's
      
      * WIP added method to dump Input and output reference address in to debug manifest from cpu_call_frame
      
      * added suppport to dump memory refernce in the debug manifest
      
      * - added macro to dump debug manifest
      - added support to release_function once dumping the memory references
      
      * added a method to write a generated stream to a file
      
      * dont release function, if NGRAPH_DEX_DEBUG flag set
      
      * Addressed PR comments
      -   dump debug manifest using stringstream instead of CodeWriter
      -   Moved dumping debug manifest logic to cpu_external_function
      
      * revert changes to call_frame
      
      * - Addressed PR comments
      
      * :Remove call_once from dumping debug_manifest
      
      * address PR comments
      
      * address PR comments
      7da3ec33