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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.12+Windows ARM64

onnx_weekly-1.22.0.dev20260421-cp312-abi3-win_amd64.whl (16.5 MB view details)

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+Windows x86

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

Uploaded CPython 3.11Windows ARM64

onnx_weekly-1.22.0.dev20260421-cp311-cp311-win_amd64.whl (16.5 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

File metadata

  • Download URL: onnx_weekly-1.22.0.dev20260421.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.dev20260421.tar.gz
Algorithm Hash digest
SHA256 035c8ad01531f7a5a4c4724973d32369772fdc196d8da0d7d431924989ae4fba
MD5 b7b3df238b747bf90a4290ec23933183
BLAKE2b-256 2a352c4521b7d17164dce8b0952bcb319a8c89bdcc86965b679b20f9030a6d1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 ab7f8315c0483ead2e54606bd551e4be49904a3a8d08e197add62998b43192b9
MD5 5e179799d84056c71e0a28fb897599e7
BLAKE2b-256 228207e5f1176f7a431fd29409c86d47f89f3cbe2bb814494c9c6a8684746b37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 af1fc380e818249e289ead2923e45dcf84211d989e4eab7679b8ba4eb02c15b4
MD5 43a6b136eb93a65143e14d857f9d9a84
BLAKE2b-256 2012fa5d786e3ef38db3f393bb43603b1353504ea26bbdeafc3d53cc13a4dad8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c3b92009921fd1a64a253e944b8810c798cc77af66de7c076dce78286713241
MD5 0ebad55e1b6abb37a6735cb42139f36b
BLAKE2b-256 b5b287c86056acd7447f919822d8bf7861d1ee08e87e02c6e7de168c58f5eb96

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6df4ae642d0d87f1fed8ccc70de5d6ad128ca8655dfd1676c4a30f74c7f6601
MD5 87c82308facecbca4ac72ef9dd42d1fb
BLAKE2b-256 6895b163240a97021132143c43e80066eb5a924a8ad7887f4e9a81fd237945ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 2db3ec0fc00f29bc179e6776e61d3c1bb4acb65faaa66fb319f12cdb9158424c
MD5 b4c5dc6809e1c1bd9e2f7a5663f349b8
BLAKE2b-256 a26af0b0be43cd801e32917755df58135d858aad0b62a7d8bff1aa3cd71200ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 e9dcbdd72db0d6e8532e7786cc5a31e08fd27b6f000d244a6d53f5d3d4a550de
MD5 d617c3c2b6606259dd8d5b8e2a4d747a
BLAKE2b-256 3a340ec7b2a00b0d85b6d4fac0e04494792c440f15a0395a714905af6b4b81c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 b72c666f4a68c6ebf178121d644197e9ee9b369608925b1381d64be05291de89
MD5 6b94aafce82be67566715676e75f0053
BLAKE2b-256 3a9a43ae6aedf8eb9500733602338a3bcad076adde7ad43d4a068b99bd826705

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e05333e58606de970ce16a30e79299f5265e775baa32736c47f8693029317991
MD5 bd74f71fc817c94715931d1cf6a8c452
BLAKE2b-256 e4dcb129c2ed48b490fba38d803d4d9e3d4bc3a7569c9de56db0cb37082ae559

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fa59879587f0f6a46a65d6a93775923f137a9890dddaadd5c86f1e9cac53501
MD5 abfc71c16c4dd33e499c9a3903fe326f
BLAKE2b-256 08cf2e37445375af84afa8decc2a3e8b70bf2733420dd1d7972fbf2ac0dd805b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp313-cp313t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 f0a3058d4cbb1264a6c28bee94478fe247bad3b612c47e6bb0ae8719f301169d
MD5 150961290409fc8a979375e90432fda9
BLAKE2b-256 a2f9844b8c8d3a09a71d6651ff6203910a3d86517b11052fd1075320cf25fafd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 c7466ff9ac9ced2d5f5a4c72bc623ee15193000b583a9e5df05721a4bdd8775f
MD5 e6a5ed25e123d71459254145ea51f61f
BLAKE2b-256 7a9e78f7a821b293eb6671e6a6016727c42259c84bd79fb6da6866dd7f4f9924

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 62254aeed998d78c6e3f1e4b12e54dc5a5422175326ba80ecfce7f4393b63b69
MD5 8b60e382e4a6ddecf1f71cadf23fa76f
BLAKE2b-256 f766259b49aeacbcc359380783f3c74feb2a4fe7f4ed5803591af61818c99995

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 8a9d407384bf00cf25891a9c9178cfae60c6e91f11a585d073ec44d62e3844ed
MD5 3329ccdef0718306705253cf53ae8b29
BLAKE2b-256 748832014fca599131bfc8894ba4ec8baaea66e0f8b32939cce65e44676120ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67acbb69b94e4a76f18a9bb34a592c5a352cfbbb79a91c56625a9b889ab4eed1
MD5 e37477b7f16138ac02fd73578bb0d99d
BLAKE2b-256 7fbd92fdc60303c734b75c9139b12b232af5ae618104c4711bb63aae29154bb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84c3401f6efa50e1ed0a035da263718c88c2c119d22f35fa1ce1ee62f345cd47
MD5 6b41e006eb2d7df97e6743c76d537315
BLAKE2b-256 addae9ca2944b598e5c44df1c7f7fce3c136970faa5414539612fddb7c2dddc6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 b5688944d3c640deec2c311b0726dc4a84595c87e06e1e96fd0fbda10ca9f359
MD5 47df3e6cc5fb604d42f6aaf57034df66
BLAKE2b-256 69df46e5525ce1a0a39814f5459517b44df4f1b3a643bd26a45aa6b798f3cf95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 93fd05837e10c055f17b47621dd4ee412c648a670a68b0814ec42729dff63347
MD5 a11896ed50d6240cdc9a26b182cbb57f
BLAKE2b-256 a5475f334e2a202ef30295d4cd133fcbfd1dbeb9d417f1d868876b3328975268

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0de6590a5ec54c2e0508f5fc4280f43f70626a7646780fe4d23ef9807b320b4d
MD5 377f6b93be817a9474875cfa1e6f4a4e
BLAKE2b-256 86d4564af056400793b1e9677c0e822fcbc21134fb7f5a91b9b0b36b6a972b7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5916913402b167638a1586feb98df7f8d437af8f3d381592a8cbb8dc2675c8fd
MD5 380dc54517be3aa01137b1962985e6b5
BLAKE2b-256 6be342465603aef6865a154c0a92b36fdce5c4a45d12c0a11c5e13fb60d4c47c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be0a243f0b8955f537cbebb8f67edc3cc1ef6452eebf1e72f75049e82add1b38
MD5 351c08cfbc0a0d1de888591adb783464
BLAKE2b-256 035afa828da6a465cd9e6c0446c2a3131f112880b9edaaba434d612808d5d560

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8933628b492688e944c20ba5b23ac704fb919b1456eed20bcd0bc2aecafbcb84
MD5 e73ace85d1baedea986941c82ff06c1a
BLAKE2b-256 395e9c725b740f392a9411b176504b0ace730403e41e0200ff91b76958837781

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 602bcc0c717ed78d9618772dd8b8a1594ef8f4137a2481299c256130b598b252
MD5 0f0f350c8463d614ca1090e0813d67e2
BLAKE2b-256 2b48953ef7201bb9b042783f2280c6a9f08706bfb60bed459d7086d66e6e5786

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 00aa75a4502147a83782e97193f5ee219bebb634247e9132024a77cf6c660e0d
MD5 4fb580dce521d80d3a07abec966dffc0
BLAKE2b-256 63086b51603fc48b7b7421415000eeff35ec563ed1a4ff415c72be098d079875

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9906d6639dc01edcc032b270b0bfc1494fb16675c483f809ec394610a0f04a8c
MD5 61fed9877addbb5021ce975fdab4f9fc
BLAKE2b-256 b645b7f775ebc67ad58752f74edd83b47b4f48b954f8fed1349f1d610695a75b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64353667941838d133ca8a7329b13b5b7f2faa6a3bc484566ed1ac40d7649c69
MD5 28ac8edd0a42701733d0f1b208237b2c
BLAKE2b-256 d0199b240aacdf896ec6937610a7cab0522ec5bbbfce4c3d5ac96d78e87ea77c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 518dba76db1179aaf4a1d925940c2b82974744f73af78fd011a719423bd39e42
MD5 7f9c4ee07c79938efa383e67a9ed5e8d
BLAKE2b-256 631eb6358ae537d1eb961c3e09e2739ab669e848e362a782d9d53a62d9cc874f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260421-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 28d9482be42910fe2a4aebaebc02d37fd64a49f528e0feefa87d7a4da8733909
MD5 fcc155bf4dea9a35a83173ffdd1c69f6
BLAKE2b-256 fff2234429cb9e5a87d796227f5146a49c183219e286f1e01d3689e6f10357bc

See more details on using hashes here.

Provenance

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