1. 14 Jan, 2021 2 commits
  2. 11 Jan, 2021 9 commits
    • Pavel Esir's avatar
      Evaluate, ngraph_reader check and Python nGraph API for GatherElements (#3624) · d9bd59c7
      Pavel Esir authored
      * add GatherElements evaluate to interpreter backend
      
      * Finally successfully run on backend
      
      * debugged non-typical cases
      
      * added ngraph_reader tests for GatherElements
      
      * added Python API for GatherElements
      
      * apply_style
      
      * corrected python api tests
      
      * applied comments
      
      * style-apply
      
      * finally corrected nGraph Python API for GatherElements
      
      * minor corrections
      
      * style-apply
      
      * replaced quotes
      
      * added blank line
      
      * corrected evaluate and disabled unit-tests for not yet supported plugins
      
      * style-apply
      
      * applied comments: negative tests added and additional checks in evaluate
      
      * added bound check for axis in evaluate
      
      * style-apply
      
      * apply review comments
      
      * fast correct evaluate for GatherElements
      
      * style-apply
      
      * revert changes in interpreter unit_test.manifest for Gather
      
      * :rocket: optimized general solution; added separate calculation for 2D
      
      * :rocket: applied comments
      
      * style-apply
      d9bd59c7
    • Vladislav Vinogradov's avatar
      [cmake] Fix single config generators handling (#3794) · 8ec38cf0
      Vladislav Vinogradov authored
      
      * Add `USE_BUILD_TYPE_SUBFOLDER` CMake option to append
        `CMAKE_BUILD_TYPE` to output binary directory.
        Initialize it to `ON` for UNIX to keep current behavior.
      * Remove forced `CMAKE_CONFIGURATION_TYPES` initialization,
        use user provided value instead.
      
      This will allow to use single config generators (like Ninja) on Windows
      with MSVC compilers and get binaries in per-config sub-folders in the same
      way as on UNIX.
      Co-authored-by: default avatarIlya Lavrenov <ilya.lavrenov@intel.com>
      8ec38cf0
    • Daria Mityagina's avatar
      [IE][VPU]: Interpolate improvements (#3508) · 09a2d2a5
      Daria Mityagina authored
      * interpolate improvements - new modes in Interp and resample
      * interpolate improvements - tests for linear_onnx
      * firmware update
      09a2d2a5
    • Mateusz Tabaka's avatar
      Revert PSROIPooling average logic introduced in 305f0056… (#3765) · 1e418ca5
      Mateusz Tabaka authored
      * Revert PSROIPooling average logic introduced in 305f0056
      
      * fix computing bin coords in average mode
      1e418ca5
    • Ilya Lavrenov's avatar
      Partially removed ngraph cmake duplication with IE cmake (#3751) · 0d22328a
      Ilya Lavrenov authored
      * Partially removed cmake duplication with IE cmake
      
      * Deprecated API usage: fixed or suppressed
      
      * Fix for TypeRelaxed
      
      * Canonical form for ngraph includes
      
      * Removed extra visibilit settings; removed graphviz find_package
      
      * Removed var_functions module; canonical includes for ngraph::reference
      
      * Fixed deprecated API in ngraph tests
      
      * Re-use standard cmake macro for shared libs
      
      * Trying to fix ONNX importer tests
      0d22328a
    • Ilya Lavrenov's avatar
      Enabled CMP0025 as NEW (#3791) · 50f9dd8a
      Ilya Lavrenov authored
      50f9dd8a
    • Yury Gaydaychuk's avatar
      CPU implementation for ROIAlign (#3579) · 90697816
      Yury Gaydaychuk authored
      90697816
    • Bartek Szmelczynski's avatar
      base file for unit-testes for unary operators (#3700) · 39aa2288
      Bartek Szmelczynski authored
      * Add file containing base tempalte funtions for all unary operators and add example with acos
      
      * fix style-check
      
      * add file for tests for all unary operators
      
      * fix style
      
      * rename unary_base.cpp to unary_ops.cpp
      
      * Update test CMakeList
      
      * fix typo
      
      * style-apply
      
      * Remove code blocks and add test for dynamic rank input
      39aa2288
    • Bartosz Lesniewski's avatar
      Remove ops from Layer Creator/ Node Converter - part 6 (#3620) · 11f1a0f6
      Bartosz Lesniewski authored
      * remove deformableconvolution op from layer creator
      
      * remove deformablepsroipooling op from layer creator
      
      * remove maxpool op from layer creator
      
      * remove nonmaxsuppresion from layer creator
      
      * remove groupconvolutionbackpropdata op from layer creator
      
      * remove groupconvolution op from layer creator
      
      * fix code style
      11f1a0f6
  3. 10 Jan, 2021 3 commits
  4. 08 Jan, 2021 1 commit
  5. 07 Jan, 2021 2 commits
  6. 31 Dec, 2020 2 commits
    • Vladislav Vinogradov's avatar
      Use find_package instead of include(Find*) in CMake scripts (#3767) · 00d37aaa
      Vladislav Vinogradov authored
      Otherwise CMake produces the following warning:
      
      ```
      CMake Warning (dev) at /usr/local/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
        The package name passed to `find_package_handle_standard_args` (Wget) does
        not match the name of the calling package (IEDevScripts).  This can lead to
        problems in calling code that expects `find_package` result variables
        (e.g., `_FOUND`) to follow a certain pattern.
      Call Stack (most recent call first):
        /usr/local/share/cmake-3.19/Modules/FindWget.cmake:26 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
        cmake/developer_package/download/download_and_check.cmake:5 (include)
        cmake/developer_package/download/download_and_extract.cmake:6 (include)
        cmake/developer_package/download/download.cmake:25 (include)
        cmake/developer_package/download/dependency_solver.cmake:5 (include)
        cmake/developer_package/IEDevScriptsConfig.cmake:208 (include)
        CMakeLists.txt:12 (find_package)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      ```
      00d37aaa
    • Vitaliy Urusovskij's avatar
  7. 30 Dec, 2020 3 commits
  8. 29 Dec, 2020 3 commits
  9. 28 Dec, 2020 7 commits
  10. 27 Dec, 2020 2 commits
  11. 25 Dec, 2020 6 commits