Searched defs:arg_spec (Results 1 – 7 of 7) sorted by relevance
41 for (const auto& arg_spec : input_args_spec) in SetArgs() local43 for (const auto& arg_spec : output_args_spec) in SetArgs() local
142 const InputArgSpec arg_spec = Impl::InputSpec()[i]; in ValidateInputs() local
202 const ArgSpec& arg_spec, in compileKernel()
378 ArgSpec arg_spec{inputs, device.index()}; in runFusion() local
119 struct __bpf_usdt_arg_spec *arg_spec; in bpf_usdt_arg() local
443 def _get_deprecated_positional_arguments(names_to_ok_vals, arg_spec): argument
392 def _concat_chunked_outputs(out_dims, arg_spec, flat_output_chunks): argument