r"""Set the VarNode use symbolic shape or not, return the last status. Please set to True and must recover after dump if want to change the input batch size. Args: option: True for enable symbolic shape.
(option: bool)
| 533 | |
| 534 | |
| 535 | def set_symbolic_shape(option: bool): |
| 536 | r"""Set the VarNode use symbolic shape or not, return the last status. |
| 537 | Please set to True and must recover after dump if want to change the input batch size. |
| 538 | |
| 539 | Args: |
| 540 | option: True for enable symbolic shape. |
| 541 | """ |
| 542 | return _set_symbolic_shape(option) |
| 543 | |
| 544 | |
| 545 | def as_varnode(obj): |
no outgoing calls