npx_core_api#

cst#

onnx_array_api.npx.npx_core_api.cst(*args, **kwargs)[source]#

Wraps a call to the building of class 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.

tuple_var#

onnx_array_api.npx.npx_core_api.tuple_var(*args: Sequence[Var]) Var[source]#

Tie many results all together before being returned by a function.

npxapi_inline#

onnx_array_api.npx.npx_core_api.npxapi_inline(fn)[source]#

Decorator to use before any function using part of the numpy API. The function inspects the input and decides which version of the function to call.

npxapi_function#

onnx_array_api.npx.npx_core_api.npxapi_function(fn)[source]#

Decorator to use before any function using part of the numpy API. The function inspects the input and decides which version of the function to call.

var#

onnx_array_api.npx.npx_core_api.var(*args: Sequence[Var], **kwargs: Dict[str, Any]) Var[source]#

Wraps a call to the building of class Var.