- 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
-
- 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
-
- 18 Oct, 2018 1 commit
-
-
Michał Karzyński authored
* [Py] Apply PEP8 code style to setup.py * Remove unused var * Update version to 0.9.0
-
- 15 Oct, 2018 1 commit
-
-
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.
-
- 29 Sep, 2018 1 commit
-
-
Robert Kimball authored
* rename files * rename runtime TensorView to Tensor * rename HostTensorView to HostTensor
-
- 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.
-
- 31 Aug, 2018 2 commits
-
-
Scott Cyphers authored
* Validate/infer types as a virtual function BroadcastLike, ScalarConstantLike Set output shape separately from output types Remove some obsolete tests Replace *Like ops with fixed type versions * Review comments * Remove TensorViewType * Remove PrimaryTensorView * Reviewer comments * Style fix. * Another try at GPU * GPU * Simplify class hierarchy * More of previous. * Better errors * Remove unneeded classes * Merge * Update Python bindings * clang-format * Remove redundant files * Remove commented out lines * clang-format * Group includes * Missing tests * Merge error
-
Adam Rogowiec authored
* Expose onnx_import C++ interface in Python API. * Pretty printing. * Add Computation interface using Ngraph Function objects plus UT. * Apply code format. * Remove unnecessary stream open mode. - Code formatting. * Fix onnx_import submodule visibility. - Folder restructurization. * Fix some small errors. - Wrong function type annotations. - Class doc. - Code formatting. - Class inheritance from object. * Use modified Runtime class interface. * Add model for test_onnx_import. * Revert back to old API. - Use of Function object in Computation class. * Use of previous verions API. * Small refactoring * Code cleanup
-
- 16 Aug, 2018 1 commit
-
-
tsocha authored
* [Py] Wrapper for LRN * Add missing header * Add default param values, docs and some unit tests * Fixes * clang-format
-
- 06 Jul, 2018 1 commit
-
-
Adam Rogowiec authored
-
- 16 Apr, 2018 2 commits
-
-
tsocha authored
* Update default paths in setup.py * Update defaults arguments in tox
-
Robert Kimball authored
* remove obsolete * change to use new Backend API * rename parameter
-
- 06 Apr, 2018 1 commit
-
-
tsocha authored
-
- 05 Apr, 2018 1 commit
-
-
tsocha authored
- Enable Padding op - Supress multiline comment warning - improve tox configuration
-
- 29 Mar, 2018 1 commit
-
-
Michał Karzyński authored
-
- 26 Mar, 2018 1 commit
-
-
Adam Procter authored
-
- 19 Mar, 2018 1 commit
-
-
Nishant Patel authored
-