Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddeprecation.py132 def deprecated_alias(deprecated_name, name, func_or_class, warn_once=True): function
Ddeprecation_test.py36 deprecated_func = deprecation.deprecated_alias("deprecated.func",
59 deprecated_cls = deprecation.deprecated_alias("deprecated.cls",