Home
last modified time | relevance | path

Searched refs:DeprecatedNamesAlreadySet (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Ddeprecation.py42 class DeprecatedNamesAlreadySet(Exception): class
262 raise DeprecatedNamesAlreadySet(
Ddeprecation_test.py1045 with self.assertRaises(deprecation.DeprecatedNamesAlreadySet):