Searched defs:schema_arg (Results 1 – 4 of 4) sorted by relevance
55 def _get_kernel_arg(self, schema_arg, schema_arg_idx, args, kwargs): argument
235 auto& schema_arg = schema_args[index]; in get_input_info_from_serialized() local
965 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
2126 def maybe_apply_constraint(schema_arg, arg, fx_arg): argument