- 31 Oct, 2019 1 commit
-
-
Ilya Churaev authored
-
- 11 Oct, 2019 1 commit
-
-
Ewa Tusień authored
* [Py] Added operators GroupConvolution and RNNCell to Pythpn API * [Py] Removed code unrealated to branch. * [Py] Undo removed test. * [Py] Added removed decorator. * [Py] Code formatting. * [Py] Added ops to documentation's list. * [Py] Added skipped file. * [Py] Code formatting. * [Py] Code formatting. * Revert "Merge branch 'master' into etusien/GroupConv_RNNCell" This reverts commit a1848ea48916b293d5260869b2a52827bea21981, reversing changes made to 6a60068abf8e5391bf875ee22573eb1aa388b047. * [Py] Reverted changes. * [Py] Changed imports' list * [Py] Added missed imports. * [Py] Added operators GroupConvolution and RNNCell to Pythpn API * [Py] Removed code unrealated to branch. * [Py] Undo removed test. * [Py] Added removed decorator. * [Py] Added ops to documentation's list. * [Py] Added skipped file. * [Py] Code formatting. * [Py] Code formatting. * [Py] Reverted changes. * Revert "Revert "Merge branch 'master' into etusien/GroupConv_RNNCell"" This reverts commit 9c46ce5d289dadc4979e4712c79fff84bb538652. * [Py] Reverted changes. * [Py] Code formatting. * [Py] Code formatting. * [Py] Added PadType to Group Conv op.
-
- 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.
-
- 12 Aug, 2019 1 commit
-
-
Ewa Tusień authored
-
- 09 Aug, 2019 1 commit
-
-
Ewa Tusień authored
-
- 08 Aug, 2019 1 commit
-
-
Ewa Tusień authored
-
- 02 Aug, 2019 1 commit
-
-
Ewa Tusień authored
* [Py] Added grn operator to Python API. * [Py] Changed order of included files. * [Py] Changed docstring. * style
-
- 30 Jul, 2019 2 commits
- 25 Jul, 2019 1 commit
-
-
Ewa21 authored
-
- 24 Jul, 2019 1 commit
-
-
Ewa21 authored
[Py] Added clamp operator to Python API. Created new package for registration of fused ops in pyngraph.
-
- 23 Jul, 2019 1 commit
-
-
Sang Ik Lee authored
* Make required numpy version explicit. * Read setup requirements from requirements.txt
-
- 22 Jul, 2019 1 commit
-
-
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.
-
- 12 Jul, 2019 1 commit
-
-
Rob Earhart authored
-
- 11 Jul, 2019 1 commit
-
-
Rob Earhart authored
* Use libc++ for macOS core python wheel * numpy version
-
- 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
-
- 23 Apr, 2019 1 commit
-
-
Sang Ik Lee authored
* Don't create a separate .so for python onnx importer. * Pass outer make's -j values to sub make used in python_wheel.
-
- 17 Apr, 2019 1 commit
-
-
Tomasz Dołbniak authored
* [ONNX] Erf op support * [ONNX] Missing CMakeLists entry for the Erf op * [ONNX] model_erf unit test excluded from GPU * Update quoting style to fix errors raised by updated version of flake8.
-
- 28 Mar, 2019 1 commit
-
-
Jianying Lang authored
* Add MPI_Bcast to nGraph core * Add mpi_broadcast op and pass the unit test on CPU backend * Modify API for MLSL * Remove unused variable * Fix the format * Add the op call in python/pyngraph/ops/regmodule_pyngraph_op.cpp. * Fix emitter function for DistBroadcast op * Fix format * Fix the emitter function for distbroadcast op * Fix format * Delete the reference code for distbroadcast op * Include mlsl.h from ngraph build for genernal external usage * Change back for build * Fix alphabetical order issue and line space * Rename disbroadcast to broadcastdistributed * Change back continue * Update the changes * Fix style * Delete unused variables * Change some text format * Add support for interpreter backend for broadcastdistributed * Delete some redundant code * Fix format * rename * remove unused file * More renames * renaming * Remove one unused file * Fix a bug * add back redundant * One more commit * More commits * Unify distributed_send and distributed_recv functions * Fix format
-
- 26 Feb, 2019 1 commit
-
-
Rob Earhart authored
* Add a direct-to-Tile op * Disable dequantize_dynamic_offset * Add missing Py op defn * Generic passthrough op; serialization * Appease Linux builds * Add gpu handlers * Disable floor_int32 for now
-
- 25 Feb, 2019 1 commit
-
-
Michał Karzyński authored
-
- 12 Feb, 2019 1 commit
-
-
Rob Earhart authored
-
- 05 Feb, 2019 1 commit
-
-
Michał Karzyński authored
-
- 26 Jan, 2019 1 commit
-
-
Robert Kimball authored
-
- 17 Jan, 2019 2 commits
-
-
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
-
Clive Cox authored
-
- 16 Jan, 2019 1 commit
-
-
Rob Earhart authored
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 18 Dec, 2018 1 commit
-
-
tsocha authored
-
- 14 Dec, 2018 1 commit
-
-
Adam Rogowiec authored
-
- 11 Dec, 2018 1 commit
-
-
Adam Rogowiec authored
* Fix installing numpy dependency on CentOS. * Check whether nGraph library directory exists.
-
- 06 Dec, 2018 2 commits
-
-
Michał Karzyński authored
* Update README for PyPI * Update README for PyPI * Remove redundant newlines * Fix links
-
Adam Rogowiec authored
* Uniform quotes style . * Fix comment style. * Check setup.py with flake8. - Fix flake8 errors. * Move function out of class scope. * Fix function paramter list * Fix formatting.
-
- 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
-
- 30 Nov, 2018 1 commit
-
-
aslepko authored
* Update setup.py * Update setup.py * fix errors in edit * fix ascii error * get the right readme * rename a variable at Scott's request
-
- 28 Nov, 2018 2 commits
-
-
Sang Ik Lee authored
* Add license files and cleanup compiler/linker options. * Update comment on c++ standard option flag
-
Michał Karzyński authored
-
- 21 Nov, 2018 1 commit
-
-
Michał Karzyński authored
* [Py] Add make python_wheel target * Add make install step * Use tagged pybind11 version 2.2.4
-