Home
last modified time | relevance | path

Searched refs:cpp_arguments (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libkmsxx/
H A Dmeson.build8 cpp_arguments = [] variable
13 cpp_arguments += [
19 cpp_arguments += [
24 add_project_arguments(cpp_arguments, language : 'cpp')
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dload_derivatives.py180 def cpp_arguments(f: NativeFunction) -> Sequence[Binding]: function
196 a.nctype.remove_const_ref() for a in cpp_arguments(f)
537 all_arg_names = [a.name for a in cpp_arguments(f)]
596 a for a in cpp_arguments(f) if a.name in args_with_derivatives_set
670 if "grad_input_mask" in (a.name for a in cpp_arguments(canonical)):
677 if "result" in (a.name for a in cpp_arguments(canonical)):