- 22 Feb, 2019 2 commits
-
-
Nishant Patel authored
* Add QuantizedConcat * Remove unused variables and add check for size of mins and maxes vector * Resolve conflicts * Merged with master and addressed some PR feedback * Avoid float comparison * make min/max vector, add dequant/quanti * fix dequant/quant scales * fix CI build issue
-
Robert Kimball authored
* use calls for new backend API in unit tests * fix compile error * fix compile error
-
- 08 Feb, 2019 1 commit
-
-
Nishant Patel authored
* Fix in place * Style * Adding non in-place support for all fused convadds * fixed quantized test case on GPU build
-
- 08 Jan, 2019 1 commit
-
-
Nishant Patel authored
* Fix signedconv op * Add assert and change the dynamic scale test case * Change assert * Update quantized_conv_bias.cpp * Update quantized_conv_bias.cpp
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 21 Dec, 2018 1 commit
-
-
Nishant Patel authored
* Support dynamic scales for Qconv's and Dequantize * Remove constant folding * add additional dynamic_quantize unittest * add another mxnet quantize unittest * add additional dynamic_dequantize tests * fix shape error * add dynamic signed_quantize unittest * Pass correct scale * Refactoring * Added dynamic scale support for QCBA and QCBSA * Refactor to create MKLDNN primitives on the first iteration * remove stray code * unused variables * remove extraneous line
-
- 19 Dec, 2018 1 commit
-
-
Robert Kimball authored
* make validate public * move compile call outside of call for unit tests * fix compile error * one more error
-
- 07 Dec, 2018 1 commit
-
-
Robert Kimball authored
* change compile call to return Handle * make CPU require compile() before call() * fix unit tests to call compile() before call() * fix failing ops * update unit test * revert some changes * more fixups * more diff cleanup * a few more issues addressed * more fixes * update API * more updates * fix test_ops.py * fix * another attempt to fix * fix unit test * fix test error
-
- 06 Dec, 2018 1 commit
-
-
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 * Add QuantizedConvBiasAdd * 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 * Add QuantizedConvBiasSignedAdd * Fix Layouts, clean up and a test case for QCBA * Test case for QCBSA * cleanup mkldnn_emitter.hpp * fix build error * Constant fold
-
- 27 Nov, 2018 1 commit
-
-
Nick Korovaiko authored
-
- 20 Nov, 2018 1 commit
-
-
Jayaram Bobba authored
* Support dynamic scales for quantization * Avoid static object inside functors * Added missing capture and removed mkldnn_submit * fix merge error
-
- 16 Nov, 2018 1 commit
-
-
Robert Kimball authored
* Move ParameterVector and ResultVector to the ngraph namespace where they belong * update python wrapper * more python fixes * style * Update setup.py * fix some new code
-
- 12 Nov, 2018 1 commit
-
-
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
-
- 26 Oct, 2018 1 commit
-
-
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
-