Skip to main content

Open Neural Network Exchange

Project description

PyPI - Version CI CII Best Practices OpenSSF Scorecard REUSE compliant Ruff abi3 compatible

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

ONNX is widely supported and can be found in many frameworks, tools, and hardware. Enabling interoperability between different frameworks and streamlining the path from research to production helps increase the speed of innovation in the AI community. We invite the community to join us and further evolve ONNX.

Use ONNX

Learn about the ONNX spec

Programming utilities for working with ONNX Graphs

Contribute

ONNX is a community project and the open governance model is described here. We encourage you to join the effort and contribute feedback, ideas, and code. You can participate in the Special Interest Groups and Working Groups to shape the future of ONNX.

Check out our contribution guide to get started.

If you think some operator should be added to ONNX specification, please read this document.

Community meetings

The schedules of the regular meetings of the Steering Committee, the working groups and the SIGs can be found here

Community Meetups are held at least once a year. Content from previous community meetups are at:

Discuss

We encourage you to open Issues, or use Slack (If you have not joined yet, please use this link to join the group) for more real-time discussion.

Follow Us

Stay up to date with the latest ONNX news. [Facebook] [Twitter/X]

Roadmap

A roadmap process takes place every year. More details can be found here

Installation

ONNX released packages are published in PyPi.

pip install onnx # or pip install onnx[reference] for optional reference implementation dependencies

ONNX weekly packages are published in PyPI to enable experimentation and early testing.

Detailed install instructions, including Common Build Options and Common Errors can be found here

Python ABI3 Compatibility

This package provides abi3-compatible wheels, allowing a single binary wheel to work across multiple Python versions (from 3.12 onwards).

Testing

ONNX uses pytest as test driver. In order to run tests, you will first need to install pytest:

pip install pytest

After installing pytest, use the following command to run tests.

pytest

Development

Check out the contributor guide for instructions.

Reproducible Builds (Linux)

This project provides reproducible builds for Linux.

A reproducible build means that the same source code will always produce identical binary outputs, no matter who builds it or where it is built.

To achieve this, we use the SOURCE_DATE_EPOCH standard. This ensures that build timestamps and other time-dependent information are fixed, making the output bit-for-bit identical across different environments.

Why this matters

  • Transparency: Anyone can verify that the distributed binaries were created from the published source code.
  • Security: Prevents tampering or hidden changes in the build process.
  • Trust: Users can be confident that the binaries they download are exactly what the maintainers intended.

If you prefer, you can use the prebuilt reproducible binaries instead of building from source yourself.

License

Apache License v2.0

Trademark

Checkout https://trademarks.justia.com for the trademark.

General rules of the Linux Foundation on Trademark usage

Code of Conduct

ONNX Open Source Code of Conduct

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onnx_weekly-1.22.0.dev20260330.tar.gz (12.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

onnx_weekly-1.22.0.dev20260330-cp314-cp314t-win_arm64.whl (16.5 MB view details)

Uploaded CPython 3.14tWindows ARM64

onnx_weekly-1.22.0.dev20260330-cp314-cp314t-win_amd64.whl (16.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.22.0.dev20260330-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

onnx_weekly-1.22.0.dev20260330-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

onnx_weekly-1.22.0.dev20260330-cp314-cp314t-macosx_12_0_universal2.whl (18.0 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ universal2 (ARM64, x86-64)

onnx_weekly-1.22.0.dev20260330-cp313-cp313t-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.13tWindows ARM64

onnx_weekly-1.22.0.dev20260330-cp313-cp313t-win_amd64.whl (16.5 MB view details)

Uploaded CPython 3.13tWindows x86-64

onnx_weekly-1.22.0.dev20260330-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

onnx_weekly-1.22.0.dev20260330-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

onnx_weekly-1.22.0.dev20260330-cp313-cp313t-macosx_12_0_universal2.whl (18.0 MB view details)

Uploaded CPython 3.13tmacOS 12.0+ universal2 (ARM64, x86-64)

onnx_weekly-1.22.0.dev20260330-cp312-abi3-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.12+Windows ARM64

onnx_weekly-1.22.0.dev20260330-cp312-abi3-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.12+Windows x86-64

onnx_weekly-1.22.0.dev20260330-cp312-abi3-win32.whl (16.3 MB view details)

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.22.0.dev20260330-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

onnx_weekly-1.22.0.dev20260330-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.5 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

onnx_weekly-1.22.0.dev20260330-cp312-abi3-macosx_12_0_universal2.whl (18.0 MB view details)

Uploaded CPython 3.12+macOS 12.0+ universal2 (ARM64, x86-64)

onnx_weekly-1.22.0.dev20260330-cp311-cp311-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows ARM64

onnx_weekly-1.22.0.dev20260330-cp311-cp311-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows x86-64

onnx_weekly-1.22.0.dev20260330-cp311-cp311-win32.whl (16.3 MB view details)

Uploaded CPython 3.11Windows x86

onnx_weekly-1.22.0.dev20260330-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

onnx_weekly-1.22.0.dev20260330-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

onnx_weekly-1.22.0.dev20260330-cp311-cp311-macosx_12_0_universal2.whl (18.0 MB view details)

Uploaded CPython 3.11macOS 12.0+ universal2 (ARM64, x86-64)

onnx_weekly-1.22.0.dev20260330-cp310-cp310-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.10Windows x86-64

onnx_weekly-1.22.0.dev20260330-cp310-cp310-win32.whl (16.3 MB view details)

Uploaded CPython 3.10Windows x86

onnx_weekly-1.22.0.dev20260330-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

onnx_weekly-1.22.0.dev20260330-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

onnx_weekly-1.22.0.dev20260330-cp310-cp310-macosx_12_0_universal2.whl (18.0 MB view details)

Uploaded CPython 3.10macOS 12.0+ universal2 (ARM64, x86-64)

File details

Details for the file onnx_weekly-1.22.0.dev20260330.tar.gz.

File metadata

  • Download URL: onnx_weekly-1.22.0.dev20260330.tar.gz
  • Upload date:
  • Size: 12.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330.tar.gz
Algorithm Hash digest
SHA256 204505792b7d7eadd80d30a93f5a8b5b55f72f4d58239572002dd00e77094633
MD5 a51be4f1b7681008b73520c9e55a6b4e
BLAKE2b-256 48ebd839a32b265cb8037805b79f2b5b0c354d31b350f30c0b036c34f5a54955

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330.tar.gz:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d089e974bf91f7d0c3aabf492fccb910e57b2cf967424b6a376b87de3b2196e8
MD5 d26694857943f041581d5078762c3834
BLAKE2b-256 0ae814b2d516b0769502b1a5571dfd42098dc0fc51d32733a999e3c0aa9de931

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp314-cp314t-win_arm64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b637330090e6363038297e5200c2b2351fbcd19080af11b4e4ac375db77258f4
MD5 4c0f03883dddbe56aef4ac456570de11
BLAKE2b-256 da0cd386707fcfb66478ea4173679c87cc0db3d5c16c9ff8809583b8b66bdb86

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp314-cp314t-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c4fb94b85c1e1fd52934b1368ab288b3c11d32760223aabd96db566bd0c01b8
MD5 507891ec41cbc0b8efd4ed3d7a905d0b
BLAKE2b-256 04ee79b23d3c1b83218d93ae3ff0d727d516015dacc3c854b54546c75044a78f

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35c66493f39b7e0cb7b2b7a7eea008560f3473a46f4cbab2a491de66c06517a7
MD5 c2819c42926afcd92d85ac1d4558866c
BLAKE2b-256 c640a1f5f59240ad02464ed2f1bc0aa16b011b0ddeae34da22cdf4cb231f4914

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp314-cp314t-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 9b7c2ddfbba96121c85f416fa0ad0ca429832b9f62751ed429bbb13521c7b2bb
MD5 1a61cd70a99396825559c1f8858cd109
BLAKE2b-256 12cb326f0546a167161becb72c0f069c031089be80bb3c0917d2a2dc8e17a333

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp314-cp314t-macosx_12_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 8e766ce09c8745209a201a141006265efad6165b1d990cdb2569def67bb1d9cb
MD5 36757b0c203d4aca98959ea87724e0ee
BLAKE2b-256 f095c4ae7666f3fb596a8a601d3f7c51410b6753405aefc67d97ed0ec18eea8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp313-cp313t-win_arm64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 d23e44eb3ca5bf89b864e667381891b91796e0650665daf994dcd87c3c98511b
MD5 d699b3042c9e8832c45799ec31fc78b0
BLAKE2b-256 56ca14b2755acc9cc00e049ba687756b0a198aca292d61c1b42e4c5cad741e01

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp313-cp313t-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1beb8e74235e3d0b280fdb1bdcd803645b948b64819a3ea7ef42190e0f4774f
MD5 fbd6130f969c005e10ff34c6efeb32ef
BLAKE2b-256 fa4c35d95a9a533b4da8e40658f0c2bedfa671cf6d2cf52a3917457ae39ae279

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0395adef48ed7beb1b7820b2d1aef98c6962ff3e43ee1b8ef40d39a6ffe8b90
MD5 721766379c21ab4c086c985a5217b868
BLAKE2b-256 8ce5bde3e942f25fc570121465e6424c11382c6ea286a6fe1052a8b322f1eda7

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp313-cp313t-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp313-cp313t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 3955fec4d1963535878ccb425608a4cb91a243cd14c8386be55ee177f4f5689c
MD5 676d25c20331ee3ac0a583e34dcbf996
BLAKE2b-256 c46ed7c392a54d05cba3b9ee6fd1feca481b4e97c0de6decbf66bdcf605f307f

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp313-cp313t-macosx_12_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp312-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 b5a5395a177b48868f01ed26d6d594786e7f6825cc5e538df397cb2425d950d8
MD5 2bb65b62096d90324ade033ed6893037
BLAKE2b-256 8b80afacc052ec254f5320e958225dd27e5ba90a693ce9a5259df806d4b23ec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp312-abi3-win_arm64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 0d5ab4f74b79e2e02a13a40fb2a70ac0f43cc3e933d4af447fa531bb3578f507
MD5 29d7d2a3bf8a61516658bc3727b1f70c
BLAKE2b-256 ef75053491e7d5c7452e718bd1be90d82b8c12b53a572f7eaa3a42a47440e87a

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp312-abi3-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp312-abi3-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 b7d86e12a2bcf0ca48b1ab106ba3395c71864724a3bf3d013f6ae74889adf2c9
MD5 5257d6b714cab4378d21544482229f3b
BLAKE2b-256 7d7206e97b0ad4de775ef8be2ecbc715f95b0acc3121c69d7a95146ce5151e7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp312-abi3-win32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 780c48beaf477192a8a51b0a8c8dcd83583f1b6817c853cf4d9931147cdf312a
MD5 170c60917a9f68afcdbe503996d4ef00
BLAKE2b-256 0946d70bf52f33dcace388110af35699ccc9cae6cebdf2d1ba4abbb7039d4dc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f2845f141895eed669144a933d6f5910b57bef868ac5f5a97aaff9b1daf4837f
MD5 b336411e0d7eeeeb1768fc8eccbb8937
BLAKE2b-256 6e52a2fab797f427aa899ca2fb7db2c474ae8f88b5753fab4ab7d1af45a92d2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp312-abi3-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 7412b7613616b6cc7bec3aef332958ca3702f9b3cb3a35c6f56118bf8f793dd7
MD5 36b337998c8f02837ac7a0c306c61a0e
BLAKE2b-256 afe980d2591db399d9e0a3967a7062ac8037e3407667f6633d511b70e1055332

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp312-abi3-macosx_12_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e92f1a27bffc9c9011654824178fe02a746aa345124f55b155ad5f21ae0aae4b
MD5 8ca0cb1d9e1ee804f659807f36c6e57f
BLAKE2b-256 4e5051c3d8244947d860d259058a800b7004f52c74f1054c62d7fe53ee98bc7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp311-cp311-win_arm64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fce8db51a4aec2a2cc8f121bb7e5ce8a5d9c800b72a2c85f2069de13af441c16
MD5 dd0ec867b639e5cf7c7f7b8af96eb1dc
BLAKE2b-256 76bec8d63130048097ce6386d975c0bbfedc316ac8dda5e2796c3857e595c844

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp311-cp311-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 35fec4d143f1a3256aa39db8cfdb82e27e490b7c07ec7e9d91dbfaf72421c119
MD5 d62f19a084a3678a5aff3e88abcf6eff
BLAKE2b-256 77ea28d06795cfa235bfc5c3e7d7f263fc0ac2e1853b8f847ca1c87005aaf07e

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp311-cp311-win32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e551b383d21c06b3972452aa337ee58255bf1617c1b75ac9060857aef8cc3157
MD5 030eb3f0231c197ed823742b788fd910
BLAKE2b-256 55f746b25b0cbefa3df9e8ca50ad42a3e59c58576a7b1d0e6875b576eddc77e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aace482747358c18536c8df03e9c709c7ef56e2f21f4cef641889257d18a9602
MD5 9831f8fe685ac06f911d887750096707
BLAKE2b-256 e15ec51d7fe4461bfa0e9792054c403f37d3f23997c7dc87a5d372cb6ad08caa

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp311-cp311-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 d8ded9792677c5ff87c757b928a8ba0eabcd6f78ee1f795ae67426412721c0a9
MD5 5d194e323e2d7b54e4a7b89b2edc45b7
BLAKE2b-256 95c214fe27a09cfd9636add78b230e46b23ce505f763d5871cdeb5ce8ebd14ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp311-cp311-macosx_12_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e3652174d9e40112a46a9ac5ffaa2483b47416b059aff9a9d152633eb4798a8e
MD5 5eb5e143fc9d80a7e3a13d2e26532f66
BLAKE2b-256 676ad68ade6254845cf927114a8b16f64e7d11b4295e2df0281bfcffa4587699

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp310-cp310-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 97e07b0319df95f1885975f77b2111b4a494e67b59485a61525926836a16991e
MD5 d7d9e7dcaa00d08ee6745230ce8e3ba4
BLAKE2b-256 2c622d603fbf2b66a6969adb2cead60817e99f5c6ed55f5ad1109de8cc05db29

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp310-cp310-win32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9bc5837d123cb7fbb7a00ba3ac9317e81f502a17293687792998b38f05d6805
MD5 3c6ddb220323653f75ea2d50e063a8ba
BLAKE2b-256 ca5c1ed189773b9e5af47dd359f261b6ad59b5993f71e344687dc6b61d6e8d85

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31f30bb4bfad5937913fbeb7d04a572cbec3fef4fcac1bc938574fda3650dbb5
MD5 3203739bb58a9691649b47e80631f5c1
BLAKE2b-256 990ad2e6285c10e12136791cce031878880369a2cf6fc3f1c48bcffa78d46d46

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260330-cp310-cp310-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260330-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 e5ee755adb781719a2a2cf6a6fb34080fbf6618dc4d6e84d908916893ea7d753
MD5 8ef40ca3119527261df13f8c018d6874
BLAKE2b-256 36b754961b8606d2bf30582cafb1c212885c4c5f50dbecaf94b3f97e8fa24f8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260330-cp310-cp310-macosx_12_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page