openvinotoolkit/openvino

[Good First Issue][Python API]: Create constant for string tensor and fix segfault

Open

#23.611 geöffnet am 21. März 2024

Auf GitHub ansehen
 (60 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)C++ (3.229 Forks)auto 404
category: Python APIgood first issueno_stale

Repository-Metriken

Stars
 (10.286 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 3h) (305 gemergte PRs in 30 T)

Beschreibung

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

Contact points

  • @jiwaszki
  • @p-wysocki
  • @mlukasze
  • @akuporos
  • @rkazants

Ticket

No response

Contributor Guide