- 12 Sep, 2018 2 commits
-
-
Adam Rogowiec authored
* Add missing header. * Test for ReduceSum * Simple tests for reductions - L1/L2/LogSum/LogSumExp/Max/Mean/Min/Prod/SumSquare. * Add floating point literal suffix * Fix typo
-
tsocha authored
* [ONNX] Shape operator * Review fix pt. 1 * Style check
-
- 04 Sep, 2018 1 commit
-
-
tsocha authored
-
- 03 Sep, 2018 1 commit
-
-
Adam Rogowiec authored
* Move reshape utils down to reshape namespace. * Reshape operation. * Reshape operator binding. * Error fixes. * Reshape unit tests. * Move flatten utility function to reshape namespace. * Fix unused catched exception object * Add Constant support for int64 * Review fix. * clang-format * Review fix part 2. * Enable output shape as a second node input (only Constant). * Unit test for "dynamic" output shape (from Constant node). * Review fixes. * Make sure second Reshape op input is Constant node.
-
- 31 Aug, 2018 2 commits
- 30 Aug, 2018 2 commits
-
-
Artur Wojcik authored
-
tsocha authored
-
- 29 Aug, 2018 3 commits
-
-
Robert Kimball authored
* use line comments instead of multiline comments for license header * update more * update new files * more header updates * style
-
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
-
tsocha authored
-
- 28 Aug, 2018 3 commits
-
-
Robert Kimball authored
-
tsocha authored
* [ONNX] Softmax operator * Review fix pt. 1 * Review fix pt. 2 * Add softmax test * Update onnx_import.cpp
-
Michał Karzyński authored
-
- 27 Aug, 2018 1 commit
-
-
tsocha authored
* [ONNX] MatMul operator * Add NL on EOF * Review fix pt. 1
-
- 24 Aug, 2018 3 commits
-
-
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
* Move batch_norm implementation to a .cpp file * Move split implementation to a .cpp file
-
- 23 Aug, 2018 1 commit
-
-
Michał Karzyński authored
* [ONNX] Refactor exceptions * [ONNX] Attribute helper functions * [ONNX] Convolution operation
-
- 22 Aug, 2018 1 commit
-
-
Artur Wojcik authored
* onnx: fix build for CentOS 7.4 Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix build for CentOS 7.4 Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: compile fix for CentOS 7 Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: unit-test compilation fixes for CentOS 7 Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: unit-test compilation fixes for CentOS 7 Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix 'add abc initializer' unit test Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix code style Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com>
-
- 21 Aug, 2018 1 commit
-
-
Michał Karzyński authored
* [ONNX] Add Relu op
-
- 14 Aug, 2018 1 commit
-
-
Adam Rogowiec authored
* onnx: add 'constant' operator Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: getting attribute value by name Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix code style Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix clang compilation warnings Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: exception Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: add 'split' operator Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: add public interface Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: add initial unit test for importer Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: initial implementetion of operator' set Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * [WIP] Unit test for split operation. * Fix Split Op bounds calculation + UT * clang format * Split Op with variable parts unit test. * Remove unused headers * General purpose exceptions. * Change not_supported_error message template. * Add new general purpose errors. * ONNX BatchNormalization operation. * Clang-format * Update CMake * Add fixed test data. * Add missing ngraph install prefix for cmake in travis Dockerfile. * Remove -Wno-zero-as-null-pointer-constant * Code review * Apply clang-format-3.9 * Add missing onnx_import interface files to CMakeList * Clean code. * Fix test. * Apply clang-format-3.9 * Copyright notice format * Remove inputs in separate files * use all_close to compare floating point values * missed changing one CPU to INTERPRETER for unit test
-
- 12 Aug, 2018 1 commit
-
-
Robert Kimball authored
* remove test that relies on CPU if CPU is not built * fix docker build * change onnx to use INTERPRETER * run unit-test-check
-
- 10 Aug, 2018 1 commit
-
-
Artur Wojcik authored
* onnx: add 'constant' operator Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: getting attribute value by name Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix code style Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: fix clang compilation warnings Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: exception Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: add 'split' operator Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: add public interface Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: add initial unit test for importer Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * onnx: initial implementetion of operator' set Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com> * [WIP] Unit test for split operation. * Fix Split Op bounds calculation + UT * clang format * Split Op with variable parts unit test. * Remove unused headers * Add missing ngraph install prefix for cmake in travis Dockerfile. * Remove -Wno-zero-as-null-pointer-constant * Code review * Apply clang-format-3.9 * Add missing onnx_import interface files to CMakeList * Copyright notice format
-