Skip to main content

Neural network model compiler for Arm Ethos-U NPUs

Project description

Vela

Vela is a compiler for Arm Ethos-U NPU edge AI devices. It is used to convert neural networks defined in TOSA or TensorFlow Lite/LiteRT format into Ethos-U command streams.

The input network must have quantised activations and quantised weights in order to be accelerated by the Ethos-U.

More details about Ethos-U devices:

Installation

Vela runs on:

  • Apple macOS
  • Linux
  • Microsoft Windows

The simplest way to obtain Vela is to install it directly from PyPi. The following will install the latest released version:

pip3 install ethos-u-vela

Requirements

If your system does not match one of the pre-built binary wheels on PyPi then the installation process will attempt to build Vela from its source code. To do this it requires the following:

Manually Building

The source code is available from Arm's GitLab Instance, see Building From Source for more details.

Getting Started

Once installed, Vela can be run from the command line by specifying just two settings:

  • Target Ethos-U device; --accelerator-config
  • Neural network file; .tflite or .tosa
vela --accelerator-config ethos-u55-128  my_network.tflite

However, it is highly recommended that you specify some additional settings that describe the Ethos-U system and what optimisation strategy the compiler should use. The three additional settings are:

  • System configuration; --system-config
  • Memory mode; --memory-mode
  • Optimisation strategy; --optimise

The system configuration and memory mode refer to definitions in a configuration file. These are specific to the target system. However an example configuration (Arm/vela.ini) containing some generic reference systems is provided as part of the installation.

The optimisation strategy indicates whether the compiler should minimise inference time or runtime memory usage.

See CLI Options for more information.

Example of how to set the system configuration and memory mode:

vela --config Arm/vela.ini --system-config Ethos_U85_SYS_DRAM_High --memory-mode Dedicated_Sram_384KB --accelerator-config ethos-u85-256  my_network.tosa

Example of how to set the optimisation strategy:

vela --optimise Size --accelerator-config ethos-u55-64  my_network.tflite

Command to list all known configuration files:

vela --list-config-files

Command to list all configurations in a configuration file:

vela --list-configs Arm/vela.ini

Output

The result of the compilation is an optimised network in either TFLite or Raw format depending upon the input network. This can be overridden using the --output-format option.

TFLite output contains TensorFlow Lite Custom operators for those parts of the network that can be accelerated by the Ethos-U NPU. Parts of the network that cannot be accelerated are left unchanged.

Raw output contains the command stream and weight data required to run Ethos-U parts of the optimised network. This is stored in .npz format. See the Output format CLI Option for more information. This does not contain CPU parts of the network and so cannot be used for converting TFLite to TOSA.

Warnings

It is important to thoroughly review and understand all warning messages generated by the compiler as they could indicate that not all operators were optimally converted to run on the Ethos-U.

Performance information

A performance estimation summary is reported after compilation. The cycle and bandwidth numbers should not be taken as accurate representations of real performance numbers and they should not be compared against those from other compilations that use different settings or configurations. The numbers reported allow the compiler to make its optimisation decisions only. For accurate performance numbers the network should be run and profiled on an FPGA. For approximate performance numbers the network can be run on a Fixed Virtual Platform (FVP) Model.

Additional Vela Information

Inclusive language commitment

This product conforms to Arm’s inclusive language policy and, to the best of our knowledge, does not contain any non-inclusive language. If you find something that concerns you then email terms@arm.com.

License

Vela is licensed under Apache License 2.0.

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

ethos_u_vela-4.2.0.tar.gz (2.2 MB view details)

Uploaded Source

Built Distributions

ethos_u_vela-4.2.0-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13 Windows x86-64

ethos_u_vela-4.2.0-cp313-cp313-win32.whl (1.3 MB view details)

Uploaded CPython 3.13 Windows x86

ethos_u_vela-4.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

ethos_u_vela-4.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

ethos_u_vela-4.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

ethos_u_vela-4.2.0-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

ethos_u_vela-4.2.0-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

ethos_u_vela-4.2.0-cp312-cp312-win32.whl (1.3 MB view details)

Uploaded CPython 3.12 Windows x86

ethos_u_vela-4.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

ethos_u_vela-4.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

ethos_u_vela-4.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

ethos_u_vela-4.2.0-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

ethos_u_vela-4.2.0-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

ethos_u_vela-4.2.0-cp311-cp311-win32.whl (1.3 MB view details)

Uploaded CPython 3.11 Windows x86

ethos_u_vela-4.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

ethos_u_vela-4.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

ethos_u_vela-4.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

ethos_u_vela-4.2.0-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

ethos_u_vela-4.2.0-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

ethos_u_vela-4.2.0-cp310-cp310-win32.whl (1.3 MB view details)

Uploaded CPython 3.10 Windows x86

ethos_u_vela-4.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

ethos_u_vela-4.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

ethos_u_vela-4.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

ethos_u_vela-4.2.0-cp310-cp310-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

ethos_u_vela-4.2.0-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

ethos_u_vela-4.2.0-cp39-cp39-win32.whl (1.3 MB view details)

Uploaded CPython 3.9 Windows x86

ethos_u_vela-4.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

ethos_u_vela-4.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

ethos_u_vela-4.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

ethos_u_vela-4.2.0-cp39-cp39-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

File details

Details for the file ethos_u_vela-4.2.0.tar.gz.

File metadata

  • Download URL: ethos_u_vela-4.2.0.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for ethos_u_vela-4.2.0.tar.gz
Algorithm Hash digest
SHA256 2eb128425dc7b3d118662fd27df378fda61fd61bcdf75ac1171d37a2c6169916
MD5 511e93ff031286535a2d4cca0ec4c994
BLAKE2b-256 5a7dd4cf59631b98d1cd39b2dc085e63590ecea2d3b67de922b0c83afff32a7d

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0ebb919becd2791b9ea18ddb56b9d1fa0897d841a97281c689153a8418695f4d
MD5 6b91c65c5df4a9e62af178b0edd9f2a5
BLAKE2b-256 2247db06ef8ddfbc30c98e84271695e263e0eaca2907fde37f3c97c1f4240acc

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f953cd076ca4545e19cffa59c594e21327ee1f307fa9aacdaa7f2ba4d5879156
MD5 7e743dfc49fe6f90d8701f3e10d42374
BLAKE2b-256 e2e24db1b503775536956b01643f6931759831447eadecf80b345cb77faa2b24

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22c07be795f323c64543e6768e2b2fe08e9cdfa70a85ea3f73e9a9c9b33b515a
MD5 107e015cc98cb8fbe742d6b1e84821a6
BLAKE2b-256 d224721f48a79188ecb9baae33f3ca7f9e58d13d999ff696ad4da75dc67804c5

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ea6c54aff6f6e5fec938830f79522c282cee8cb83f28171fb50a024d101f54c
MD5 0b43d79115f8aaed3ee2161dea333059
BLAKE2b-256 a9594c11f696bcbc55e0eda61ae7e046106debb73896ae2ed60211f7c9132b36

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0c85b306db641591f33fd07da3e3ef8145524a690b91fa7b29ea7c3a7fcba32
MD5 4428464e9ec9472241b31f0c11d217f1
BLAKE2b-256 9e31e2ff60ba6932ceee5d173843a2533cae3e941fd57568f8e757387e1d572c

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30fad7646b30c00864d53fc32825e26b6e24e850cebfcf0f60f310e392a36d53
MD5 8aa31327f27980b43fffdc5b39967b62
BLAKE2b-256 d0c61388ae5978fba92bf1ba9242bdf9114c509563f317f90b0a5b0cf82c9fb9

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cbaae6bd3c3dfc46c743222ffe41e286dcb1d062b52d1e1a07f714af9cc01848
MD5 5c8b7053e3d04ddc42146ea476186c16
BLAKE2b-256 bbe156f0bc533c1cb59b96954345be5caeea13ebcf8e3ca4dc967ba87b4f2615

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e14e190a116d2615c60d76c3e2d03e9267b130e4a5d5fb6995e31eb557a4b102
MD5 1c06be8d11778a26d9278d6620c2c112
BLAKE2b-256 e385a7363fc946c0d1f93747593d4352fee0153bc46067e2edb57c41a62d697b

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e4da01a5ff71739f87c80b7e5fbc8c66abbbb60b8db973eb73f333c786ad5e4
MD5 f328e1be6a9ca79d5fbbfa3ec3165985
BLAKE2b-256 715a42f275fca69fcdffcea063effc2e61c75bc029ebc623803d82ab7b4740ab

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae36b9924796c01f5d7e10cca227259463c1c569e7508cf2a9fc86adfee3567a
MD5 a58a049e06404957878dcc11847ad718
BLAKE2b-256 5e65fa3b92639012075cb8859c0518c3441082bb354ac9537fceb50da0f20e87

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 411d346959956fe9e06b5ff1671637fea887d03cdaf839d2b21f4db42b328a7a
MD5 452bc051008cd4e46ed8f72f8bfc63fa
BLAKE2b-256 0374261ebe6298e2cd282bdbf811da7b5e351517a2e02a8a330bd3bb9de28b40

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b86b626be01e901a87e388f86be94bbb365329a55f209c2d6f1fcd08298bf668
MD5 ac78cd9602e52355671a57e5f694364e
BLAKE2b-256 79566b38f39e05b0b8be67fd39b303fc99e3db83180cd772c13cb8a36e53b766

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a6fd5eb05128e0252ce931e4fac33f49a6f690ddbdc2b003f59a135521917b71
MD5 7c300511ba2c1c4dc113dc1ec88e966a
BLAKE2b-256 505296bba2511ec17aa00ad808ea961864ea2dc251e712963e859b41afed73c9

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f17ecaf318f05d67e94e958f7dd35b3027941f38162f2919425960136556af0c
MD5 6971d56eb1ec54c653908956686237eb
BLAKE2b-256 c0af532cd012fedbba01015c24fd9c795c5e1bc67219b5909c0ac6881b280a11

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44b90e22ecd5c2bc22ea79f6e10c400cf66fef684522b33b5aa8c4faead23fe4
MD5 f27a217f97bd0accca47973b3dd515bd
BLAKE2b-256 ed223aeba3d861c4607e4c422678cac901aee463314fd324e05ffe254e0a3c5d

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 41d86dc20edf24b2ba157385320945065b86959e44f66955ce0c63d468037969
MD5 b80e49f23ea8bc6e74327f46b5a27fa5
BLAKE2b-256 ccb13d7e79887473f453e5f364179d93d93f26f02bf6f5b4e1cc1aa1fe4851f2

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c463f478f21d26ce60b03e563969c2ccd146818f9d0a96ed9f463d49571b9097
MD5 824d5cd18ac209231612a8a3abea0000
BLAKE2b-256 76aeed9599a6d72393f0ea23fada48066bf4c2dd1dfe4fd6b1f75f80d2d4a344

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f100a6a92b688a52b1e5eafed680649d88aad005227b537ce02ced6af48c445
MD5 5d5766155feb84820eb8e9febf4f114a
BLAKE2b-256 8f9bcd0758ce04c2966f5ed8f8874baf7d7251436e58642cb616b9588290dbb1

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5d7d018f7d84beefd4121fa242f88694ea66adbd3db8ec0aedca26248bb95d1a
MD5 080357f742c710cd8c0c801c3227850d
BLAKE2b-256 d34f7a737b873e746db96e5c307b9ba9ff506bc46db5f6cfafd23c58cdb30a2d

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 45b1c30b40859d0bc4bdfccff8b69958f9ce67cc82b114a73aebb2e78f3f978b
MD5 33634ac94028e6f376098518f063c6f1
BLAKE2b-256 d4e7f2b2575bd01c916e2b09bd7acabe208ab64871c807b5f33239ae243115c2

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b56c2a7c31dfd553a63567505bf6e8c090cdac82f987d9fb83fded6904d86ee5
MD5 7798fdccb02444159a21e2fa1c9883b3
BLAKE2b-256 55478129a85922d9fdbfe0cea594a2f197dc4ad26d44471b295ed5cd56fe7969

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 09f3b0ab05aca81c1e61b3a71ccf7bf820e5df79a4333d3a486c3a914dae8e0a
MD5 50a9faa4f558b9250214e2dbed159e57
BLAKE2b-256 df49697163fb3a418dedf3faf6bda10a1518ee7852b3dec15df11e52c59a927e

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92db7624c9754ca26f6304d7fa834bef2dc5301cf65d7dcc0df0e5bc3518417c
MD5 1b7e1156a6785209f77954fd20a65f22
BLAKE2b-256 e3ff1378345103e32c13b37e0a7b0d3fdf2eacd0c51e0bd22e3e888486723ae8

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56c25db96241168b6adeb51d84b85a42fa1a82a1d8d6e71281aed4bddfd27af4
MD5 75a5896117f269a658b9e4c5c0d8c330
BLAKE2b-256 af7c2a5dc30507eff1c4947c9d6958087b14d5feecee527eecb6b358b0b71705

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1260b684610483c5e977104fac459049638d57822354f1f45c14f1b4f4e52d2f
MD5 2a62b69d75a08f97ea8e8b614bce742a
BLAKE2b-256 135a25b0d3f493b78756c21324308e76ec7d123d4d3f86c3f801ee95a727f7b5

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: ethos_u_vela-4.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for ethos_u_vela-4.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 02ea42e8d72f6cebd5923a03b7b225d2dfb689214684874c9008e440a3373f29
MD5 8bc5bb4200944af94b463963cfb3a9ae
BLAKE2b-256 b38f6aa7fc0d1c1cb49376e75104220668e98ec4f935d608f0ea8c48e2d37093

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c576103abfbc5efa6a7d5590bb29fadd22c218869934f75559309ad26eaf571
MD5 51312d5bc988236e82b482a7ecc6539f
BLAKE2b-256 21ffdab7c1f7cbba78c1529fe7d6642b6a3050cd17ba74d0e55eadc34a5f52f0

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de02fc0ffcdfa38a02ff19085eb0d14c7f468724cc81e3d031a74088920fa772
MD5 6a4a3a384c4ccda608ccf80e522d7123
BLAKE2b-256 32d5f03edb6086324f39ce2cb0bcc110e52eabecba1a7bdc9f961c255683217c

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 014ccd7914edd5b57e88376ee5d2881ca24d7921055a07b361c32544609ad72e
MD5 1b8084751481fe517b59fc1de6ae5618
BLAKE2b-256 be3ed92a5c6377622b61ecd8894bb3ce0c731f9b499aa515787f854c789986d6

See more details on using hashes here.

File details

Details for the file ethos_u_vela-4.2.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ethos_u_vela-4.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95090afd2cfc56efd22bad6f645a5e36fa0e997904264ddcaf1a2dbb5b17c857
MD5 a6369a0cfc4619a0954de0250e675140
BLAKE2b-256 902f1aec90eed9ccc7dc6013a48c7090ba96a98488c1f13c7899a9cb6530fac9

See more details on using hashes here.

Supported by

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