openvinotoolkit/openvino
在 GitHub 查看[Good First Issue][Python API]: Create constant for string tensor and fix segfault
Open
#23,611 建立於 2024年3月21日
category: Python APIgood first issueno_stale
倉庫指標
- Star
- (10,286 star)
- PR 合併指標
- (平均合併 14天 3小時) (30 天內合併 305 個 PR)
描述
Context
Currently, we receive segfault during creation of string type constant:
import openvino.runtime.opset14 as ov
import numpy as np
str_const = ov.constant(np.array(['openvino'], dtype=str))
For reproducing, you can install latest nightly build:
pip install openvino-nightly
What needs to be done?
Implement this feature
Example Pull Requests
No response
Resources
- Contribution guide - start here!
- Intel DevHub Discord channel - engage in discussions, ask questions and talk to OpenVINO developers
- How to link your Pull Request to an issue
Contact points
- @jiwaszki
- @p-wysocki
- @mlukasze
- @akuporos
- @rkazants
Ticket
No response