- 18 Mar, 2020 4 commits
-
-
Robert Kimball authored
* more fixes * Fix test * Cleanup comment * style * Update per review comments * Change get_arguments to input_values Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Scott Cyphers authored
* GetOutputElement removal preparation Not all outputs are used so don't force them to be connected in replace Add pattern that matches on any output Remove GOEs by default, allow to disable Fix failing core passes/tests with GOE dependency * Fix MLIR call * Fix value handle assignment * Cleanup * style * review comments * Fix onnx tests * Allow simplifcations to work on multi-values nodes * Disable goe removal for MLIR test * null init of Output Co-authored-by: nmostafa <nagy.h.mostafa@intel.com>
-
Ilya Lavrenov authored
* Trying to compile with hidden visility * Export more functions needed for Inference Engine * Update CMakeLists.txt Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-
Scott Cyphers authored
* float16 round halves to even * NaN details are platform-dependent * typo * typos Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
-
- 17 Mar, 2020 2 commits
-
-
Michał Karzyński authored
* Use v1::ReduceMean in ONNX ReduceMean * Add support for keep_dims * Replace binds with lambdas Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
* test * Don't indent reserialized graph
-
- 16 Mar, 2020 2 commits
-
-
Sang Ik Lee authored
* Code cleanup. * Update LLVM to 9.0.1 Co-authored-by: Robert Kimball <robert.kimball@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Mateusz Bencer authored
* Split api to onnx_utils, headers refactor * Improved ONNX importer API doc * styles applied * Code review remarks introduced * remarks introduced, style applied * Code review remarks introduced * namespaces description added * Code review remarks introduced * styles applied * Fixed onnx_utils doc and margin alignment * code review remarks introduced Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com>
-
- 13 Mar, 2020 2 commits
-
-
Scott Cyphers authored
-
Robert Kimball authored
-
- 12 Mar, 2020 1 commit
-
-
Robert Kimball authored
* Cleanup get_output_shape * More cleanup * Update more * output tensor * fix input * get input source ptr * cleanup * more changes * wip * wip * more input helpers * style Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 11 Mar, 2020 2 commits
-
-
Ilya Lavrenov authored
Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Robert Kimball authored
* remove placement index * style
-
- 10 Mar, 2020 2 commits
-
-
Scott Cyphers authored
* Fix overwriting of value * style * Style
-
Wenzhe Xue authored
* remove operator size_t in dimension * use get_length() * transform uint64_t to size_t for func to_shape() * more replacement of get_length * more replacement of get_length in test * make style-apply * change in onnx * more change onnx test * fix build * add size_t back to dldt test will do another PR after dldt update Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com> Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-
- 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>
-