StringTensor¶
- class onnx_ir.StringTensor(value, *, shape=None, name=None, doc_string=None, metadata_props=None)¶
Multidimensional array of strings (as binary data to match the string_data field in TensorProto).
- Parameters:
- display(*, page=False)¶
Pretty print the object.
- Parameters:
page (bool) – Whether to page the output.
- Return type:
None
- property meta: MetadataStore¶
The metadata store for intermediate analysis.
Write to the
metadata_props
if you would like the metadata to be serialized to the ONNX proto.