- 01 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Update license to new year * Pick up some strays
-
- 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.
-
- 03 Jan, 2019 1 commit
-
-
Robert Kimball authored
* update licenses for 2019 * style
-
- 20 Dec, 2018 1 commit
-
-
Adam Rogowiec authored
-
- 18 Dec, 2018 1 commit
-
-
tsocha authored
-
- 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
-
- 06 Nov, 2018 1 commit
-
-
Artur Wojcik authored
* onnx: enable external weights to enable Caffe2 support Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: update ONNX importer interface documentation Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: after review updates Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
- 31 Aug, 2018 1 commit
-
-
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
-