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.dev20260316.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.dev20260316-cp314-cp314t-win_arm64.whl (16.5 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.22.0.dev20260316-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.dev20260316-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.dev20260316-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.dev20260316-cp313-cp313t-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.13tWindows ARM64

onnx_weekly-1.22.0.dev20260316-cp313-cp313t-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.13tWindows x86-64

onnx_weekly-1.22.0.dev20260316-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.dev20260316-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.dev20260316-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.dev20260316-cp312-abi3-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.22.0.dev20260316-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.dev20260316-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.dev20260316-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.dev20260316-cp311-cp311-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

onnx_weekly-1.22.0.dev20260316-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.dev20260316-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.dev20260316-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.dev20260316-cp310-cp310-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

onnx_weekly-1.22.0.dev20260316-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.dev20260316-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.dev20260316-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.dev20260316.tar.gz.

File metadata

  • Download URL: onnx_weekly-1.22.0.dev20260316.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.dev20260316.tar.gz
Algorithm Hash digest
SHA256 b2f8d6ab527ccdfe75ae0ae82ddea3a2ed3654cd342ac73001461584e59b35e2
MD5 d19ee7c73b4c927258d96a7d0d934264
BLAKE2b-256 4bc2c15398389f3d28df41cae1ebb7b15415bdb7bf5157f199ccd53aa454ed21

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316.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.dev20260316-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 cb28ecc25f899d47e0d315305f5e6fca562cd00ec4b8b1dcd957ab2585b3f5d4
MD5 97b5e52b390ac265dd0356209d82a79a
BLAKE2b-256 5a3b9f42a1d0650911cb74f45d5fc857da89c4fd30545e6d2370964f2fd67910

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cefc31adc0c434d96d82d630c92cc5b53bc7caa400a0289a7a72a3120c25ee18
MD5 8acddab4619814ccf47043cc21dc5a4d
BLAKE2b-256 baa3684359423c6b21e626de440e39d4fb3090b26ee4858e99879dfe1ea6606d

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ab89bb43df8053c74cd0270c0fa0ca0d9e3a8f7ff146d893fc1de89b12d0fbd
MD5 356763f65de5a04efd030dda3c3a59eb
BLAKE2b-256 a4ccf899c6efb60054d614c8d64db43b8501e9f5f22c064b5bccba7dcd7d866a

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3cba197ea5cdf2d134fbaee606a955492120627d7fe8b95e63736e405165c38b
MD5 96045406ff919043be64eb5dbcc0487c
BLAKE2b-256 2690c0c8d57460bc21b024c1f39dd696278272dd6fcd8fb66578a7339caf1922

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp314-cp314t-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 c32401eec9789a07da0dc3377579b1155bac57f55c0ca723ea252fa697f3e17a
MD5 ef78172f272ee9a643132b5200b0a3ae
BLAKE2b-256 c0fac1ba37d702a57943eeee0ec60de00f17b0551000249aa0653ef94a97614c

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 688833e2ff287a3670b96666cb1caa0a3601068e2a82d7ce9628f570efe3d237
MD5 d04ceaa860bce3f37d2aef05f53492db
BLAKE2b-256 63406dbe9601d2f578ad5d1e64df7cb7f5d2aced2d9a06dc6e780b1495581898

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 76daafd3e69a9103b634f244fdd724a760a9cb5e8cd0997fc05ad8122de9dac0
MD5 7bfdd4f8b9336934d24f251b6f0c92cb
BLAKE2b-256 a5bb6f1827adf868ad11612ce196f1c1036dd09225ce74413a1304787c11290c

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ebf9735b5c697a66710ce4e4020f0c1680d134cb4ecb94813167529485c3e75
MD5 6430d7014961d7a5b8c695c079a34185
BLAKE2b-256 0f448c10b0086dd85a1f050905258f14b3686e7f11c527f65452e359385992ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2b15e22cf4214578d3c22f75b2d918fa6da0e545677ba8acbb6119cf0788568
MD5 57c1bea05b3d884bf95b83dd548e2419
BLAKE2b-256 5ff13f8cb2627146a9a69bd230f811e146d79e391aa32b3a54202712d2fbebda

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp313-cp313t-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp313-cp313t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 50a3ff9652ac49d277d307039020b48ffcad0b6c0faaf476b7c3c78f4b65405a
MD5 1be01972bc0125c96914ad4ff8590b6f
BLAKE2b-256 cb081288e6176f174956da67a6d3be14a47722f4eb477c02a7e0bc6479f2a869

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp312-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 9042699ea3907341105dcd06a69e47a7ab833ac45ed4fa1c0f24a9aa58295750
MD5 3e932c652f41af7b8b4bf020a6aef3c9
BLAKE2b-256 854b123416d6982f2d9f656e5dc008c4cf330534d85d144575cb4715eb88e037

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 505051152118ea48660ba146a83ccc1846234a605dfeec98542879a0dfb8cfc8
MD5 ec41632b81dd355c089cac85797676d6
BLAKE2b-256 ba72c69aada60a72aac70fd9b6a52b6857dd4513333ae8b519eda8e27480097e

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp312-abi3-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 a85c837185d84ff3dc5c7c0278ccfd937279d1475e68f50a34f679a4ef64c4ad
MD5 b85adacc06a93f833e62224a38493258
BLAKE2b-256 9cb8b4a0f16fe11cc5566afd26d4c24cf73a7bfe1f41a3e23138103eb3b0e28e

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bda8f0d4009c0ec41e79b6a0b2e5a6859dff08b18e6e61e1b4688920d1fbb11d
MD5 4a4da1c82ac7a6ad788556404efa067b
BLAKE2b-256 3eb783216731c27cc430528bbc34f42e4dd30eae95c06f11fc36602760bdfcc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7fd0a0d6b9e27d46f0f454d9e3c3c75f24a473f1697c6fc41e4c22d39b046da0
MD5 c5ae7e432a8c15925d4d6b9a1d6c35fc
BLAKE2b-256 052881591297ffd90d1e32c1973b98df401954c45f5b5057692e70c7a5c26ca1

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp312-abi3-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 831ed70d1e1a46a1193d0508d38b72c105f3b326a60f3cd92df8f0c2ddba81d8
MD5 8cbb2e0aaef8382a1e32c25b9d9a1bf6
BLAKE2b-256 1a899a84d553b10c97fac584a14d4e4ce30496445d091b6627e91995e3f943a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 88d72680af2108aac44854c0212b5ea70b41997a21b908801ae936ff9137006e
MD5 dec1a11c9d99f1bc3fc50291860396cc
BLAKE2b-256 eaa092ce8840aec33c843812fe133efa82aeba393932636a36952260a1ce5c2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b79c85a4ed493fb86b4ed3ef4782cc7276f8f5de42424314d0019f2e7630666a
MD5 49f24bb83fb8707faae7401a5d88e6e5
BLAKE2b-256 1951e7b6f83738397d8fb3bc579e0a816d6428e325b031b7d5bf010d96d54e52

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 324feb0b93778c88b3a7b709272a25870fe7913a73df62b713f31793e3a9e20a
MD5 c851779793084d078a53192547e20467
BLAKE2b-256 9305f35bb4612cc6f9cbd8a08b5e82cc93aacf5feaf746f83c329c1c3de8ec61

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 485a526ca2eb097486e0ba118fbb2338efa1f785b2ebcda4cbbae67375d5d621
MD5 a4b294db6c32c4252aeda28fd266ac99
BLAKE2b-256 fe29238faa8c2efae00c2779daaf45855fd9d313d5d1ca42197c33c19aceafb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 184b6b77c20787c037fa67db906a9ec32ec78a93e911991c517395c1be6956d6
MD5 ab64be01545e5cda49aec2d1fe14dff1
BLAKE2b-256 46b345d3c996e88e36a83cffa95c70fa7bea20ec5a5870f5f062fc19e65adfdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp311-cp311-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 485d66e26cc5b54efac872aafdeb8fb2129a28d5cb4b9edc5668918a4005361b
MD5 a126771b58d579bf0676777623906e7f
BLAKE2b-256 5ff97e3f86ccb7d3a8c1ecfd70fac7914844ae9dfdd4deb6c8514982d8fb850d

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2572da141a791a1039c3631cdd0a06a74e4ebaa7b51a7d0e2eaa8ea004bb830e
MD5 c080438c6843c771e7e21af61b042c5d
BLAKE2b-256 d9e930b05fbb6cbc9b0f344db4d3cc370a06476992488c4595f240f0950a19b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f583d89ad2d30d6b676d1e6d0072505ea0eed7e0547921e8e3e0154c8a649195
MD5 15e297a0fb313abe6a7e7a5ce06f730a
BLAKE2b-256 e01fee0a2aa126f673dcc129546fae7e16abbc1022b450355586f327f7a48e67

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7ff228e21f3ee4549c4c4773943182c2ea9da7e7e73e5eda23a29a7b4ca9896
MD5 58b70cbc8689e78e35c128796114e496
BLAKE2b-256 e50465be8e108b5c14a5726fe23c8249089e8b8424c823bee87dd721e8d025a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c29af4739f58b7d43cb5555fe25e2b7f4b0930f23a234fe65ad4fad3124a939e
MD5 49336d4fa5fd0ad546f4441e22ca7089
BLAKE2b-256 9c9fef941483fe88b3ed7171a995c6913d64e823e620722dfe0646a0fbc5b52a

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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.dev20260316-cp310-cp310-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260316-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 39ce7b5428d5bd9f170903644d8cd80334020030f6a87de2b4bd0758e37352ea
MD5 b488b90eabf3dc3d99cc5d40ae9e997b
BLAKE2b-256 8adc02d25c5b2f3a98a4f177246e1cbe1d2b1e1eecb6981aa58f819cbf8f0522

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260316-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