- 11 Jan, 2020 2 commits
-
-
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 6 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>
-
Robert Kimball authored
* CSE optimizations * Get TI working with clang 6 Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 07 Jan, 2020 9 commits
-
-
Adam Rogowiec authored
* Fix spelling, and comment formatting. * Update Reduction operation to use v1 operators. * Upgrade/downgrade passess for ReduceMin/Max ops. * Address review comments: - Remove unnecessary AutoBroadcast arg. - Use default_opset namespace. Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Dołbniak authored
* Use v1 ops in ONNX Softplus * Some extra comments Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Dołbniak authored
* Use v1::Broadcast in ONNX LpNorm * Missing include * Missing include * Include the default opset in lp_norm.cpp * Reference Constant from default_opset * Some extra comments Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Dołbniak authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Amy Zhuang authored
* Update MKLDNN to v1.1.1. * Modify mkldnn_v1 patch. * Modify bf16 check for mkldnn-v1. Co-authored-by: baojun <32073718+baojun-nervana@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Robert Kimball authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Nishant Patel authored
* Fix maxpoolbprop layout pass * Use default format for max pooling bprop. * Fix MaxPoolWithIndicesBackprop unit test. * Fix CODEGEN. * Modify MaxPoolWithIndicesBackprop unit test. Co-authored-by: Amy Zhuang <amyzhuang97@gmail.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
* Fix using statements * Add missing line ending * Add license Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 06 Jan, 2020 6 commits
-
-
Robert Kimball authored
* Remove conditional compile * style Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Dołbniak authored
Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Tomasz Dołbniak authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Dołbniak authored
* Use v1::Minimum and v1::Maximum in ONNX Clip implementation * Use v1::Maximum in ONNX LeakyRelu Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Chris Sullivan authored
* Enable self-concat to broadcast replacement for a single concat. * Update tests. Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-