1. 13 Feb, 2019 8 commits
  2. 12 Feb, 2019 8 commits
  3. 11 Feb, 2019 13 commits
  4. 09 Feb, 2019 4 commits
  5. 08 Feb, 2019 7 commits
    • Robert Kimball's avatar
      Merge branch 'master' into master · 21525b8e
      Robert Kimball authored
      21525b8e
    • Nishant Patel's avatar
      Fix for Qconv sum inplace (#2349) · 5713b34d
      Nishant Patel authored
      * Fix in place
      
      * Style
      
      * Adding non in-place support for all fused convadds
      
      * fixed quantized test case on GPU build
      5713b34d
    • Scott Cyphers's avatar
      Merge branch 'master' into master · e165a460
      Scott Cyphers authored
      e165a460
    • Leona C's avatar
      New structure for ToC and doc content (#2393) · ce7e168a
      Leona C authored
      * Add new Introduction section based on IEEE presentation and illustrations
      
      * WIP changes to doc navigation
      
      * Update illustrations
      
      * Cleaner ToC
      
      * Minor fixes to the theme and removing useless bower files
      
      * Better captions
      
      * Revise intro
      
      * Latest
      
      * Make framework support section be its own section
      
      * More updates to backend support section and add a new cpp api
      
      * add changes to section
      
      * Update intro with better detail
      
      * Rework intro with better detail on motivation
      
      * Editing
      
      * Update README with new contrib guide filename
      
      * Add the illustration referred to RE MobileNet group convolution fusion
      
      * Fix off-by-a-line emph on code description
      
      * Fix off-by-a-line emph on code description
      ce7e168a
    • Robert Kimball's avatar
      Simplify the access of placement in Function (#2405) · f227b591
      Robert Kimball authored
      * prep work
      
      * wip
      
      * remove debug
      
      * style
      
      * update unit test
      f227b591
    • Robert Kimball's avatar
      Merge branch 'master' into master · e985e98f
      Robert Kimball authored
      e985e98f
    • Tomasz Dołbniak's avatar
      [ONNX] Add hyperbolic functions support (#2402) · 6beb6732
      Tomasz Dołbniak authored
      * [ONNX] Add support for ONNX sinh op
      
      * [ONNX] Test the sinh op and improve an error msg about not supported op version
      
      * [ONNX] Fix the failing tests by moving sinh to opset 1
      
      * [ONNX] Apply clang-format to fix failing CI builds
      
      * [ONNX] Add and test ONNX cosh op
      
      * [ONNX] Add and test ONNX cosh op
      6beb6732