Class ov::op::v15::StringTensorUnpack#

class StringTensorUnpack : public ov::op::Op#

Operator unpacking a batch of strings into three tensors.

Public Functions

StringTensorUnpack(const Output<Node> &data)#

Constructs a StringTensorUnpack operation.

Parameters:

dataInput of type element::string

virtual void validate_and_infer_types() override#

Verifies that attributes and inputs are consistent and computes output shapes and element types. Must be implemented by concrete child classes so that it can be run any number of times.

Throws if the node is invalid.