Home
last modified time | relevance | path

Searched defs:user_args (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/mobly/mobly/controllers/android_device_lib/
Devent_dispatcher.py339 user_args, argument
356 user_args, argument
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dgraphs.py445 def functionalized(*user_args):
473 def new_fwd(*user_args):
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Devent_dispatcher.py371 def _handle(self, event_handler, event_name, user_args, event_timeout, argument
384 user_args, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Drunner.cc272 const std::vector<std::string>& user_args) { in RunInprocess()