Home
last modified time | relevance | path

Searched refs:AxisOrderError (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py46 AxisOrderError = _core.AxisOrderError variable
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore_test.py432 with self.assertRaises(core.AxisOrderError):
435 with self.assertRaises(core.AxisOrderError):
481 with self.assertRaises(core.AxisOrderError):
483 with self.assertRaises(core.AxisOrderError):
485 with self.assertRaises(core.AxisOrderError):
627 with self.assertRaises(core.AxisOrderError):
629 with self.assertRaises(core.AxisOrderError):
Dcore.py845 raise AxisOrderError('an explicit axis order must be provided with the '
850 class AxisOrderError(ValueError): class
878 raise AxisOrderError(
883 raise AxisOrderError(
1038 raise AxisOrderError(
Dops.py347 raise core.AxisOrderError(
Dops_test.py289 with self.assertRaisesRegexp(core.AxisOrderError,