- 09 Mar, 2020 4 commits
-
-
Robert Kimball authored
Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Ilya Lavrenov authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Robert Kimball authored
-
Yimei Sun authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 08 Mar, 2020 1 commit
-
-
Ilya Lavrenov authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 07 Mar, 2020 2 commits
-
-
Yimei Sun authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
* remove code * Cleanup * cleanup * cleanup * Fix build error
-
- 05 Mar, 2020 1 commit
-
-
Scott Cyphers authored
* Move executable to separate file * style Co-authored-by: raramer01 <rebecca.a.ramer@gmail.com>
-
- 04 Mar, 2020 9 commits
-
-
Scott Cyphers authored
* Rename tensor_view to tensor * Rename classes Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Scott Cyphers authored
* Cleanup null distributed device * Fix build error * style Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Scott Cyphers authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Scott Cyphers authored
* stringstream version * string concat for faster performance * cleanup Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Scott Cyphers authored
* Fixed GEMM conversion * Renaming Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Michał Karzyński authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Ilya Lavrenov authored
Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Adam Osewski authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Ilya Churaev authored
Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 03 Mar, 2020 8 commits
-
-
Robert Kimball authored
* Move op to v0 namespace * BatchMatMul * BatchNorm* * CompiledKernel * Constant * Fix more * More * Fix Quantaized* * fix last v0 ops * fix compile error * fix build error * Fix GPU build * Fix build error Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Michał Karzyński authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Socha authored
-
Tomasz Socha authored
-
Tomasz Socha authored
* Add attribute visitor to xor op * Add attribute visitor to VariadicSplit op * Add attribute visitor to Unsqueeze op * Add attribute visitor to Transpose op * Add attribute visitor to TopK op * Add attribute visitor to Tile op * Add attribute visitor to Tanh op * Add attribute visitor to Tan op * Add attribute visitor to StridedSlice op * Add attribute visitor to Squeeze op * Add attribute visitor to SquaredDifference op * Add attribute visitor to Split op * Add attribute visitor to SpaceToDepth op * Add attribute visitor to Sqrt op * Add attribute visitor to Softmax op * Add attribute visitor to Sinh op * Add attribute visitor to Sin op * Add attribute visitor to Sign op * Add attribute visitor to ShuffleChannels op * Add attribute visitor to ShapeOf op * Add attribute visitor to Selu op * style * Review Fix I * Add attribute visitor to TensorIterator op * Revert "Add attribute visitor to TensorIterator op" This reverts commit 04850068f3a3e3b6ddcea58023327c76df574fa1. * Add support for AutoBroadcast in attribute_visitor * Add tests for operators with attributes Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-
Abolfazl Shahbazi authored
Co-authored-by: raramer01 <rebecca.a.ramer@gmail.com>
-
Pruthvi authored
- unit test for split with specialized function Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Scott Cyphers authored
* Allow for opset extensions * Remove raw pointer from OpSet (#4395) * style Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
-
- 02 Mar, 2020 4 commits
-
-
Scott Cyphers authored
add missing space, otherwise "error: corrupt patch at line 12"
-
Scott Cyphers authored
-
Tomasz Socha authored
* Add new attribute adapters for vector<float> and vector<string> types * Add attribute visitor to LSTMSequence op * Add attribute visitor to LSTMCell op * Add attribute visitor to LRN op * Add attribute visitor to LogicalNot op * Add attribute visitor to Log op * Add attribute visitor to HardSigmoid op * Add attribute visitor to GRN op * Add attribute visitor to GroupConvolutionBackpropData op * Add attribute visitor to GroupConvolution op * Add attribute visitor to GatherTree op * Add attribute visitor to Gather op * Add attribute visitor to Floor op * Add attribute visitor to FakeQuantize op * Add attribute visitor to Exp op * Add attribute visitor to Erf op * Add attribute visitor to Elu op * Add test for LRN, LSTMSewuence and LSTMCell * Add test for Elu * Add test for FakeQuantize * Revert user_op test missed * Add test for GRN * Fix for CoordinateDiff * Add tests for GroupConvolution and GroupCinvolutionBackpropData * Tests alphabetical reorder Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
-
Scott Cyphers authored
-
- 29 Feb, 2020 2 commits
-
-
Jayaram Bobba authored
Co-authored-by: Ashok Emani <ashok.emani@intel.com>
-
Pruthvi authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 28 Feb, 2020 3 commits
-
-
Amy Zhuang authored
* [MLIR] Use sane utilities to handle environment variables. * Fix a bug. Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Katarzyna Mitrus authored
* get_data boolean support * compare_values for boolean char * Register comparator boolean * Bool type model prototxt * Test debug * Test debug cleaning * Pass output test * Style apply * Test update * Exclude LogicalAnd test on GPU * Make ng constan for bool * Style apply * Copy data for bool * Tests update * Style apply * GPU manifest update * Test bool constant op * Store bool as char vector * Comment update Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
* Remove distributed * Remove mlsl as external project Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com> Co-authored-by: raramer01 <rebecca.a.ramer@gmail.com>
-
- 27 Feb, 2020 4 commits
-
-
Mateusz Bencer authored
[SPEC][ONNX] Handle negative axis for TopK:v1, add dynamic shape support for ONNX Arg Min/Max ops (#4291) * First version * Added support to no_keep_dims * Excluded tests for PlaidML * Code review remarks introduced * Reduced TopK axis restrictions * Added assert to TopK get_axis * Added missing EOF * Style applied * Code review suggestions introduced * Disable tests for GPU * Code review remarks introduced Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Socha authored
Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Michał Karzyński authored
* Disable adding ONNX tags if Provenance disabled globally * Improve Provenance tests * Change where get_provenance_enabled is checked. * Review comments Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-
Ivan Tikhonov authored
-
- 26 Feb, 2020 2 commits
-
-
raramer01 authored
* set NGRAPH_TAG when no TAG file present * use default build version with custom-build tag Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Sang Ik Lee authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-