Home
last modified time | relevance | path

Searched refs:process_function (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_autograd_functions.py475 declarations = [process_function(f, FUNCTION_DECLARATION) for f in infos]
476 definitions = [process_function(f, FUNCTION_DEFINITION) for f in infos]
531 process_function(info, PY_FUNCTION_DEFINITION)
534 process_function(info, PY_FUNCTION_PROPS_AND_GETTERS)
542 def process_function(info: DifferentiabilityInfo, template: CodeTemplate) -> str: function
H A Dgen_view_funcs.py214 def process_function(fn: NativeFunction, template: CodeTemplate) -> str: function
321 declarations = [process_function(fn, FUNCTION_DECLARATION) for fn in view_fns]
322 definitions = [process_function(fn, FUNCTION_DEFINITION) for fn in view_fns]
H A Dgen_variable_factories.py57 "function_definitions": list(mapMaybe(process_function, factory_functions)),
73 def process_function(f: NativeFunction) -> str | None: function
/aosp_15_r20/external/pytorch/tools/test/
H A Dtest_codegen.py133 definition = gen_autograd_functions.process_function(
167 default_definition = gen_autograd_functions.process_function(
176 nested_tensor_definition = gen_autograd_functions.process_function(
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-hist.c255 process_function(struct tep_handle *pevent, struct tep_record *record) in process_function() function
575 return process_function(pevent, record); in process_record()
/aosp_15_r20/external/libtraceevent/src/
H A Devent-parse.c3633 process_function(struct tep_event *event, struct tep_print_arg *arg, in process_function() function
3735 type = process_function(event, arg, atom, &token); in process_arg_token()