Skip to content

Commit

Permalink
Merge branch 'master' into CVS-143065
Browse files Browse the repository at this point in the history
  • Loading branch information
itikhono authored Jun 7, 2024
2 parents 5dc875a + 4fcfaf2 commit ee44d4c
Show file tree
Hide file tree
Showing 45 changed files with 1,409 additions and 414 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Dependency Review
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
with:
config-file: './.github/dependency_review.yml'
base-ref: ${{ github.pull_request.base.sha || github.event.merge_group.base_ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ jobs:
- name: Configure Developer Command Prompt for Microsoft Visual C++
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
with:
toolset: 14.40

- name: Set SSL_CERT_FILE for model downloading for unit tests
run: echo SSL_CERT_FILE=$(python3 -m certifi) >> $env:GITHUB_ENV
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/windows_conditional_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
- name: Configure Developer Command Prompt for Microsoft Visual C++
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
with:
toolset: 14.40

- name: Set SSL_CERT_FILE for model downloading for unit tests
run: echo SSL_CERT_FILE=$(python3 -m certifi) >> $env:GITHUB_ENV
Expand All @@ -174,10 +176,11 @@ jobs:
- name: Clean ccache stats
run: '& ccache --zero-stats'

# If the build fails due to running out of RAM, please decrease the number of parallel jobs (--parallel n)
- name: Cmake build - CC COLLECT
run: |
cmake --build ${{ env.BUILD_DIR }} --parallel 32 --config ${{ env.CMAKE_BUILD_TYPE }} && `
cmake --build ${{ env.BUILD_DIR }} --parallel 32 --config ${{ env.CMAKE_BUILD_TYPE }} --target sea_itt_lib
cmake --build ${{ env.BUILD_DIR }} --parallel 16 --config ${{ env.CMAKE_BUILD_TYPE }} && `
cmake --build ${{ env.BUILD_DIR }} --parallel 16 --config ${{ env.CMAKE_BUILD_TYPE }} --target sea_itt_lib
- name: Show ccache stats
run: '& ccache --show-stats'
Expand Down
12 changes: 6 additions & 6 deletions docs/sphinx_setup/api/nodejs_api/addon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The **openvino-node** package exports ``addon`` which contains the following pro
}
* **Defined in:**
`addon.ts:192 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L192>`__
`addon.ts:591 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L192>`__


Properties
Expand All @@ -71,7 +71,7 @@ Properties
- CoreConstructor: :doc:`CoreConstructor <./openvino-node/interfaces/CoreConstructor>`

- **Defined in:**
`addon.ts:193 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L193>`__
`addon.ts:592 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L592>`__


.. rubric:: PartialShape
Expand All @@ -87,7 +87,7 @@ Properties
- PartialShapeConstructor: :doc:`PartialShapeConstructor <./openvino-node/interfaces/PartialShapeConstructor>`

- **Defined in:**
`addon.ts:195 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L195>`__
`addon.ts:594 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L594>`__

.. rubric:: Tensor

Expand All @@ -102,7 +102,7 @@ Properties
- TensorConstructor: :doc:`TensorConstructor <./openvino-node/interfaces/TensorConstructor>`

- **Defined in:**
`addon.ts:194 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L194>`__
`addon.ts:593 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L593>`__


.. rubric:: element
Expand All @@ -118,7 +118,7 @@ Properties
- element: typeof :doc:`element <./openvino-node/enums/element>`

- **Defined in:**
`addon.ts:201 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L201>`__
`addon.ts:600 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L600>`__


.. rubric:: preprocess
Expand All @@ -138,5 +138,5 @@ Properties
- resizeAlgorithm: typeof :doc:`resizeAlgorithm <./openvino-node/enums/resizeAlgorithm>`

- **Defined in:**
`addon.ts:169 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L169>`__
`addon.ts:596 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L596>`__

22 changes: 11 additions & 11 deletions docs/sphinx_setup/api/nodejs_api/openvino-node/enums/element.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Enumeration element
f32: number
* **Defined in:**
`addon.ts:182 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L183>`__
`addon.ts:580 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L580>`__


.. rubric:: f64
Expand All @@ -22,7 +22,7 @@ Enumeration element
f64: number
* **Defined in:**
`addon.ts:183 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L184>`__
`addon.ts:581 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L581>`__


.. rubric:: i16
Expand All @@ -34,7 +34,7 @@ Enumeration element
i16: number
* **Defined in:**
`addon.ts:179 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L180>`__
`addon.ts:577 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L577>`__


.. rubric:: i32
Expand All @@ -46,7 +46,7 @@ Enumeration element
i32: number
* **Defined in:**
`addon.ts:180 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L181>`__
`addon.ts:578 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L578>`__


.. rubric:: i64
Expand All @@ -58,7 +58,7 @@ Enumeration element
i64: number
* **Defined in:**
`addon.ts:181 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L182>`__
`addon.ts:579 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L579>`__


.. rubric:: i8
Expand All @@ -70,7 +70,7 @@ Enumeration element
i8: number
* **Defined in:**
`addon.ts:178 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L179>`__
`addon.ts:576 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L576>`__


.. rubric:: string
Expand All @@ -82,7 +82,7 @@ Enumeration element
string: string
* **Defined in:**
`addon.ts:176 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L185>`__
`addon.ts:582 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L582>`__


.. rubric:: u16
Expand All @@ -94,7 +94,7 @@ Enumeration element
u16: number
* **Defined in:**
`addon.ts:176 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L177>`__
`addon.ts:574 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L574>`__


.. rubric:: u32
Expand All @@ -106,7 +106,7 @@ Enumeration element
u32: number
* **Defined in:**
`addon.ts:175 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L176>`__
`addon.ts:573 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L573>`__


.. rubric:: u64
Expand All @@ -118,7 +118,7 @@ Enumeration element
u64: number
* **Defined in:**
`addon.ts:177 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L178>`__
`addon.ts:575 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L575>`__


.. rubric:: u8
Expand All @@ -130,5 +130,5 @@ Enumeration element
u8: number
* **Defined in:**
`addon.ts:174 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L175>`__
`addon.ts:572 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L572>`__

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Enumeration resizeAlgorithm
RESIZE_CUBIC: number
- **Defined in:**
`addon.ts:188 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L188>`__
`addon.ts:587 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L587>`__


.. rubric:: RESIZE_LINEAR
Expand All @@ -22,7 +22,7 @@ Enumeration resizeAlgorithm
RESIZE_LINEAR: number
- **Defined in:**
`addon.ts:189 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L189>`__
`addon.ts:588 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L588>`__


.. rubric:: RESIZE_NEAREST
Expand All @@ -34,5 +34,5 @@ Enumeration resizeAlgorithm
RESIZE_NEAREST: number
- **Defined in:**
`addon.ts:187 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L187>`__
`addon.ts:586 <https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/js/node/lib/addon.ts#L586>`__

Loading

0 comments on commit ee44d4c

Please sign in to comment.