Searched refs:function_args (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/tools/security/gdb/ |
H A D | parameters_extract.py | 270 function_args = [] 275 function_args.append({'function':name, 277 print(function_args[-1]['arguments']) 279 return function_args
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
H A D | arguments.cc | 511 std::vector<std::string> function_args; in ResolveSelectorsPass() local 514 *code, next_position, &close_bracket_pos, &function_args)); in ResolveSelectorsPass() 515 for (auto& arg : function_args) { in ResolveSelectorsPass() 520 selector_name, function_args, in ResolveSelectorsPass() 536 const std::vector<std::string>& function_args, in ResolveSelector() argument 542 std::vector<std::string> function_args_new = function_args; in ResolveSelector()
|
H A D | arguments.h | 147 const std::vector<std::string>& function_args,
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
H A D | cluster_function_library_runtime.cc | 118 std::vector<FunctionArg> function_args; in Run() local 120 function_args.push_back(tensor); in Run() 123 Run(opts, handle, function_args, function_rets, in Run()
|
/aosp_15_r20/external/bazel-skylib/lib/ |
H A D | partial.bzl | 40 function_args = partial.args + args 43 return partial.function(*function_args, **function_kwargs)
|
/aosp_15_r20/external/libxml2/python/ |
H A D | generator.py | 68 self.function_args = [] 111 self.function_return, self.function_args, 116 self.function_args.append([self.function_arg_name,
|
/aosp_15_r20/external/emboss/compiler/util/ |
H A D | ir_data_utils_test.py | 512 function_args = [ 560 function_data = {"args": function_args}
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/ |
H A D | core.py | 864 function_args = tf_inspect.getfullargspec(function).args 865 self._fn_expects_training_arg = 'training' in function_args 866 self._fn_expects_mask_arg = 'mask' in function_args
|
/aosp_15_r20/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 4563 function_args = module.body[0].args 4565 if len(function_args.args) > 1: 4567 if function_args.defaults or function_args.kw_defaults: 4569 if function_args.kwarg: 4572 if function_args.vararg: 4574 parameter = function_args.vararg 4577 parameter = function_args.args[0]
|