openvino.runtime.opset15.string_tensor_pack#
- openvino.runtime.opset15.string_tensor_pack(begins: Node | int | float | ndarray, ends: Node | int | float | ndarray, symbols: Node | int | float | ndarray, name: str | None = None) Node #
Perform an operation which packs a concatenated batch of strings into a batched string tensor.
- Parameters:
begins – ND tensor of non-negative integer numbers containing indices of each string’s beginnings.
ends – ND tensor of non-negative integer numbers containing indices of each string’s endings.
symbols – 1D tensor of concatenated strings data encoded in utf-8 bytes.
- Returns:
The new node performing StringTensorPack operation.