Searched defs:py_args (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-python.c | 79 PyObject *py_args, *py_value; in fuzz_py() local 157 PyObject *py_args, *py_value; in custom_describe_py() local 319 PyObject *py_args, *py_value; in init_py() local 355 PyObject *py_args, *py_value; in deinit_py() local 517 PyObject *py_args, *py_value; in post_process_py() local 578 PyObject *py_args, *py_value; in init_trim_py() local 616 PyObject *py_args, *py_value; in fuzz_count_py() local 654 PyObject *py_args, *py_value; in post_trim_py() local 693 PyObject *py_args, *py_value; in trim_py() local 735 PyObject *py_args, *py_value; in havoc_mutation_py() local [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | disable_torch_function.cpp | 214 py::tuple py_args; in THPModule_disable_torch_function() local 248 py::tuple py_args; in THPModule_disable_torch_dispatch() local
|
H A D | python_arg_parser.cpp | 208 auto py_args = py::reinterpret_borrow<py::tuple>(args); in combine_self_args() local
|
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | optimizer.py | 318 self, tx: "InstructionTranslator", args, kwargs, py_args, py_kwargs argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/venv/ |
D | __init__.py | 341 def _call_new_python(self, context, *py_args, **kwargs):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/venv/ |
D | __init__.py | 341 def _call_new_python(self, context, *py_args, **kwargs):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/venv/ |
D | __init__.py | 341 def _call_new_python(self, context, *py_args, **kwargs):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/ |
D | __init__.py | 341 def _call_new_python(self, context, *py_args, **kwargs):
|
/aosp_15_r20/external/python/cpython3/Lib/venv/ |
D | __init__.py | 341 def _call_new_python(self, context, *py_args, **kwargs):
|
/aosp_15_r20/external/pytorch/torch/jit/ |
H A D | frontend.py | 453 def build_param_list(ctx, py_args, self_name, pdt_arg_types=None): argument
|