Movatterモバイル変換


[0]ホーム

URL:


ContentsMenuExpandLight modeDark modeAuto light/dark, in light modeAuto light/dark, in dark modeSkip to content
onnx-array-api 0.3.1 documentation
Logo
onnx-array-api 0.3.1 documentation

Contents

More

Back to top

npx_core_api

cst

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

Wraps a call to the building of classCst.

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 classTuple.n_elements_or_first_variableis the number of elements in the tuple or the number ofdetected 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 functionto 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 functionto 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 classVar.

On this page

[8]ページ先頭

©2009-2025 Movatter.jp