Skip to main content

ncnn is a high-performance neural network inference framework optimized for the mobile platform

Project description

ncnn

License download codecov Language grade: C/C++

ncnn is a high-performance neural network inference computing framework optimized for mobile platforms. ncnn is deeply considerate about deployment and uses on mobile phones from the beginning of design. ncnn does not have third party dependencies. It is cross-platform, and runs faster than all known open source frameworks on mobile phone cpu. Developers can easily deploy deep learning algorithm models to the mobile platform by using efficient ncnn implementation, create intelligent APPs, and bring the artificial intelligence to your fingertips. ncnn is currently being used in many Tencent applications, such as QQ, Qzone, WeChat, Pitu and so on.

ncnn 是一个为手机端极致优化的高性能神经网络前向计算框架。ncnn 从设计之初深刻考虑手机端的部署和使用。无第三方依赖,跨平台,手机端 cpu 的速度快于目前所有已知的开源框架。基于 ncnn,开发者能够将深度学习算法轻松移植到手机端高效执行,开发出人工智能 APP,将 AI 带到你的指尖。ncnn 目前已在腾讯多款应用中使用,如 QQ,Qzone,微信,天天P图等。


技术交流QQ群:637093648(超多大佬) 答案:卷卷卷卷卷 (已满)

Pocky QQ群(MLIR YES!): 677104663(超多大佬) 答案:multi-level intermediate representation

Telegram Group https://t.me/ncnnyes

Discord Channel https://discord.gg/YRsxgmF


Current building status matrix

System CPU (32bit) CPU (64bit) GPU (32bit) GPU (64bit)
Linux (GCC) Build Status Build Status Build Status
Linux (Clang) Build Status Build Status Build Status
Linux (ARM) Build Status Build Status
Linux (MIPS) Build Status Build Status
Linux (RISC-V) Build Status
Linux (LoongArch) Build Status
Windows Build Status Build Status Build Status
Windows (ARM) Build Status Build Status
macOS Build Status Build Status
macOS (ARM) Build Status Build Status
Android Build Status Build Status Build Status Build Status
Android-x86 Build Status Build Status Build Status Build Status
iOS Build Status Build Status Build Status
iOS Simulator Build Status Build Status
WebAssembly Build Status
RISC-V GCC/Newlib Build Status Build Status

Support most commonly used CNN network

支持大部分常用的 CNN 网络


HowTo

how to build ncnn library on Linux / Windows / macOS / Raspberry Pi3 / Android / NVIDIA Jetson / iOS / WebAssembly / AllWinner D1 / Loongson 2K1000

download prebuild binary package for android and ios

use ncnn with alexnet with detailed steps, recommended for beginners :)

ncnn 组件使用指北 alexnet 附带详细步骤,新人强烈推荐 :)

use netron for ncnn model visualization

out-of-the-box web model conversion

ncnn low-level operation api

ncnn param and model file spec

ncnn operation param weight table

how to implement custom layer step by step


FAQ

ncnn throw error

ncnn produce wrong result

ncnn vulkan


Features

  • Supports convolutional neural networks, supports multiple input and multi-branch structure, can calculate part of the branch
  • No third-party library dependencies, does not rely on BLAS / NNPACK or any other computing framework
  • Pure C++ implementation, cross-platform, supports android, ios and so on
  • ARM NEON assembly level of careful optimization, calculation speed is extremely high
  • Sophisticated memory management and data structure design, very low memory footprint
  • Supports multi-core parallel computing acceleration, ARM big.LITTLE cpu scheduling optimization
  • Supports GPU acceleration via the next-generation low-overhead vulkan api
  • Extensible model design, supports 8bit quantization and half-precision floating point storage, can import caffe/pytorch/mxnet/onnx/darknet/keras/tensorflow(mlir) models
  • Support direct memory zero copy reference load network model
  • Can be registered with custom layer implementation and extended
  • Well, it is strong, not afraid of being stuffed with 卷 QvQ

功能概述

  • 支持卷积神经网络,支持多输入和多分支结构,可计算部分分支
  • 无任何第三方库依赖,不依赖 BLAS/NNPACK 等计算框架
  • 纯 C++ 实现,跨平台,支持 android ios 等
  • ARM NEON 汇编级良心优化,计算速度极快
  • 精细的内存管理和数据结构设计,内存占用极低
  • 支持多核并行计算加速,ARM big.LITTLE cpu 调度优化
  • 支持基于全新低消耗的 vulkan api GPU 加速
  • 可扩展的模型设计,支持 8bit 量化 和半精度浮点存储,可导入 caffe/pytorch/mxnet/onnx/darknet/keras/tensorflow(mlir) 模型
  • 支持直接内存零拷贝引用加载网络模型
  • 可注册自定义层实现并扩展
  • 恩,很强就是了,不怕被塞卷 QvQ

supported platform matrix

  • ✅ = known work and runs fast with good optimization
  • ✔️ = known work, but speed may not be fast enough
  • ❔ = shall work, not confirmed
  • / = not applied
Windows Linux Android macOS iOS
intel-cpu ✔️ ✔️ ✔️ /
intel-gpu ✔️ ✔️ /
amd-cpu ✔️ ✔️ ✔️ /
amd-gpu ✔️ ✔️ /
nvidia-gpu ✔️ ✔️ /
qcom-cpu ✔️ / /
qcom-gpu ✔️ ✔️ / /
arm-cpu / /
arm-gpu ✔️ / /
apple-cpu / / / ✔️
apple-gpu / / / ✔️ ✔️

Example project


License

BSD 3 Clause

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

ncnn-1.0.20220729.tar.gz (38.8 kB view details)

Uploaded Source

Built Distributions

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

ncnn-1.0.20220729-pp39-pypy39_pp73-win_amd64.whl (1.9 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20220729-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20220729-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20220729-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20220729-pp38-pypy38_pp73-win_amd64.whl (1.9 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20220729-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20220729-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20220729-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20220729-pp37-pypy37_pp73-win_amd64.whl (1.9 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20220729-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20220729-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20220729-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20220729-cp310-cp310-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.10Windows x86-64

ncnn-1.0.20220729-cp310-cp310-win32.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86

ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_i686.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (729.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (916.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ncnn-1.0.20220729-cp39-cp39-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.9Windows x86-64

ncnn-1.0.20220729-cp39-cp39-win32.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86

ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_i686.whl (3.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (729.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (917.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ncnn-1.0.20220729-cp38-cp38-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.8Windows x86-64

ncnn-1.0.20220729-cp38-cp38-win32.whl (1.7 MB view details)

Uploaded CPython 3.8Windows x86

ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_i686.whl (3.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (727.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (915.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

ncnn-1.0.20220729-cp37-cp37m-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.7mWindows x86-64

ncnn-1.0.20220729-cp37-cp37m-win32.whl (1.7 MB view details)

Uploaded CPython 3.7mWindows x86

ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_i686.whl (3.7 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (737.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (928.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20220729-cp36-cp36m-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.6mWindows x86-64

ncnn-1.0.20220729-cp36-cp36m-win32.whl (1.7 MB view details)

Uploaded CPython 3.6mWindows x86

ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ s390x

ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_i686.whl (3.7 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (737.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (927.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

File details

Details for the file ncnn-1.0.20220729.tar.gz.

File metadata

  • Download URL: ncnn-1.0.20220729.tar.gz
  • Upload date:
  • Size: 38.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ncnn-1.0.20220729.tar.gz
Algorithm Hash digest
SHA256 d7826ab349a57bb36e7cefd8a746f2f30190a19284aab7c6dc6a66a869ff6150
MD5 0d7394cf9f5ab4b0971d5b9f78a1b0a4
BLAKE2b-256 61ce3a503e82257e5d484b9209ba1889c93abe51eb43ea665b9ba42f804fced2

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8c4ebfd99918d273f860f9f29531c744b4acbb864825817c542b34f5b31dcf76
MD5 ec3e3dd122f989859a6018ae7a193ede
BLAKE2b-256 56d6d03db3b3ffb60bd5242c56e4dbdf918ce034305cbdbe18096d229baed258

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27e2c090321a5c0d7a550f16156b0ec60506ead7e0ae9367b2f87e41e5c3f088
MD5 4e4eb7845c6aa1affca19fcd37a963e5
BLAKE2b-256 e1fe66b74904a3e649b2d411c24a0b63b7d41beec13fe9036e4971dd305dc34a

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 57149dfdb053ece5fd17b563e698daf359417a5790ae138d24a810cabce71661
MD5 3a96c9fce19a8482895aa15ccd838a7a
BLAKE2b-256 05d41d4daf36730b437b4706b18e2c2c0d81dc6d2d46462dad1acfddfa36af0a

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba5f498fe1353a5b38dc4d660330133577e8e3a5787a69afac2f2f3f6550aaec
MD5 abe92be1cb952243dbb4896d84496578
BLAKE2b-256 24b481aa89f34af43bf9388f42d5e32f8b46cee0e4df6f4f8e34e8d858e2e617

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3a68191530dd8250cc8199fdd80efdc547ff39c2b07a4c9ae10d1d20f313d291
MD5 aa894f5e1f4c518137f979ab1f8b29db
BLAKE2b-256 afedb533865606187c9168f6687c4ddf9d540499b145a5edb20ff63c39ff0dc5

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 104eaa6753415db0d9f4cc979cebd36dc6c88e9c645d3fd1c47b53f9dc29f161
MD5 9fbdc0344a1bb9351cfe83a4dae73984
BLAKE2b-256 075114b6acd7260d98d39dffdaa2b35cbc79f913a9769dc7fde20e295936f0ad

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aaade932ae28f5bd15203edddbedf7339547127c05c66884ebb573e431bed0f7
MD5 6f37c62713b258dd2a3bc54f443376ae
BLAKE2b-256 24e6bd3b342600d733b3a7c2644ad20dafb5d1ccd34fcd6dd54e6c0f6aab5b1c

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8a223688f1b5977cebe0468f7acd474f91b2b27491638bfd7b13ac0047b508d
MD5 9b5447a4edf55d4abfbdfb7e8a81a6ae
BLAKE2b-256 1b907677a465cf173fe849b71f9714451c429f7c29faf8d2a7d06757aadb3df4

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 627ae58163a90c7c5a16a0c0c88e2c706440121bb663538c089c1c845dfecf9f
MD5 55a26c57e4d3e00452ba6618b541df16
BLAKE2b-256 7cd64ea007f2563bf04aa68687b5dc80caa6069d506bcea9d53d840e1822b3cd

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01fecd5d19dc287dee3eaff3a898731e2e07b899ecebdfbe759ce1edff98058e
MD5 f4db77785f69eee92cbd5badd98b625a
BLAKE2b-256 9ec2aa93b11693c00889d5013ce1061fa42e6d9195c21d5d58b14934585f9821

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d70e900d961958d2ebc570241718b46560ead9d59ad5267d5033b7fd0e0acd17
MD5 f2469c596b0a19fcdf685940c185d222
BLAKE2b-256 2361be56ccb3b7235b2ff275cfbb3ed1a5e81063b0d6317a9377a2aa87cc1559

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a320f66fef0ac413e6f0531d2899333cbc9f5dcf50fc73387a1ce97a5d7bf2e
MD5 5df7c135d08c840ae9b36a578671b637
BLAKE2b-256 adde7cd92eb14f37c6c8817a117ec729e65d4a8da6bce80cc6b365fb2681067f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fd14a646fb4ba03be5bde662eec1d19a80ad7cf10f082bdfb9267b5117a0a333
MD5 6d7eb2ae7d1acc847d5c462ab4a269b0
BLAKE2b-256 7293a3096049419d83e5bc558f2fba951b561d7e1c44420f4f2b5e759c4b5f65

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-win32.whl.

File metadata

  • Download URL: ncnn-1.0.20220729-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 79a6d8b283533d62908ff40d403e080abb3d1ef10d0fd193d687086c4e89a59f
MD5 8329aaa6646f3cb21cfe892eed331de2
BLAKE2b-256 c0dac6a11fd28c4fa2a50fcb75f61a2e8c626dd8d47e09d7ca275dfcaf50326f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fe7a162bb214c9bdb87721c51f80e8080e9e73027127c06c7daf3950a20b4791
MD5 c36db87b30dcc89e617a16e7b9a5ca0b
BLAKE2b-256 022fe53dc440ec6cc0099ec296743b08fbcbb5e63797b3fa5bfb4577c3ce1603

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 55408613950e721ed21e7488875a35222ecddc2b19f54b86a22867f0f7881474
MD5 31bf908c484be5398ce36bf28ab54789
BLAKE2b-256 f4a5f06ba554aa97d59caaa3c9dd6afe9598658fcba69bf08517ea1af318f5fc

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 88fa208ef88192f62bf4ee96e3568d6f52210acfcb8e1a1cca7550533ef6dbb5
MD5 115ec6a4f76c2ff9cecb7ca762b2b253
BLAKE2b-256 5cb9354ece6a12eb605ddabc06707ceb6bb2fb6627813b7c7e81dbeb17d700b7

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a036b0204876979fcb28db1fdc7553006bc134afbe951ae6a486461b7839da3f
MD5 029c317357dede766c04bd74c4125b71
BLAKE2b-256 d040eca996e88e59a9a0a3f8b5a032fe77c2f50f849591e655e8e84ef25fe517

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 42daea2b527721735539bff2e0cd023b68709c6f6986157016e9240538d6f533
MD5 e95d82234ef577b8aae840c033bffd49
BLAKE2b-256 cac86db20b504564836fe4941747291f965e90882a4586b17f7bf3da70d8613f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72896b2abe715ec39daf229abc76a80ed3e9db9fa8de84315274c11f359e6072
MD5 db7261ad19d5f96339e8830434a4e6b9
BLAKE2b-256 cb72bf367318e392cd646526995a46e3b16d32dadb1ebdce4e6364477849f9cf

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 56eb3bb6f628a55156caa752eff95b3b28626c7efe238f08abff9da8106de6c4
MD5 98a7f3438c96f1c8baf875c11967ed75
BLAKE2b-256 596fea9b207d456875e3b0a24832d5e349c84a147f8e2a9583884a4e03d6eb86

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 619e5114b72b0fb3e9b2f4361b40177089956461b6ffbf634528db475d42d6b2
MD5 6c12bf19855911c9c83feff9a08fb417
BLAKE2b-256 4584387cc163bc45cec3475bdb60248a9f19b9443749a3f29de10c1fc0209949

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc775ec9e2436283efbf4d2a6960f4ff4517c5b1e6547c2358c57e6343e01956
MD5 6374a8e1b11cda55c6211edafa545a79
BLAKE2b-256 54911bf6af20f818f0221ffee6709c365a05217abeff844ef47a21b63ff23f5a

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30741c501c7b5f46347811da8ce334e49db9f8e6a15332dc4909008f263e7c46
MD5 2b718fb9e4dca044eb53f46abe66a127
BLAKE2b-256 2b8bcb68a2f301bc9c3808e177ce5f1c8a117ebf730c5c910e9fc7cdd472229e

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ncnn-1.0.20220729-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7c0abd3ad4c4b15155f3a845b1276a3155df152d20feedf93615c3ae2a21c6c5
MD5 d85e63b2e84a4bb64b3096923b76b923
BLAKE2b-256 2c03980edca4e019f216a2f9a53a6678edce67baa7ca99bc0471e0123250e9ad

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-win32.whl.

File metadata

  • Download URL: ncnn-1.0.20220729-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0311f73a0e127f3e8545259e6cebedf30198e46fdcc8194861d9e475ecc4a7b2
MD5 c48f1ba5c9f3db52dafe2784a3a92763
BLAKE2b-256 db7640a08a4c656779d3489d1986b66482833c7c4b885065f1f32e7771c18f84

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e225876c56b9ce5a50d36dc4194959ede29d241cd40186e379b780ccd6846c00
MD5 b34875230ec88d1fb06034a674e87cda
BLAKE2b-256 76a9e589880151908013f5df58c47c7acff05800c825d26e8518df6cc7f70151

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 8024160e1e6b2c1781178bfc8a2d49f71ce5bffc4b27eb59a0572d56d52a0069
MD5 39cfa16dc21d597b4c01e3ae5ea7a590
BLAKE2b-256 d33ac4818eb6bea0fa8dad90874ff726f3a310e9edc294be44cf3dc0e74158ba

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 fb60c55526ff26f7d076a4af5ab91eb9b6de97fcd561f0faba35566170f6a58b
MD5 1c86c99400a861867656c63d58797dce
BLAKE2b-256 825b7f980f8a0dcea1f045d3ecb1f3771edac3ef73798a156e3cf977fb856800

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ff73e9031badd51919df988315306b18032bd9da4cbdc3d5b95a0f26f902d9ba
MD5 2cc8177118c94cbd1b865aa69b23de30
BLAKE2b-256 2cd6d4b03cc4fcd08651b547d1452cff1613ef1dada257d94f4e5c3817731f06

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b38f1f4e534933153f8841044667b35b89c3d237bd1f616f60d44589b6d31ec9
MD5 040d802137922d7fa0a6555fa95d0a33
BLAKE2b-256 a6a6a481259da8ab114217e8a115bc2047a01ded13ec676fc5a5de89545d3efe

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9c95243c71803f6e0c04291585014beceb9cd5ab4dd9bfed62c47bb4a0807fd
MD5 ad464d8543906173c2ecefce66a4b305
BLAKE2b-256 c0bc81a7aca64d6572522f24572158363bee15de684fcaff26e0ab7f61f04187

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 32e76275a63d42ff8e78c7e7f79f0be557e33d3b52d04c0d09dbbcdddbdb4c70
MD5 48d13746ce87a68064d237ca809f5b9e
BLAKE2b-256 060e7dd352a3d3b83b940c5328e88202bc6714a0ff18dc6a77b7088e33314d66

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 888954dbfbfb088989986940580f307ed2b0a6e3c949e5d650b43137d42e4f56
MD5 550ba133cde9a9a22b32e233fa08b1c2
BLAKE2b-256 c2a625850d20fc5a4a3e076cd4cb0faf7d2b3cf45a28f4a79068c3a062b39307

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f9f5727cf5c244fd3cadd60e55af66620ad22f5e4afd3a76a74a7b46c71f4cbf
MD5 6ef47efb3ec24364fd69abdc76b5bd6d
BLAKE2b-256 4a2e180c68f585a6eaab233b0aa0a1e64b5fcc48d9d890dc1a52d19a391f9b21

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6edbee2b1e96c6c2f42e1db916d4a38f889bbde790bf25b3469e56c92d40687
MD5 56b6fd4512eba3e0e1404716fbbceaca
BLAKE2b-256 e305def593a756d1cce2ec6078e0a7a534c783be87c1fe1dd56bfc7fa931f091

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ncnn-1.0.20220729-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2dfa89f168fb9fbc63cba9aab14be067e7126529f8b0e89338ad24538959645f
MD5 fb2003dc43c46420bf3ce23ec8c2d6e6
BLAKE2b-256 94ad5acfb181ffa53a4eeaa3e16db3901d019133c44d5a43664ed6541d1f9b21

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-win32.whl.

File metadata

  • Download URL: ncnn-1.0.20220729-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3f9367bc590ce7e1fdaa6bd729f36974b2967a44c8a17de1c276524febb56193
MD5 2a5351f6927991b79aab7a747d374314
BLAKE2b-256 41d25951227d024943d20238ee3b397bb498342e0c921bee231fa92bd927226b

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fbf22dcd036325150118580f62fe2faf1d95100a34444aa7e37cd502fd9541b6
MD5 0335aaaa5146a9aab03cddd55333f1c6
BLAKE2b-256 c005b9fac85bc2ab7e10006f96df4285c2b084f5b0792f6591553e2bb9afdd5f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 f351ab95ec70e3bc69cdbe6d029d56505c8dfdc013c53720b1ce055bc8650f34
MD5 2827919f6982475432d210a221c63bea
BLAKE2b-256 f054fdef720ba982f34e2540fc3347725329039ff1c3387457cea6fc7e81cf59

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 b157b8d1ea1c8ddce8fc3b88218e5323cbd2ce9566474bd5e396803a5df5c4f3
MD5 2b7a66cf2eac17d2ca4d252e9afc9d0d
BLAKE2b-256 2e2d1012ba2e38b4318f781861eeae178e096d82b376d721f8e68a51ce64e78d

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8c93b7e72f52d1396520963fa6d9552b1f223889dfd7f59dec57de43dade83f4
MD5 f02c909816310ad86130bb871bc4365c
BLAKE2b-256 ca2ee595e71effcbb122482cbc61eba3e556c75ac25b08ecc7ff5ec095f30dcd

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6572a2c05fb27ea83e58c176828312fa800c9d472f8e64470903da2b68c23755
MD5 9a0e2bbaeac04c29e60aa6f972f61316
BLAKE2b-256 8172740157a101fcba22dbbdc735735f53c279b636c2e15a1f51494ae4c9d949

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a54865a1c4f65d7a08d458eac2bc02d0840b3efc90f035e8f6fe5634b9272aa
MD5 ce0286bdbf0b36dd430ef83d5492db81
BLAKE2b-256 f75f738987269e47fe47230a6d6599a19f777a908634b490e4c72f15492b7275

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5fef4a31c864703dcd70d50178e7ebb784f0a5a1524c870528a5e0f8a4b5f0e9
MD5 328c3d8c9ef28ba60cff2cb0a60d2615
BLAKE2b-256 f7071660e9c36df2c73e27184a43b97bc552e0b68fd4d8624192844a77d90d89

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dc26b8e1d3e1a99ec9e719cdaec9db5daea165681bedbe7a365504b239e9556b
MD5 d3ec57b04d2cdda7c3ba03e1a9ca4acc
BLAKE2b-256 318605ea5cf88244be5c610c65ddf7901ef59a98c475aaba7d34d6d740ae3d80

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5ea68f701d49621ddc17d77a5146335529d25ba85bd35b3da3792c5ce49609a3
MD5 4a8334f243ebbae0d1ee03b1a0420c61
BLAKE2b-256 45203e58c8334772b330de4a129c6a2a19a402b148d60c1791ac11eda83becbb

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db58e289f3011a19f210873a2580d58e17a3dbfcd7e446a07636f8dcd71499ac
MD5 4107e07b51216aaf18c0485a9925b210
BLAKE2b-256 f8a8c8ffca0cbb7c45b9c13eefeafe3ca30c9bc3188da710977257332421379c

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: ncnn-1.0.20220729-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6be57920a1937934a5c94714e217893322d560cee68a52a36ac0a627991b52ac
MD5 2e71aa6c612b643f53d5a0e3daf78aee
BLAKE2b-256 f9d89738b86908e7c0042573534673c305886811e48688b22a158fe0f66d279d

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-win32.whl.

File metadata

  • Download URL: ncnn-1.0.20220729-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3c6ef28449fd3b98f24354e9f9addf8a850a4a87ff009f8ee9fe77eb8b2610c5
MD5 7b323d6dcf98813518a3464ed090c2db
BLAKE2b-256 36065887b3a9510cf8fbd61dff3f15edbcb40e01fe28ff50449a133386d0d9f5

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 04d5e2e655c580fdd9aaa8b1061baa250bb84a16a13ba2493ce7e5758d69cd6e
MD5 2b5523ddb41eb8109d564c0fcfbac293
BLAKE2b-256 aab2d9f0a094ef6edcde9fcad9bf2ccacf75ad76267fa23a9e2c9ed1421e35ab

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 d945bec3af5273ee98adb2ef6d2a5dcb451c5e13e4d312e0a5ca76094454e4fa
MD5 10b19a5f370b5d5c55ea77f3aebc7acf
BLAKE2b-256 cbab0834ea429defeba3857330f5af602734733a07ae4cbeab87fa87aa0007b6

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 2e8e75f285f769c82614174168859264a2e4ce0d3b83cde84141cb9252a6893c
MD5 3c9c596ba51990b8248e0bd9996ba532
BLAKE2b-256 1c571f0302ae45655660a8ca079b4d38802d2ab1c0b6d7a14a695d9f7d1a5eb4

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cb39f0d603f41c91f10e426823510640619d2b68c35fe3201dd65f4b7ab4330c
MD5 01ad40ba3142c33a1c3342b1cefd4ad7
BLAKE2b-256 046b3a555f77f512dac70e23e5404d40319bcd7e5defbc052276de08667df3ae

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cd98bb3ddf4b6328dc79e560a390ba1b06c5f2e15aab5ce649939b0a9baf1463
MD5 46683aa0031fef68a08904c13109c213
BLAKE2b-256 bf845d9334d536f0e35d8fb49b4fe81827cfc933526272e129205af53e0bde43

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2b5b2bbdcbc20e4197115a1c24215428848eb3bbb616c3bd1aa8cac913754d3
MD5 7d884579cb0ba4886d74455f1160a695
BLAKE2b-256 024c49c3f1b342ba86d6893064c252637a9dc2016e92d03a8a2e815d7ca6f9a8

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 84d826db1660881a13074d37e02771566bf099e124a70ac7de0216de018b553c
MD5 9bc77c4774cea8f20fba089aea64a889
BLAKE2b-256 d573dba0014ccad661ea4d199c04abef3fb3e621b24bd966bda697e9946a9c7f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 02cc290a0accc33029d7b92b9c6d2eea8664c43bf7ec82e164f71ea3d0244290
MD5 c601c48087ba276f3aaba4a710c8f565
BLAKE2b-256 4a86e14140666480d3b85b47a06fb33ca1dcc3771c4b1365ff2cf666fcc956fd

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2aa1ad357dba9efdf5b0b23ae83688f4011dc47519249adf17807eeaab5fc13e
MD5 251c3120a2595e7e6f283e6ef3492cec
BLAKE2b-256 490cec84b1633e37178abd6a1da62989fbf419705ab9a4967de685503d39b4b5

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd95aa1e481912736c42cbea49507f19aa80b4016c590837bc631ae7b3ec9c83
MD5 eb6cb01caa0635eaabb286510ecfa205
BLAKE2b-256 40e20d262aa07c2b5068b8b4214a1518d47599d97ca87c7f86f90358cfb5cb94

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: ncnn-1.0.20220729-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d18eeb6105c39bdb3f7132cedaeb2683334daf2c5195f6f6eeb5be1979437293
MD5 5230056b2d57bdaa9b986f066601ae7b
BLAKE2b-256 a6e802f4fc71c09f2dbd104f0c8833a182705652cc9befb8b52077ac05da0fb0

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-win32.whl.

File metadata

  • Download URL: ncnn-1.0.20220729-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 60494d274ce3a738fb49d2e760af019d4f268ec3c2c45a34cb0fc5fca4495503
MD5 b6a1a85f18a3c488c38af801176f7c03
BLAKE2b-256 23d16e5b9c1ddbc2986de217d98ccf67268dc14492c0e4e5f04346087805cc02

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cf69dbbfbea27fb046a368a27937ce2b26ae1881c91f0ad05449a51434742c8d
MD5 bb28c34b949dddc2d7eb930803c8a216
BLAKE2b-256 beeab8ae4baff3a8acb862ddcba592ea8943623dc84a9e212b9fff0996fbe5d5

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 348679fca80c91a49680d9b8d66138a261e034dd3ec3b0feb51157b683ade66f
MD5 cd7569b95d2c605a16f2c92b8aec74e5
BLAKE2b-256 601668d00ff8024a0b5da7008dcc14e143b5362e9d60ebec75b756fd40e068fe

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 264e5e4f73d7687cd97784ea8a48d3dbe98d3f6005e0780427ce088dde65b90b
MD5 25c44330833aff389edc4c8f559a16d1
BLAKE2b-256 c4b4a7fe78dea8f03bd8ca6598c3c2b0a7ca90e0e76006f518302ca161810bc5

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fb507e7a5c8bbc701d8ba883d8208d6b71e1d858a7c7a0945d718f6a46fee843
MD5 5ddf00fc3759f4fb3d4fd2cd6fe1ce14
BLAKE2b-256 11ab3e828e794e2b225b4542499d431cd09a9cb3e03345de5e3de674070572f8

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 68bda466d364dfa20511d6cb3df968d3ceadcdbf31167aca5df4cc3b573b5771
MD5 65d5a7d9cbdef3ab5958b8b6fff49370
BLAKE2b-256 acf1debd9d77a5bdc5bb3cda47aba8d44950e00566303a0110ef68ce45594ceb

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03175a6a3107b80904c2ba76df6979fa90c25fb57889b1b52e19fa3dd069c403
MD5 77686c83368418dd403dd0a4c6c87437
BLAKE2b-256 53599cb70f05edd803217b0e1602077ac8b6ab908b7c335aadcc21f18ad4e6e9

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ff450bc443db49dc21378740f84a6887b28e0679d53f42063beccfeddb5223eb
MD5 b4f02ac5e724a04377a565eb69d08aaf
BLAKE2b-256 bffac5c711d9e707e8026165089aa17d8015d16302587bb9f0bad31fddf78aa9

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7e911bc55f219be73cde123cf0b755ce8460e194927e66243c58dd9551e4966d
MD5 95757a8a3a8c0364abd37afcb9ee6e8b
BLAKE2b-256 5e25afba008a0b88358a3195f8ff83c3dde8f17bf4675bb66da6f089e80171c5

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 83373b8e57b8390a28e6c186c15da467ec69f5b7c3801ccc9bc6750312abefe8
MD5 b69aae3537d25a6e808282540ac2d512
BLAKE2b-256 f947f34a4a65d20ff602430f0aa01c35570f212c8acf2f0207d2ebf9533e8962

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20220729-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 284406f2a425a909f6d721d17c336131e2a440005f4574d3b286b673c61dbfee
MD5 d9842da15935452a4d333343489f90ef
BLAKE2b-256 f481c6333eb589431923d4c5617e371a986dd516b2ef78c2f2f6e0c7b57bc1e4

See more details on using hashes here.

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