openvino.runtime.opset15.string_tensor_unpack#

openvino.runtime.opset15.string_tensor_unpack(data: Node | int | float | ndarray, name: str | None = None) Node#

Perform an operation which unpacks a batch of strings into three tensors.

Parameters:

data – The node providing input data.

Returns:

The new node performing StringTensorUnpack operation.