SymbolicDim¶ class onnx_ir.SymbolicDim(value: str | None)¶ Immutable symbolic dimension that can be shared across multiple shapes. display(*, page: bool = False) → None¶ Pretty print the object. Parameters: page – Whether to page the output. property value: str | None¶