Searched refs:inner_decorator (Results 1 – 3 of 3) 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/autotest/server/cros/ |
D | goofy_client.py | 56 def inner_decorator(method): function 91 return inner_decorator
|
/external/autotest/client/common_lib/cros/ |
D | dev_server.py | 359 def inner_decorator(method): function 396 return inner_decorator
|