- 14 Jan, 2020 11 commits
-
-
Scott Cyphers authored
Cyphers/m28
-
Scott Cyphers authored
-
Robert Kimball authored
This reverts commit 1e58565a.
-
Tomasz Socha authored
* [ONNX] Remove unnecesary Mean in opset 8 * Use opset1 instead of v1 * Fix merge artifact * Use opset1 Divide instead of opset0 Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-
Tomasz Dołbniak authored
* Checking if provenance_tags key exists * Add provenance tag prototype * Format provenance tag * Display provenance tag * Clean debug printing * Add const to variables * Separate method for add provenance tags * Return NodeVector reference * Return const NodeVector * Moved add_provenance_tags function to commons * Style apply * Simple model for tests * Provenance tag test * Expect substring instead of equal * Add provenance tags to intermediate nodes recursively * One tag per node * Add traverse node args instead of recursion * Return NodeVector instead of set of pointers * Use treverse_nodes and lambda function * Remove unused helper functions * Remove is_constant() condition * Update test model prototxt * Update test substring * Use node name and output names to build provenance tags in onnx importer * Unit tests for onnx_importer provenance tags * Missing <numeric> include * Add provenance tags to constants buit from ONNX initializers * Add provenance tags to Constants and Parameters created out of ONNX inputs and initializers * More strict assertions in onnx provenance tests * Unit test for onnx importer Parameter nodes tagging * Helper function for the onnx provenance tests * Some docs * Obsolete comment removal * Separate file for onnx provenance tags unit tests * Code formatting * Move the inputs tagging to the Graph class * Tagging moved to the Graph class entirely * Missing include and extra helper variable * Unit tests helper documentation * Change the UT helper to lowercase Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
-
Tomasz Socha authored
* [PY] Add flag to compile python API in debug mode * Move debug and release flags to helper function * Add missing Docstring Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Nagy Mostafa authored
* AliasMap WIP * Added liveness info * WIP * WIP: Tests * WIP: LIT tests * Added knobs for mem optimization pass. More LIT tests * Revert affine_lowerer change * More elaborate comment * Minor fixes * style-apply * Rename liveness * Switch to Analysis framework * Fix optimization conditions * Remove LIT test * style * Switch to equivalence relationship impl of non-alias relationship * refined comment * Switch non-alias to equivalence relationship * Fix bad merge * Adding tests. WIP * Added buffer size tracking and unit-tests * Added LIT and unit-tests * Turn optimization ON * style * fix unit-tests * Fix useCount * Fix copyright and typo * Refine few comments, remove new lines * style fix Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Robert Kimball authored
-
Chris Sullivan authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Leona C authored
* Update sitemap to not use a page title * Document Release Notes for 0.28.0; update section on Distributed Training Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Chris Sullivan authored
-
- 13 Jan, 2020 2 commits
-
-
Robert Kimball authored
-
Scott Cyphers authored
* Restore constant folding for DynReshape until users are converted to v1 Reshape * Disbale test when no serialization Co-authored-by: baojun <32073718+baojun-nervana@users.noreply.github.com>
-
- 12 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Move GCPU to runtime/gcpu so that unit test manifest works * style * Add tests to manifest * Fix CPU only check * Update GCPU dependency Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 11 Jan, 2020 4 commits
-
-
Mateusz Bencer authored
* Removed LogSoftmax FusedOp, changed onnx to produce v1 * Code review remakrs introduced * fix after merge from master Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Mateusz Bencer authored
* Added round op * Add CPU support, unit tests * Disable UT for PlaidML * Update year Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Scott Cyphers authored
-
Adam Rogowiec authored
* Return v1::Reshape in builder::reshape function. * Use default_opset in ONNX Convolution operators. * Revert builder::reshape to return v0 op. * Remove unused code. * Update year in license header. * Remove AutoBroadcastSpec arg and use default value. Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 10 Jan, 2020 9 commits
-
-
Ilya Churaev authored
* Fixed creation NonMaxSuppression op with dynamic shapes * Fixed code style Co-authored-by: Robert Kimball <robert.kimball@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Nagy Mostafa authored
Co-authored-by: Diego Caballero <diego.caballero@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
* Add serializer/deserializer check to interpreter * Fix TopK * Fix GRUCell * Fix RNNCell. Does anybody test their own code? Apparently not. * Fix LSTMCell * Fix MVN * Fix Select v1 * Fix GroupConvolution * Fix ScalarConstantLike * General cleanup * Revert "General cleanup" This reverts commit d765d2c2451cf5d3c9a41c4d7d672c278783b0a2. * Fix op_version_tbl.hpp * More cleanup * Fix LSTMSequence * revert * Disable INTERPRETER serialize test by default Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Mateusz Bencer authored
* Add using Reshape:v1 * Use Reshape:v0 in group_conv * Use Reshape_V1 in builder:flatten * builder:v1 introduced * Revert old builders to use Reshape:v0 * removed unused Transpose test * Update test/opset_pass/transpose_opset_pass.cpp * Changed builders to opset1 * Use opset1 instead of v1 Co-authored-by: Robert Kimball <robert.kimball@intel.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Ewa Tusień authored
* Added GatherElements op to ONNX importer. * Changed attributes to inputs. * Undo unnecessary changes. * Added Pad version 11. * Added 11 version for Pad op. * Changed axis element type. * Added optional input. * Code formatting. * Added test. * Update onnx_import.in.cpp * Removed debug code. * Added function for setting mode. * Added support for pads argument provided as Constant. * Code refactoring. * Code refactoring. Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Ewa Tusień authored
* Removed Recoprocal FusedOp and moved definition to ONNX importer. * Removed unnecessary changes. * Added test. * Undo unnecessary changes. Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Leona C authored
Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Scott Cyphers authored
Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Nagy Mostafa authored
Co-authored-by: aslepko <44713115+aslepko@users.noreply.github.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 09 Jan, 2020 8 commits
-
-
Mateusz Bencer authored
* Changed onnx slice to produce v1 * onnx where produces v1 ops Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Scott Cyphers authored
* Move some ops into v0 * namespace * Make comments pretty * Make comments pretty * Merge fix Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-
Katarzyna Mitrus authored
* Checking if provenance_tags key exists * Add provenance tag prototype * Format provenance tag * Display provenance tag * Clean debug printing * Add const to variables * Separate method for add provenance tags * Return NodeVector reference * Return const NodeVector * Moved add_provenance_tags function to commons * Style apply * Simple model for tests * Provenance tag test * Expect substring instead of equal * Add provenance tags to intermediate nodes recursively * One tag per node * Add traverse node args instead of recursion * Return NodeVector instead of set of pointers * Use treverse_nodes and lambda function * Remove unused helper functions * Remove is_constant() condition * Update test model prototxt * Update test substring * Make code slightly more readable Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com> Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Ewa Tusień authored
Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Mateusz Bencer authored
* Use normalize in onnx importer * Introduced changes after code review Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Nagy Mostafa authored
Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-
Robert Kimball authored
* Call generic CPU kernels for Broadcast and Reshape * Move generic kernels to opt_kernel * Use strides in broadcast Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Amy Zhuang authored
-
- 08 Jan, 2020 5 commits
-
-
Nagy Mostafa authored
* separate mlir core to a lib * rename in one more file * change core lib linking to PUBLIC
-
Robert Kimball authored
* New GCPU layout * Passing tests * Test passing * Move GCPU to the gcpu directory since names must match * Revert "Move GCPU to the gcpu directory since names must match" This reverts commit a51f50699d0d1ab602a71226687cf053a9ade27d. * Cleanup * Disable some onnx tests * Fix manifest * style Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
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>
-
Robert Kimball authored
* Remove ScalarConstantLikeBase * Remove code no longer needed Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
* wip * Add unit test to check that every v0 op properly implements the is_* methods in Node Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-