npx_core_api#
cst#
make_tuple#
- onnx_array_api.npx.npx_core_api.make_tuple(n_elements_or_first_variable: int | Var, *args: Sequence[Var], **kwargs: Dict[str, Any]) Var [source]#
Wraps a call to the building of class
Tuple
. n_elements_or_first_variable is the number of elements in the tuple or the number of detected arguments if not specified.