Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Strict implementation of the Python array API (previously numpy.array_api)

License

NotificationsYou must be signed in to change notification settings

data-apis/array-api-strict

Repository files navigation

array_api_strict is a strict, minimal implementation of thePython arrayAPI.

The purpose of array-api-strict is to provide an implementation of the arrayAPI for consuming libraries to test against so they can be completely suretheir usage of the array API is portable.

It isnot intended to be used by end-users. End-users of the array APIshould just use their favorite array library (NumPy, CuPy, PyTorch, etc.) asusual. It is also not intended to be used as a dependency by consuminglibraries. Consuming library code should use thearray-api-compat package tosupport the array API. Rather, it is intended to be used in the test suites ofconsuming libraries to test their array API usage.

See the documentation for more detailshttps://data-apis.org/array-api-strict/

About

Strict implementation of the Python array API (previously numpy.array_api)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors31

Languages


[8]ページ先頭

©2009-2025 Movatter.jp