Anastasia Kuporosova
799be77e33
[Python API] Move samples and docs to the new directory ( #7851 )
...
* [Python API] Move samples and docs to the new directory
* move samples to the new directory
* try to fix build and pychecks
* fix links
* fix pychecks
* fix cmake
* fix cpack installation
* Update inference-engine/ie_bridges/python/CMakeLists.txt
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
2021-10-14 14:49:35 +03:00
Evgeny Talanin
10505809ec
Add apt update ( #7483 )
2021-09-13 13:39:42 +03:00
Ilya Churaev
99f9a90ca5
Fix code style artifacts ( #6997 )
...
* Fixed artifacts
* Break code style
* Revert "Break code style"
This reverts commit 71ee638cd0 .
* Added -j8 for fix_all
2021-08-11 16:15:53 +03:00
Ilya Lavrenov
6a63cb9122
Enabled naming style check for FEM, ONNX FE ( #6970 )
...
* Enabled naming style check for FEM, ONNX FE
* Used custom version of ncc
* Added self-check
* Removed submdoule
* Moved to public ncc
2021-08-09 15:38:08 +03:00
Ilya Lavrenov
5d781afe73
Naming convention tool integration ( #6967 )
...
* Fixed cycle dependency
* Added NCC infra
* Add submodule
* Added substitution for clang lib
* target depends on target_ncc_check
* Try find_package(Clang QUIET)
* Added github actions
* Try U18 + clang9
* Fixed nnc
* Updated style
* Works for clang-9
* Works for clang-7
* Fixes
2021-08-07 09:55:45 +03:00
Ilya Lavrenov
b62d93efff
Enabled code style check for tests ( #6724 )
2021-07-20 18:59:38 +03:00
Gleb Kazantaev
ea3ed8af21
Turn on IE and NG python APIs by default inside Model Optimizer ( #5721 )
...
* Turn on IE and NG python APIs by default inside Model Optimizer
* Remove fallback
* Fix mo_ut
* Remove MO wheel tests
* Add model_optimizer custom target to gather all MO deps inside single traget
* Fix PR comments
2021-06-16 03:12:24 +03:00
Ilya Lavrenov
246932a5d3
Py code style ( #6086 )
...
* GitHub CI: Enable Python for Code style
* Update formatting
* Fix
* Add cython
* Add upgrade pip
* Update to src/requirements-dev.txt
* Fixed clang code style
Co-authored-by: azhogov <alexander.zhogov@intel.com >
2021-06-08 20:24:11 +03:00
Alexander Zhogov
bc4223870d
GitHub CI: Add check of PR commits ( #6043 )
...
* GitHub CI: Add check of PR commits
* Install dependencies
* Add GITHUB_TOKEN
* Set DRY_RUN
2021-06-07 10:27:12 +03:00
Alexander Zhogov
adee5228d4
GitHub CI: Disable doc build on forks and upload on PR ( #6044 )
2021-06-04 20:07:05 +03:00
Kate Generalova
10f3d7e065
feat: linters for IE Py API, wheel, samples ( #5352 )
...
* feat: linters for IE Py API, wheel, samples
* fix indent after auto-formatter
* ignore formatting for argument parsing
2021-04-28 13:52:03 +03:00
Kate Generalova
82e2b4188b
feat: add checks for Py samples ( #5339 )
2021-04-22 11:03:49 +03:00
Dmitry Kurtaev
5272bd4ba9
Test MO wheel content ( #5054 )
2021-04-01 18:03:28 +03:00
Dmitry Kurtaev
47cf3bdc35
Use MO as module ( #4801 )
...
* Use MO as module
* Add legal notice
2021-03-30 18:11:58 +03:00
Ilya Churaev
3ee41375a3
Clang-format check for itt collector ( #4893 )
...
* Enable clang_format for ITT collector
* Fixed code style
* Bad code style
* Enable clang-format for ITT collector
* Revert "Bad code style"
This reverts commit 82cbd40539 .
* Fixed build
2021-03-23 15:08:51 +03:00
Ilya Churaev
1334d7d122
Enable OV clang format command for nGraph ( #4792 )
...
* Added add_clang_format commands
* Added clang_format targets as dependencies for original targets
* Update CI scripts
* Fixed code-style for nGraph unit tests
* Change job name
* Disable clang-format for Windows
* Fixed nGraph python build
* Fixed comments and enabled code style for ONNX Editor
* Disable code style check on compilation step
2021-03-18 06:38:10 +03:00
Katarzyna Mitrus
5f098e1079
nGraph code style upgrade to clang-format-9 ( #4721 )
...
* ngraph clang-format upgrade to 9
* Reformatted files
* Remove comma at the end of test data vector
2021-03-15 22:06:01 +03:00
Alexander Zhogov
7f60c3f82d
Actions CI: Remove unused requirements
2021-02-10 19:44:45 +03:00
Nikolay Tyukaev
f65a6f5424
Fix Doc CI ( #4246 )
...
* fix doc ci
* update
* fix
2021-02-09 18:03:00 +03:00
Dmitry Navalny
14d3310b32
[MO] pip packaging ( #3123 )
...
* [MO] pip packaging
* Use subprocess
* Remove MANIFEST.in
* Fix comments
* Fix requirements.txt duplication
* Add license
2021-02-09 10:47:14 +03:00
Alexander Zhogov
819650b4e1
CI: Add building documentation ( #4215 )
...
* Add Build Doc
* Add doxygen
* Add graphviz texlive
* Add lxml
* Add Upload doc
* ubuntu-20.04
* Build doxygen
* Fix
* exit 0
* Add nproc
* Change build dir name
2021-02-08 22:29:49 +03:00
Dmitry Kurtaev
b77bedcb64
Remove Java bindings ( #3216 )
2020-11-19 13:59:20 +03:00
Sergey Lyubimtsev
93342f0860
[MO] Add CMake install for Model Optimizer (28291) ( #2831 )
...
* [MO] Add CMake install for Model Optimizer
* [MO] Update test for version.py
* [MO] Add CMake install for Model Optimizer
* [MO] Update test for version.py
* [MO] Add CMake install for Model Optimizer
* [MO] Update test for version.py
* [MO] fix file permissions for install location
2020-10-30 14:37:06 +03:00
Alexander Zhogov
565b504c1c
GitHub CI: Add files_size.yml ( #2570 )
...
* GitHub CI: Add files_size.yml
* Update job name
2020-10-13 13:27:34 +03:00
Alexander Zhogov
170782b1c8
GitHub CI: Add ShellCheck ( #2554 )
...
* Add shellcheck
* Remove fetchDepth: 1
2020-10-06 13:16:46 +03:00
Anna Likholat
53c03db307
[JAVA] Code style check added ( #1984 )
2020-09-09 17:49:23 +03:00
Alexander Zhogov
601f66e1ec
Run nGraph code style check in the root of repo ( #1573 )
2020-07-31 12:19:12 +03:00
Evgeny Lazarev
eb8fe44de3
Updated MO requirements files ( #1511 )
...
* Updated MO requirements files
* Updated requirements in the CI config to run the pylint
2020-07-29 13:23:52 +03:00
Alexander Zhogov
e0023b3f71
GitHub CI: Disable/remove set_pr_labels
2020-07-27 19:22:05 +03:00
Alexander Zhogov
8b44f4343d
GitHub CI: set_pr_labels - runs every 4 hours
2020-07-24 19:57:58 +03:00
Alexander Zhogov
3945acd65b
GitHub CI: Change secret
2020-07-24 13:25:29 +03:00
Alexander Zhogov
765202e23c
GitHub CI: Add set_pr_labels ( #1467 )
...
* GitHub CI: Add set_pr_labels
* Change to run every 10 min
* Update names
2020-07-24 13:00:04 +03:00
Alexander Zhogov
4778feae91
Actions CI: Enable nGraph Code style check ( #863 )
2020-06-10 16:18:53 +03:00
Alexander Zhogov
43fdf32729
Fix MO CI job name ( #520 )
2020-05-23 00:24:05 +03:00
Alexander Zhogov
20c1755efc
Update public CI ( #514 )
...
* Update public CI
* Add MO test check
* Disable cpuFuncTests on Windows
2020-05-22 23:34:26 +03:00
azhogov
b8611139ca
Update job name
2020-05-22 10:23:59 +03:00
Andrey Babushkin
1bb752f1b8
Run pylint workflow on pull request events ( #476 )
...
Also remove pylint cmdline arguments to ignore import errors
2020-04-29 17:05:24 +03:00
Andrey Babushkin
aa2cb40f17
Add GitHub Actions workflow to run pylint against model optimizer ( #474 )
2020-04-28 18:41:12 +03:00