Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddeprecation.py41 class DeprecatedNamesAlreadySet(Exception): class
264 raise DeprecatedNamesAlreadySet(
Ddeprecation_test.py979 with self.assertRaises(deprecation.DeprecatedNamesAlreadySet):