Searched refs:inner_decorator (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | tf_inspect_test.py | 96 inner_decorator = tf_decorator.TFDecorator('', test_undecorated_function, 98 outer_decorator = tf_decorator.TFDecorator('', inner_decorator) 107 inner_decorator = tf_decorator.TFDecorator('', test_undecorated_function, 109 outer_decorator = tf_decorator.TFDecorator('', inner_decorator, '', 337 inner_decorator = tf_decorator.TFDecorator('', test_undecorated_function, 339 outer_decorator = tf_decorator.TFDecorator('', inner_decorator) 360 inner_decorator = tf_decorator.TFDecorator('', test_undecorated_function, 362 outer_decorator = tf_decorator.TFDecorator('', inner_decorator, '',
|
/external/pigweed/pw_module/py/pw_module/ |
D | check.py | 132 def inner_decorator(function): function 136 return inner_decorator
|
/external/autotest/server/cros/ |
D | goofy_client.py | 57 def inner_decorator(method): function 92 return inner_decorator
|
/external/autotest/client/common_lib/cros/ |
D | dev_server.py | 279 def inner_decorator(method): function 316 return inner_decorator
|