Home | Sort by relevance Sort by last modified time |
/external/autotest/client/common_lib/ | |
base_job.py | 139 def wrapped_method(self, *args, **dargs): function in function:with_backing_lock 148 wrapped_method.__name__ = method.__name__ 149 wrapped_method.__doc__ = method.__doc__ 150 return wrapped_method 164 def wrapped_method(self, *args, **dargs): function in function:with_backing_file 170 wrapped_method.__name__ = method.__name__ 171 wrapped_method.__doc__ = method.__doc__ 172 return wrapped_method [all...] |
/external/tensorflow/tensorflow/contrib/distribute/python/ | |
keras_multi_worker_test.py | 216 def wrapped_method(method_to_wrap, name, *arg, **kwargs): function in function:MultiWorkerVerificationCallback.wrap_methods 224 functools.partial(wrapped_method, method, method_name)) |