- 08 Jan, 2020 1 commit
-
-
Sang Ik Lee authored
* Add option NGRAPH_EXPORT_TARGETS_ENABLE Default value is TRUE This option controls exporting and installing ngraph cmake config files. Static library build only works with NGRAPH_EXPORT_TARGETS_ENABLE=OFF for now. * Turn off option for static nGraph lib. * Register backends * Add missing header files. Co-authored-by:
Scott Cyphers <diyessi@users.noreply.github.com>
-
- 06 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Remove conditional compile * style Co-authored-by:
Scott Cyphers <diyessi@users.noreply.github.com>
-
- 01 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Update license to new year * Pick up some strays
-
- 05 Dec, 2019 1 commit
-
-
Robert Kimball authored
Don't imbue locale to cout, imbue a stringstream instead so that it does not contaminate ngraph output (#3989)
-
- 26 Nov, 2019 1 commit
-
-
Scott Cyphers authored
* Fix incorrect uses of `description()` * type-o/namespace
-
- 21 Nov, 2019 1 commit
-
-
Gleb Kazantaev authored
* Added U1 precision for binary weights * Handle switch cases with u1 type * Fixed code style * Added convert_to_string support for u1 type * Use real C type for u1 type. Co-Authored-By:
Robert Kimball <robert.kimball@intel.com>
-
- 04 Nov, 2019 1 commit
-
-
Ewa Tusień authored
* Added tool for running Onnx models via nGraph C++ API. * Code formatting. * Added option to load inputs from binary files. * Removed unused variables. * Changed description. * Moved read_binary_file function from test_tools to ngraph utils. * Added option to provide arguments with equals sign. * Bugfix. * Changed reading file. * Code refactoring. * Added output printing. * Added comments. * Undo moved function. * Removed unused imports. * Update docstring Co-Authored-By:
Michał Karzyński <postrational@users.noreply.github.com> * Update docstring Co-Authored-By:
Michał Karzyński <postrational@users.noreply.github.com> * Added catching exception. * Code refactoring.
-
- 19 Sep, 2019 1 commit
-
-
Scott Cyphers authored
* Fix unsigned comparison and implicit double conversion * Eliminate sign/unsigned compare warnings, implicit double conversion * Missed type * Neww int type * omp compromise * style
-
- 12 Sep, 2019 1 commit
-
-
Scott Cyphers authored
* Unnused parameter cleanup * style
-
- 06 Sep, 2019 1 commit
-
-
Diego Caballero authored
-
- 03 Sep, 2019 1 commit
-
-
Robert Kimball authored
-
- 30 Aug, 2019 1 commit
-
-
Robert Kimball authored
-
- 20 Aug, 2019 1 commit
-
-
Adam Procter authored
-
- 07 Aug, 2019 1 commit
-
-
Robert Kimball authored
-
- 31 Jul, 2019 1 commit
-
-
Sang Ik Lee authored
-
- 26 Jul, 2019 1 commit
-
-
gcwenger authored
API is synchronous per thread and threads are coordinated so that we know when we hit the last iteration everything is done. Using join() to gate end of iterations was introducing too much overhead to timing as verified via checking traces.
-
- 23 Jul, 2019 5 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
- 21 Jul, 2019 8 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
-
- 17 Jul, 2019 2 commits
-
-
Sang Ik Lee authored
-
Adam Procter authored
* Re-enable -Wswitch and -Wswitch-enum * Collapse identical switch cases * Fix (I think) compilation errors * Partially fix missing cases in GPU xformer, so clang will show me the rest of them... * One last enum value
-
- 11 Jul, 2019 1 commit
-
-
Robert Kimball authored
-
- 09 Jul, 2019 2 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
- 08 Jul, 2019 1 commit
-
-
Robert Kimball authored
-
- 05 Jul, 2019 1 commit
-
-
Robert Kimball authored
-
- 12 Jun, 2019 1 commit
-
-
Rob Earhart authored
* Rename PlaidML_Executable::save -> save_as_format * Repair regression in PlaidML tensor impl This was caused by the recent removal of the offset parameter for tensor read/write operations -- we missed a spot where read/write were being called for synchronization purposes. * Disable a few more PlaidML tests pending triage * Skip elision of reshape->reshape It turns out this doesn't work, because the downstream reshape's input_order axis vector is incorrect if the upstream reshape is removed. * Add element type to PlaidML tensor debug output * Use nGraph booleans for PlaidML boolean data We'd previously been using i8; that's been deprecated for boolean data now that we have an explicit boolean element type. * Set PlaidML convolution output shapes correctly We weren't transposing the output shape; we were computing the right data, but the incorrect shape metadata causes validation to fail. * Add a PlaidML implicit broadcast op Better nGraph shape validation was tripping up PlaidML's use of a reshape to replace explicit broadcasts with implicit NumPy-style broadcasts (since the reshape's output shape would be incorrect for the downstream elementwise operation). Adding this implicit broadcast operation lets PlaidML tell nGraph something useful about the shapes, making validation pass (when it's otherwise correct).
-
- 05 Jun, 2019 1 commit
-
-
Robert Kimball authored
* remove tensor offset from tensor read/write calls because it was never used * fix build errors * fix build errors * fix python test errors * more python fixes * revert change * Make old version of read/write deprecated * fix python read overload * one more try to fix python binding * fix python * yet another try * why is this so hard * fix? * add text to changes.md
-
- 02 Jun, 2019 1 commit
-
-
Jayaram Bobba authored
Avoid negative values in int64 initialization for cases where int64 parameters are used as indices (#3004)
-
- 23 May, 2019 1 commit
-
-
Robert Kimball authored
* update visualize tree file extenstions and output formats * fix runtime error
-