Home
last modified time | relevance | path

Searched defs:decorator_name (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dtf_decorator.py67 decorator_name=None, argument
234 decorator_name, argument
268 def decorator_name(self): member in TFDecorator
Ddecorator_utils.py117 def validate_callable(func, decorator_name): argument
Dtf_decorator_test.py30 def test_tfdecorator(decorator_name, decorator_doc=None): argument
Dtf_inspect_test.py31 def test_decorator(decorator_name, decorator_doc=None): argument
/external/python/cpython2/Lib/compiler/
Dtransformer.py196 def decorator_name(self, nodelist): member in Transformer