Error class for cases where there is no valid axis order.
| 847 | |
| 848 | |
| 849 | class AxisOrderError(ValueError): |
| 850 | """Error class for cases where there is no valid axis order.""" |
| 851 | |
| 852 | |
| 853 | # TODO(shoyer): should this function accept a list of labeled tensors instead? |
no outgoing calls
no test coverage detected