- 04 Sep, 2019 1 commit
-
-
Ewa Tusień authored
* [Py] Added Dequantize, Quantize, Quantized Convolution, Quantized Dot operators to Python API. * [Py] Removed unnecess import. * [Py] Changed docstring. Co-Authored-By: Tomasz Socha <tomasz.socha@intel.com> * [Py] Changed docstring. * [Py] Changed docstring. * [Py] Added missed imports.
-
- 28 Aug, 2019 1 commit
-
-
Ewa Tusień authored
* [Py] Added operators Shuffle Channels, Squared Difference and Squeeze to Python API. * [Py] Changed docstring. * [Py] Changed docstring. * [Py] Changed docstring.
-
- 15 Aug, 2019 1 commit
-
-
Tomasz Socha authored
* [FUSED] Change alpha attribute in Elu from dynamic to static * Fix python API * Fix failing python test * Remove unnecesary test * Fix merge artifact * Review fix I * Review Fix PyAPI
-
- 12 Aug, 2019 1 commit
-
-
Ewa Tusień authored
-
- 09 Aug, 2019 1 commit
-
-
Ewa Tusień authored
-
- 08 Aug, 2019 1 commit
-
-
Ewa Tusień authored
-
- 05 Aug, 2019 1 commit
-
-
Ewa21 authored
-
- 02 Aug, 2019 2 commits
-
-
Ewa Tusień authored
* [Py] Added grn operator to Python API. * [Py] Changed order of included files. * [Py] Changed docstring. * style
-
Ewa21 authored
-
- 01 Aug, 2019 1 commit
-
-
Ewa21 authored
-
- 30 Jul, 2019 2 commits
- 25 Jul, 2019 1 commit
-
-
Ewa21 authored
-
- 24 Jul, 2019 2 commits
- 22 Jul, 2019 2 commits
-
-
Adam Rogowiec authored
* Update documentation for utility test functions. * Remove unnecesary code and update comment.
-
Ewa Tusień authored
* Added elu operator to Python API. * Added missing file. * Specified elu function description. * Expand docstring * [Py] Added test with scalar for elu operator. * Bugfix * [Py] Changed input type in elu test. * Update test_ops_binary.py * [Py] Syntax bugfix. * [Py] Added elu operator to list in documentation.
-
- 17 Jul, 2019 1 commit
-
-
Sang Ik Lee authored
-
- 19 Jun, 2019 2 commits
-
-
Tomasz Dołbniak authored
* Enable INTELGPU backend for python tests * Skip the test_replace_slice on iGPU RuntimeError: Unsupported op 'ReplaceSlice' in IntelGPU back end. * Reformat a function to satisfy flake8 * Yet another code formatting correction
-
Tomasz Dołbniak authored
* Fix of the failing tests: test_unary_op_array & test_unary_op_scalar * Parametrize the logical_not test with input_data * Code formatting * Whitespace removal because flake8
-
- 18 Jun, 2019 1 commit
-
-
Tomasz Dołbniak authored
-
- 05 Jun, 2019 2 commits
-
-
Robert Kimball authored
* remove tensor offset from tensor read/write calls because it was never used * fix build errors * fix build errors * fix python test errors * more python fixes * revert change * Make old version of read/write deprecated * fix python read overload * one more try to fix python binding * fix python * yet another try * why is this so hard * fix? * add text to changes.md
-
Robert Kimball authored
* wip * build works with serialize disabled * one more try * disable unit test when json disabled * handle case where serialize is disabled in python test * one more fix
-
- 01 May, 2019 1 commit
-
-
Robert Kimball authored
* Remove parameter, result, and node vector files and class, use vector * Fix gcc issues * style * Remove python references * update python files * fix error * fix build error
-
- 05 Apr, 2019 1 commit
-
-
Adam Procter authored
* Change OneHot to accept only non-real types * Update docstring * Update Python test * Add is_integral to element::Type * Update docs * Change is_integral to false for boolean * Revert "Change is_integral to false for boolean" This reverts commit 099ff378ae7fcbd1d9346665812f6b95e4886186. * Revert "Add is_integral to element::Type" This reverts commit 58fdf76fecaefdad10431f9a894523f326f3adca. * Change is_integral so it is, by definition, !is_real
-
- 01 Mar, 2019 1 commit
-
-
Michał Karzyński authored
-
- 11 Feb, 2019 1 commit
-
-
Robert Kimball authored
-
- 04 Feb, 2019 1 commit
-
-
Robert Kimball authored
-
- 26 Jan, 2019 1 commit
-
-
Robert Kimball authored
-
- 17 Jan, 2019 1 commit
-
-
Adam Procter authored
* Retire Reduce, ReduceWindow, SelectAndScatter * Remove lingering AnyAllReplacement code * Remove apparently-now-unused macro * Remove lingering op/reduce.hpp includes * Remove FunctionCall * Update Python stuff to remove FunctionCall, Reduce * Add Any/All tests to GPU manifest * Remove deleted .hpp #include from gpu_compiled_function.cpp * Restore reduce_function.cpp since that is where the All/Any implementations ended up residing * Add reduce_function.cpp back into CMakeLists.txt * Remove #include of deleted reduce.hpp * Re-remove AnyAllReplacement from GPU passes * Remove deleted #includes from gpu_internal_function.cpp * Remove git conflict stuff (whoops) * Add newline at EOF, per review comment * Address flake8 complaint about unused import
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 18 Dec, 2018 1 commit
-
-
tsocha authored
-
- 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
-
-
Michał Karzyński authored
* Update README for PyPI * Update README for PyPI * Remove redundant newlines * Fix links
-
- 04 Dec, 2018 2 commits
-
-
Artur Wojcik authored
This reverts commit c5b082c6.
-
Artur Wojcik authored
* onnx: return signle nGraph function with multiple outputs Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: remove excessive code Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * Update ngraph python unit tests
-
- 29 Oct, 2018 1 commit
-
-
Rob Earhart authored
* Add PlaidML backend * CR comments Used m_ prefix for members; removed trailing underscores Updated license headers Moved associated header inclusions to project blocks Wrapped comments to 100 chars Added missing newlines between functions Removed nested namespaces in operation implementations * Add earhart to CODEOWNERS * Rebase updates * style
-
- 24 Oct, 2018 1 commit
-
-
mchrusci authored
-
- 06 Sep, 2018 1 commit
-
-
Sang Ik Lee authored
* Implement TopK. * Update python wrappers for TopK, ArgMin and ArgMax. * Address some reviewer comments. * Add type property check tests for TopK. Set correct TopK behavior for K==0. * TopK: Add 1d and 3d unit tests. * Address more reviewer comments. * Apply code style.
-
- 03 Sep, 2018 1 commit
-
-
Michał Karzyński authored
-