1. 27 Nov, 2018 1 commit
  2. 20 Nov, 2018 1 commit
  3. 16 Nov, 2018 1 commit
  4. 12 Nov, 2018 1 commit
    • Nishant Patel's avatar
      Quantize(reorder) bias to int32 (#1933) · 296ee2cf
      Nishant Patel authored
      * Quantize the bias to int32
      
      * Bias scale fix
      
      * mnist works
      
      * Quantize Bias
      
      * Introduce Quantize op in the graph to quantize bias & feedback
      
      * Comments and some refactoring
      
      * Add test case with float bias and enable int32 as quantized type in ngraph
      
      * Change shape of scale from Shape{} to Shape{1} in the backend
      296ee2cf
  5. 26 Oct, 2018 1 commit
    • Nishant Patel's avatar
      Add builder for {de}quantize to make API's consistent and support {de}quantize with mkldnn (#1839) · 6b36a480
      Nishant Patel authored
      * Add builder for {de}quantize
      
      * Add declaration in header
      
      * Add mkldnn support for {de}quantize
      
      * Add support for {de}quantize with mkldnn
      
      * Add Dex support
      
      * Generalizing some api's and adding a test case for DQ in backend_test.in.cpp
      
      * Unify scale between ngraph and mkldnn
      
      * Check for nullptrs
      
      * PR feedback
      
      * fix unit test failure
      
      * Adding tests for builder and deleting the backend tests
      
      * curly braces
      
      * test rename
      6b36a480