Searched defs:second_arg (Results 1 – 8 of 8) sorted by relevance
11 def second_arg(x, y): function
22 second_arg, argument
495 second_arg, argument
113 const Arg& second_arg = args_[b.index]; in Flush() local
255 Value second_arg = get_defining_op(std::get<1>(it)); in MatchCallArgs() local
645 def named_args(first_arg, second_arg): argument
13327 OutT &second_arg = p_out[component * component_step_1]; in call() local13474 const Arg2T second_arg = p_arg_2[component * component_step_1]; in call() local13603 const glw::GLdouble second_arg = p_arg[component * component_step_1 + n_components_0]; in call() local
2121 def fn(first_arg: torch.Tensor, second_arg=1) -> torch.Tensor: argument