MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / AxisOrderError

Class AxisOrderError

tensorflow/contrib/labeled_tensor/python/ops/core.py:849–850  ·  view source on GitHub ↗

Error class for cases where there is no valid axis order.

Source from the content-addressed store, hash-verified

847
848
849class 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?

Callers 3

_get_valid_axis_orderFunction · 0.85
check_axis_orderFunction · 0.85
alignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected