1. 26 Feb, 2018 18 commits
  2. 25 Feb, 2018 4 commits
  3. 24 Feb, 2018 1 commit
  4. 23 Feb, 2018 12 commits
  5. 22 Feb, 2018 5 commits
    • Jayaram Bobba's avatar
      Style fix to mkldnn utils (#533) · c3c3d142
      Jayaram Bobba authored
      c3c3d142
    • fenglei.tian's avatar
      fix merge bugs · 03c58dc6
      fenglei.tian authored
      03c58dc6
    • Robert Kimball's avatar
    • Matthew Brookhart's avatar
      fix numeric stability bug in autodiff of divide (#532) · 8ad86ab9
      Matthew Brookhart authored
      * fix numeric stability bug in autodiff of divide
      
      * add a test for divide autodiff stability
      8ad86ab9
    • Jayaram Bobba's avatar
      Jbobba/layout query (#502) · 8a8c0446
      Jayaram Bobba authored
      * Basic assignment pass for CPU backend
      
      * Change CPU convolution emitter to check op annotations
      
      * Queries MKLDNN for optimal layout on convolutions
      
      * Added layout conversions through ConverLayout ops and explicit layout conversion on CPU tensor view objects
      
      * Added layout conversions for non-MKLDNN ops
      
      * - Style fixes
      - Removed unused variables to avoid clang errors
      - Added more mkldnn format types to utility functions
      
      * Move ConvertLayout back to runtime::cpu::op namespace
      
      * Added more mkldnn memory formats
      
      * Moved op annotations to Op class
      
      * Style changes
      
      * Minor fix
      
      * Minor fix to keep clang happy
      
      * Use ngraph element type instead of c_type_string in MKLDNN utility functions
      
      * Addressed PR(#502) comments
      8a8c0446