- 24 Mar, 2020 4 commits
-
-
Evgenya Stepyreva authored
-
Michał Karzyński authored
* [ONNX] Add Tile op * Fix test model output shape * Add static test for Tile * Test Case: use expected shape, not computed output shape * Exclude dynamic Tile op tests * Add tests using BackendMode::DYNAMIC * Code review comments Co-Authored-By: Katarzyna Mitrus <katarzyna.mitrus@intel.com> * Apply suggestions from code review Co-Authored-By: Katarzyna Mitrus <katarzyna.mitrus@intel.com> * Code review Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Robert Kimball authored
* Enable all of -Wall * Revert 32 bit change Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Tomasz Socha authored
* [ONNX] Enable cross-compiling and ninja build for onnx_importer - Change minimum cmake version to 3.11 - Enable cross-compilation of protobuf - Rewrite ONNX external project into FetchContent - Fix some issues with ninja build on windows * Remove -Werror from ONNX CMAKE_CXX_FLAGS * Unit-test: Link gcpu_backend if NGRAPH_GENERIC_CPU_ENABLE is ON * Remove overwriting of main CMAKE_CXX_FLAGS from the onnx cmake file * Fix onnx usage of CMAKE_CXX_FLAGS * Ignore warning for onnx on windows, restore Windows CXX replacement * Resolve some problems on OV ci * Fix missing quotes * Ignore range-loop-construct warning in onnx * Just stop be pedantic for onnx * Remove -Werror as well * Remove unnecesary code * style * Add NGRAPH_API macro to builder::opset1::reorder_axes for OV transformations * Move NGRAPH_API to header Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com> Co-authored-by: Robert Kimball <robert.kimball@intel.com> Co-authored-by: Scott Cyphers <scott.cyphers@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 23 Mar, 2020 3 commits
-
-
Robert Kimball authored
-
Jayaram Bobba authored
* Stricter checks on padding attributes for v1::Convolution * Move pad argument checks to op constructor Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com> Co-authored-by: Robert Kimball <robert.kimball@intel.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Michał Karzyński authored
-
- 19 Mar, 2020 1 commit
-
-
Ewa Tusień authored
* Added check if getting rank is needed. * Removed normalization from importer. * Added normalisation to Concat op. * Added test for Concat. * Added test for Unsqueeze * Added missed test. Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com>
-
- 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>
-