- 17 Oct, 2018 2 commits
-
-
VINOD KUMAR DEVARAMPATI authored
* Enums should be moved to public to access * fix style check
-
VINOD KUMAR DEVARAMPATI authored
* Constant folding with Quantize * updated with review comments
-
- 15 Oct, 2018 11 commits
-
-
Adam Procter authored
-
Robert Kimball authored
-
Michał Karzyński authored
* [ONNX] Tool to serialize ONNX models * Review fix. * Add back dependencies to onnx_import_interface target. * Review fix pt. 2 * Check also for errors when opening file stream.
-
Nishant Patel authored
* Switch to scale and offset design from min and max for Quantization * Remove offset and make the quantize ops a single o/p op * move cpu QuantOps to core and create builders * rebase to HEAD * remove convbias and convbiasrelu ctors which take conv * remove mistakenly added quantize.rst * remove offset * Compute scale, move quantization ops to experimental dir and some PR feedback * Normalize license headers
-
Adam Straw authored
* dex core quantize/de * more types * codegen * remove comments * remove more dead code
-
Robert Kimball authored
-
Michał Karzyński authored
* [ONNX] Assert all op types supported * Apply clang-format * Address code review comments * Fix #include statements
-
Adam Rogowiec authored
* Update ONNX Squeeze Op implementation to conform with doc. Add unit test. * Apply code-format. * Correct attribute value type. * Change used loop structure. * Modified version of loops. - Without erase and with minimal computation time complexity. * Run CI
-
shssf authored
* Reshape with no permutation optimized out * PR1671. Apply optimization to the same shapes only * PR1671. Reuse Reshape optimization from common passes * PR1671. Remove eliminate_reshape from nop_elimination procedure
-
Adam Rogowiec authored
-
tsocha authored
Add support for an environment variable `NGRAPH_ONNX_IMPORT_ENABLE` to setup.py This variable controls whether the Python API is build with or without support for ONNX import functionality built into core nGraph.
-
- 14 Oct, 2018 1 commit
-
-
gcwenger authored
* Improved AvgPool unit test coverage. Fixed small bug that was revealed. * Renamed disabled unit tests to reflect new names. * Ran clang-format on backend_test.in.cpp to fix format. * Renamed cpu_results->backend_results in two unit tests.
-
- 13 Oct, 2018 6 commits
-
-
mchrusci authored
* Added Jenkins Job No and URL * Update prepare_environment.sh - clone onnx models - remove wheel build artifacts * Link onnx models * Update Jenkinsfile - Only send email on fail, - Change ONNX branch warning to info field - Disable cloning after tox tests * Update prepare_environment.sh - Added comments - link ONNX models directory * Update cleanup
-
Robert Kimball authored
-
Nick Korovaiko authored
* dynamic to static casts * ScalarConstantLikeBase needs a dynamic cast * revert change
-
Robert Kimball authored
-
Nick Korovaiko authored
* unary, binary folding * fix divide wrong template args * add tests * fix merge breaks
-
gcwenger authored
-
- 12 Oct, 2018 11 commits
-
-
Robert Kimball authored
* Why am I still needing to fix license headers? * fix a few more in test
-
Jayaram Bobba authored
* Handle zero sized buffer requests * Removed aligned buffer initialize() and moved allocation to constructor instead
-
Artur Wojcik authored
* onnx: add register operator macro Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add set information to 'op' namespace Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
L.S. Cook authored
* initial rough draft * import changes md to release notes for readability * import changes md to release notes for readability * remove draft * update README with link to Release Notes * release notes link * fix graphic placement * Wording change on ONNX supported frameworks
-
Ayan Moitra authored
* return nullptr when workspace size is zero+modify insert method to accept const lvalue ref * Unit test added
-
Robert Kimball authored
* move backend specific test files to test/backend directory * remove unit_test_control * move tests back to test root * fix comment * wip * fix manifest
-
Adam Procter authored
-
Robert Kimball authored
* update test to verify all header files are complete, meaning they include what they use. * disable
-
Ayan Moitra authored
* Project initialization commit * Added unit tests for 3D tensors for argmax * Refactored reduce to be used by argmax argmin. argmax argmin still has some issues. WIP * [WIP]First working version of ArgMax ArgMin * added reduce buffer for the cudnn api calls * added reduce buffer for the cudnn api calls * Further modifications. Using rvalues to pass enums to build reduce method * more unit tests added * Incorporate Fenglei's comments * Incorporating Chris's first set of comments * small change to test file * Resolving clang issue that was causing argmin test to fail * Incorporate Chris's comments * clang format issue
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Amy Zhuang authored
-
- 11 Oct, 2018 3 commits
-
-
Nick Korovaiko authored
-
Nick Korovaiko authored
-
Robert Kimball authored
* updated unit tests * remove debug comments
-
- 10 Oct, 2018 3 commits
-
-
Fenglei authored
-
Fenglei authored
* update onehot * clang * fix bugs * format * add output_datatype_size to hash * typo * hash
-
Nick Korovaiko authored
* reshape sinking working on mnist_conv * forgot to add reshape_sinking files * refactoring of binary case * Quantize/Dequantize case, fix add case, add assert * address bob and scott's feedback * debug * fix a bug where reshapes are removed too early
-
- 09 Oct, 2018 3 commits
-
-
Adam Procter authored
-
Robert Kimball authored
-
Chris Sullivan authored
* add find algorithm for convolution without extra padding * Use cudnnFind* or cudnnGet* depending on tuning param boolean. Add select function to search the perf results of the cudnn queries. * Formatting. * Algo search no longer binary, now it is either off, a heuristic search (cudnnGet*) or an explicit search (cudnnFind*). * Formatting. * switch to explicit. * Throw if no suitable cudnn algo found. * Formatting * Remove comment.
-