Home
last modified time | relevance | path

Searched defs:deprecated_name (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
Ddeprecation.py14 def warn(deprecated_name, stacklevel=3): argument
31 def __init__(self, deprecated_name): argument
/external/tensorflow/tensorflow/python/util/
Ddeprecation.py134 def deprecated_alias(deprecated_name, name, func_or_class, warn_once=True): argument