openvinotoolkit/openvino

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

Open

#23,611 创建于 2024年3月21日

在 GitHub 查看
 (60 评论) (0 反应) (2 负责人)C++ (3,229 fork)auto 404
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

Contact points

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

Ticket

No response

贡献者指南