- 03 Sep, 2018 1 commit
-
-
Michał Karzyński authored
-
- 01 Sep, 2018 1 commit
-
-
Adam Procter authored
-
- 31 Aug, 2018 7 commits
-
-
Adam Procter authored
-
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
-
Artur Wojcik authored
* onnxifi: upgrade libonnx Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: upgrade libonnx to version 1.3 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
tsocha authored
-
Michał Karzyński authored
-
tsocha authored
* [ONNX] Concat operator * Style fix
-
- 30 Aug, 2018 4 commits
-
-
Robert Kimball authored
* only print details if details enabled * refactor print routines to main file * refactor for multi dir support * dir support prints nice results
-
Robert Kimball authored
-
Artur Wojcik authored
-
tsocha authored
-
- 29 Aug, 2018 9 commits
-
-
Robert Kimball authored
* use line comments instead of multiline comments for license header * update more * update new files * more header updates * style
-
Robert Kimball authored
* normalize doxygen keywords * more normalization * normalize more onnx files * yet more normalization * fix doxygen error
-
Michał Karzyński authored
* [ONNX] Sum op * [ONNX] Generic variadic op template * Add support for Min op * clang-format * Add support for Max op * Add support for Mean op * Docs, code cleanup * Docs, code cleanup
-
Anna Alberska authored
* IntelGPU backend: SigmoidBackprop operation * Requested changes done * Delete namespaces in function names * Apply code format check
-
Pruthvi authored
disabled RNN test to workaround RNN unit test failure on MAC due to bug in MKLDNN scratchpad creation (#1502)
-
Anna Alberska authored
* IntelGPU backend: AvgPoolBackprop operation * Requested changes done * Make gen_window_loop() static & initiate win_elems_size through shape_size
-
tsocha authored
-
Michał Karzyński authored
* [ONNXIFI] Fix namespace * Revert "[ONNXIFI] Fix namespace" This reverts commit acbf95afafd451c0b23adc8cd83563feeb1c2816. * Include cstddef * Update onnxifi.cpp * Update onnxifi.cpp
-
Robert Kimball authored
* address klocwork warning * fix PR comments
-
- 28 Aug, 2018 7 commits
-
-
Robert Kimball authored
-
Artur Wojcik authored
* onnx: upgrade to version 1.3 pre-release Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix to specific commit from master branch Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * fix style
-
tsocha authored
* [ONNX] Softmax operator * Review fix pt. 1 * Review fix pt. 2 * Add softmax test * Update onnx_import.cpp
-
Artur Wojcik authored
* cmake: use GNUInstallDirs to autodetect installation directories (Linux) Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * define LINUX variable to detect Linux Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Robert Kimball authored
-
Michał Karzyński authored
-
Michał Karzyński authored
* Add Travis testing on CentOS * Disable building CPU Backend * Remove Python dependencies from CentOS for now
-
- 27 Aug, 2018 4 commits
-
-
Robert Kimball authored
* normalize comments * address review comments
-
tsocha authored
* [ONNX] MatMul operator * Add NL on EOF * Review fix pt. 1
-
Artur Wojcik authored
-
Artur Wojcik authored
* onnxifi: add 'onnx' as external project Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnxifi: public interface function stubs Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnxifi: fix the typo in function name Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix compilation Ubuntu 16.04 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnxifi: update to dummy backend Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnxifi: style cleanup Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
- 25 Aug, 2018 1 commit
-
-
Jayaram Bobba authored
* Bug fixes to account for padded layouts and correct handling for reshape that transposes and changes shape * Use nullptr instead of dummy buffer in memory primitive creation
-
- 24 Aug, 2018 6 commits
-
-
Fenglei authored
* add cuda reduce * clang format * fix bugs * fix bug * add 1d reduce * clang format * fix bugs * unroll loop * remove debug info * revert tests * unroll 1D reduce op * add comments * using cudnn for nd to scalar reduction * remove cuda 1d reduction since cudnn version is faster * remove 1D kernel * fix variable name * resolve Chris's comments * non_reduce_in_strides to non_reduce_strides
-
Michał Karzyński authored
-
Artur Wojcik authored
* add detection of Linux distribution Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: disable ONNX unit-tests if CentOS detected (temporar solution) Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: correct DISTRIB_ID name for CentOS Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
tsocha authored
* Enable Mul OP * Reshape, broadcasting utils and Gemm op * Style check * Review fix pt. 1 * Review fix pt. 2 * Reuse documentation
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Michał Karzyński authored
-