r"""Returns whether tensor.shape returns a tensor instead of a tuple
()
| 12 | |
| 13 | |
| 14 | def use_symbolic_shape() -> bool: |
| 15 | r"""Returns whether tensor.shape returns a tensor instead of a tuple""" |
| 16 | return _use_symbolic_shape |
| 17 | |
| 18 | |
| 19 | def set_symbolic_shape(option: bool): |
no outgoing calls