Searched refs:process_function (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/tools/autograd/ |
H A D | gen_autograd_functions.py | 475 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 D | gen_view_funcs.py | 214 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 D | gen_variable_factories.py | 57 "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 D | test_codegen.py | 133 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 D | trace-hist.c | 255 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 D | event-parse.c | 3633 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()
|