r"""Returns a string represents the :ref:`memory format ` of a :class:`~.Tensor`.
(self)
| 129 | |
| 130 | @property |
| 131 | def format(self) -> str: |
| 132 | r"""Returns a string represents the :ref:`memory format <format-introduction>` of a :class:`~.Tensor`.""" |
| 133 | return super().format() |
| 134 | |
| 135 | @format.setter |
| 136 | def format(self, format): |
no test coverage detected