Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_dispatch.py251 for arg_info in self._ragged_args:
252 if arg_info.position < len(args):
253 arg = args[arg_info.position]
255 arg = kwargs.get(arg_info.name, None)
257 if arg_info.is_list:
/external/python/apitools/apitools/gen/
Dcommand_registry.py535 arg_list = [arg_info.name for arg_info in command_info.args]
/external/elfutils/src/
Dunstrip.c91 struct arg_info struct
110 struct arg_info *info = state->input; in parse_opt() argument
2441 handle_implicit_modules (const struct arg_info *info) in handle_implicit_modules()
2533 struct arg_info info = { .args = NULL }; in main()
DChangeLog1796 (struct arg_info): Add bool force.
3582 * unstrip.c (options, parse_opt, struct arg_info): Grok -R/--relocate.
3651 * unstrip.c (struct arg_info): Add `list' flag.
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c247 struct arg_info { struct
263 add_arg(struct arg_info *info, enum ac_arg_regfile regfile, LLVMTypeRef type, in add_arg() argument
282 add_array_arg(struct arg_info *info, LLVMTypeRef type, LLVMValueRef *param_ptr) in add_array_arg()
289 struct arg_info *info) in assign_arguments()
302 struct arg_info *args, in create_llvm_function()
649 struct arg_info *args, in declare_global_input_sgprs()
683 struct arg_info *args) in declare_vs_specific_input_sgprs()
701 declare_vs_input_vgprs(struct nir_to_llvm_context *ctx, struct arg_info *args) in declare_vs_input_vgprs()
717 declare_tes_input_vgprs(struct nir_to_llvm_context *ctx, struct arg_info *args) in declare_tes_input_vgprs()
798 struct arg_info args = {}; in create_function()
/external/mksh/src/
Dsh.h1801 struct arg_info { struct