Home
last modified time | relevance | path

Searched refs:inner_decorator (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dtf_inspect_test.py96 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/
Dcheck.py132 def inner_decorator(function): function
136 return inner_decorator
/external/autotest/server/cros/
Dgoofy_client.py57 def inner_decorator(method): function
92 return inner_decorator
/external/autotest/client/common_lib/cros/
Ddev_server.py279 def inner_decorator(method): function
316 return inner_decorator