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.py63 decorator_name=None, argument
230 decorator_name, argument
264 def decorator_name(self): member in TFDecorator
Ddecorator_utils.py125 def validate_callable(func, decorator_name): argument
Dtf_decorator_test.py26 def test_tfdecorator(decorator_name, decorator_doc=None): argument
Dtf_inspect_test.py27 def test_decorator(decorator_name, decorator_doc=None): argument
/external/python/cpython2/Lib/compiler/
Dtransformer.py196 def decorator_name(self, nodelist): member in Transformer