Home
last modified time | relevance | path

Searched defs:py_args (Results 1 – 6 of 6) sorted by relevance

/external/AFLplusplus/src/
Dafl-fuzz-python.c79 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 …]
/external/pytorch/torch/csrc/utils/
Ddisable_torch_function.cpp214 py::tuple py_args; in THPModule_disable_torch_function() local
248 py::tuple py_args; in THPModule_disable_torch_dispatch() local
Dpython_arg_parser.cpp208 auto py_args = py::reinterpret_borrow<py::tuple>(args); in combine_self_args() local
/external/pytorch/torch/_dynamo/variables/
Doptimizer.py318 self, tx: "InstructionTranslator", args, kwargs, py_args, py_kwargs argument
/external/python/cpython3/Lib/venv/
D__init__.py429 def _call_new_python(self, context, *py_args, **kwargs):
/external/pytorch/torch/jit/
Dfrontend.py453 def build_param_list(ctx, py_args, self_name, pdt_arg_types=None): argument