Returns the shape as a tuple or list.
(self, obj: Any)
| 68 | ... |
| 69 | |
| 70 | def get_shape(self, obj: Any) -> Union[tuple, list]: |
| 71 | """Returns the shape as a tuple or list.""" |
| 72 | ... |
| 73 | |
| 74 | def get_layout(self, obj: Any) -> Optional[str]: |
| 75 | """Returns the layout string, or None if not available.""" |
no outgoing calls
no test coverage detected