Home
last modified time | relevance | path

Searched defs:schema_arg (Results 1 – 4 of 4) sorted by relevance

/external/executorch/exir/verification/
Darg_validator.py55 def _get_kernel_arg(self, schema_arg, schema_arg_idx, args, kwargs): argument
/external/pytorch/torch/csrc/inductor/aoti_torch/
Doss_proxy_executor.cpp235 auto& schema_arg = schema_args[index]; in get_input_info_from_serialized() local
/external/pytorch/torch/csrc/jit/runtime/static/
Dimpl.cpp965 void check_type(const Argument& schema_arg, const IValue& arg) { in check_type()
1031 const auto& schema_arg = schema_args[i_arg]; in set_inputs() local
/external/pytorch/torch/_inductor/
Dlowering.py2126 def maybe_apply_constraint(schema_arg, arg, fx_arg): argument