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群(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.20220419.tar.gz (38.7 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.20220419-pp39-pypy39_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20220419-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20220419-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20220419-pp38-pypy38_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20220419-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20220419-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20220419-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20220419-pp37-pypy37_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20220419-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20220419-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20220419-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20220419-cp310-cp310-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.10Windows x86-64

ncnn-1.0.20220419-cp310-cp310-win32.whl (1.6 MB view details)

Uploaded CPython 3.10Windows x86

ncnn-1.0.20220419-cp310-cp310-musllinux_1_1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

ncnn-1.0.20220419-cp310-cp310-musllinux_1_1_i686.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

ncnn-1.0.20220419-cp310-cp310-musllinux_1_1_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

ncnn-1.0.20220419-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ncnn-1.0.20220419-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (717.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ncnn-1.0.20220419-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (903.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20220419-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ncnn-1.0.20220419-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ncnn-1.0.20220419-cp39-cp39-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86-64

ncnn-1.0.20220419-cp39-cp39-win32.whl (1.6 MB view details)

Uploaded CPython 3.9Windows x86

ncnn-1.0.20220419-cp39-cp39-musllinux_1_1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

ncnn-1.0.20220419-cp39-cp39-musllinux_1_1_i686.whl (3.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

ncnn-1.0.20220419-cp39-cp39-musllinux_1_1_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

ncnn-1.0.20220419-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ncnn-1.0.20220419-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (718.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ncnn-1.0.20220419-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (903.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20220419-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ncnn-1.0.20220419-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ncnn-1.0.20220419-cp38-cp38-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.8Windows x86-64

ncnn-1.0.20220419-cp38-cp38-win32.whl (1.6 MB view details)

Uploaded CPython 3.8Windows x86

ncnn-1.0.20220419-cp38-cp38-musllinux_1_1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

ncnn-1.0.20220419-cp38-cp38-musllinux_1_1_i686.whl (3.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

ncnn-1.0.20220419-cp38-cp38-musllinux_1_1_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

ncnn-1.0.20220419-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ncnn-1.0.20220419-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (716.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

ncnn-1.0.20220419-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (902.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20220419-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

ncnn-1.0.20220419-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

ncnn-1.0.20220419-cp37-cp37m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.7mWindows x86-64

ncnn-1.0.20220419-cp37-cp37m-win32.whl (1.6 MB view details)

Uploaded CPython 3.7mWindows x86

ncnn-1.0.20220419-cp37-cp37m-musllinux_1_1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

ncnn-1.0.20220419-cp37-cp37m-musllinux_1_1_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20220419-cp37-cp37m-musllinux_1_1_i686.whl (3.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

ncnn-1.0.20220419-cp37-cp37m-musllinux_1_1_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20220419-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20220419-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (726.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20220419-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (914.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20220419-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

ncnn-1.0.20220419-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20220419-cp36-cp36m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.6mWindows x86-64

ncnn-1.0.20220419-cp36-cp36m-win32.whl (1.6 MB view details)

Uploaded CPython 3.6mWindows x86

ncnn-1.0.20220419-cp36-cp36m-musllinux_1_1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ s390x

ncnn-1.0.20220419-cp36-cp36m-musllinux_1_1_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20220419-cp36-cp36m-musllinux_1_1_i686.whl (3.5 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

ncnn-1.0.20220419-cp36-cp36m-musllinux_1_1_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20220419-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20220419-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (726.9 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20220419-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (913.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20220419-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

ncnn-1.0.20220419-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: ncnn-1.0.20220419.tar.gz
  • Upload date:
  • Size: 38.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for ncnn-1.0.20220419.tar.gz
Algorithm Hash digest
SHA256 da26c3a41a5896cfeee33b71927b2ba0ce713ac42ba85428c68efbee657a855c
MD5 23319b4a03fd2a8e1e05486d38f0ebf8
BLAKE2b-256 15609c5ab163f2052cbd793e2130dc5c1528262c44eb39ffc14d8d4d0fa6d2ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3051abbde1ec1495a1fc941da657d91e54063a43022db1c1ebaf6b80009d8f65
MD5 6fa6ae6cb410eb8260e1ee7b9cb794ff
BLAKE2b-256 82d2b283fcb181eba0f2c6d1a2105ef7324e45c2e63bd31d937ec0bad9cd662b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22f0027fcc670b9e98ae0446197cca4b724cb5c35473ed55efa5bec5162ec6a3
MD5 eb493e0e964f8d2ad985c168d65737f9
BLAKE2b-256 9ac63959c38754ece5b701246f95af913d6892dcfd9cecd2f9329e01dbe1bb3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 333254c5c6b520e06d6b3c3defbeb868946492c2e6e8668c66a059574b84b9d0
MD5 332ac71e45944f4c095690b01ed2ae80
BLAKE2b-256 b60029a7feb09a5d19c110a608141a925e18ade6a0630f3932d674f72e907643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b7dbbb731ed72558c911c970e357a808fc9951358f8800fc98c23d83a10d1f79
MD5 3e5b779d97b9bb20414fb9660e85487e
BLAKE2b-256 ec9d6874cea2bad0c87c020fbeb0c3422a634f280ea6bf11ce661a099ee18c05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45b5702971e73573f7cb60d3ebcaea571012c4ae45fd80873f694165865ae406
MD5 c67a01e80b4ad26c9d2ae4a40e56297f
BLAKE2b-256 87d41d45e86654890cb4b2ad2576ad9dfa2594eb7d628fbdc2fb228454834e47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35a6a70f599306bd850e0c6620cd8b28758d0c049d540992859c309f86ed77f9
MD5 9adb18637eeb5075848006e9e3080159
BLAKE2b-256 be42a3b401255ca2d48db23466774697349374cdf86c11288ebdcb6293d9def4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 36a59e8ef5cf3c55a41f1281034a1cc7d57bd4d62893744ae29fb8893b90eae2
MD5 f1234b5df7daa668ef18b1f3e3e2fe67
BLAKE2b-256 ae5298fdc14d1802cda1a56da52936e4b31a29c0c4f8cc59bd8a1b13a8ffb0fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f1f14431710da7a64418d70f1aaf97f151b49a60e70c1b27b44221baa7b7d1e6
MD5 f95376fac88789ec64825825cf3bbcff
BLAKE2b-256 07873ac784def59bf198a1dee302aaa855840c6f185e5f5906545fc4b81e2527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a16f17c0365e27a8371ab7dc5cd1023cbaba2473a3c555a4594db49169b13068
MD5 2dd4730d15ce44f15d5296d42f7ed54e
BLAKE2b-256 08d708ac2fc3c963d1c083a04d522c1788ba2a3289f5a3cad0b94de3d9efde5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 39e7453743aecd3fddb911e419182bfa2650c232ff4f85a1c59ff0d29e65669a
MD5 3041d39fc9b5c61be6341d159a24a25b
BLAKE2b-256 650a687d91e618af7dea29ccc3db1e4ea13d4a3ee1f831f6dc4b7cc2e908b423

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86657b0fb7e83a9db38117ac44369aeafad5194e49954bd14dc43580e284e626
MD5 8feddc5b43c8be93943ed0153b467a29
BLAKE2b-256 a15705579eae007eb68ff61eaff7033251ad222f9c35a1beda184f1ce2b904dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 67b96e17154cea62a70839cba32c9f4c071c7989f82d693ac8c0bbbc33cc2e37
MD5 c25e1be3f2be105b521e6a7081e201fb
BLAKE2b-256 50dc27120f09ceda1eedba143ef5461a9c779483a337d6de4ec0d5cd347bcf79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220419-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7731218d74a4bf0fb7223d778a23135ad871cf8513c1ec02d6bf5055c7c87e50
MD5 57dcb1825de36878ba68425db49a9766
BLAKE2b-256 e061959333f481e5dda65d04190a27a858f503d33acf8a21db48716d60fb1fcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b63e59b6113f47ac64da953ecb6548f3daa3545495291759d463cca6e8f4e2ad
MD5 4a05e2cc1e045b79998ea6b7d1e4296c
BLAKE2b-256 d0fc0f9b73843668c2760dd2ed140a6f3e601265bcefd3083a404c9ffdc6b957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 d327e0de5a22444f528a4f5fbce73eb0cdf8f92bcfe3f8e00413c0f9575e6362
MD5 060f1e579bb76df11d9ee466e33a090b
BLAKE2b-256 09cf86a25d73e3c62ecc8a4a00f769e610a0b10866272900022cd81b99520966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 ee79c3ea6a1c7d9ffd346e23e9f7b8d774f5ce3cf991962c7a97698690ffa577
MD5 79e14dc4b7cc03786ad7350b140a3103
BLAKE2b-256 347922ede43a7ece56cce032cf46117fe7bdae193887089db8ab54f8681422b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6d55d988dca946c9c527b204794a716779e730e3f365298e441b4f296e3c0923
MD5 8962c02f685e8a3d3e0bf30e3ed4b989
BLAKE2b-256 e94eeefa1e88c7211030018bfcf2c5ea7d06ced51a40d8d7a065ce22ba263708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c0ee2fd221867c78a2d9a8961214ee51a113ce55e053c137f7e6e52cd649b4d6
MD5 eff5b2478fe740de9383b2ac88c87862
BLAKE2b-256 e214cb44bfd0bf6741ac45db86a199569a0b78c1114f1469e04cee8ec0ee5819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 118c68d8ff1eb04a789c1929841656003869f3e7dcfaba297bed1c17a74548bf
MD5 a623ae5666d0c64082bef0fcb7267c85
BLAKE2b-256 4653a2da6a1df23864d7a4db3be152ad918f8d2096ee20d5fb2568150245759a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d7bd3f7d81e1775c069f22c161f7d8e8fd2cbd5264adea0f9021d4befd6cb7a1
MD5 64e55ccfbf8d878887fbb295bc760fa4
BLAKE2b-256 94e54de6c7c1fbae1f63ec4b781d9400fe1a846dc397812d38b4c3928b8b90fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 418178781aa83c4959fe96acd757afef39011089f27845588c60ace8f70b4b82
MD5 3beff6f8069831cb5a0adca11a5cf5ee
BLAKE2b-256 ddad6ec14350ee5e1eaf6f123e5763300a7626f6b10763eff6b0903a53ed0f2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc3a41b4e037dc48bf67d143f0937b86dea76e5a283ecf9d2adf1eb56438730d
MD5 3a7d4e48905f642a7a8fc5b49d1daa2b
BLAKE2b-256 2f3374b2ce2c6cae6f5008734713a42c2aecb87f42b2eac361952048f0fbf525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3fd52b45a6d824ce2f5cf945683f210d4a0b456581774eea6e9bc3007b261c8
MD5 c96dbcefb55815788f25a9f8d6be7234
BLAKE2b-256 ed6a5d24beea0e49431e3e15495b040902459a3e36a4db598b6f4556d5b0b385

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220419-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 11bf504f710fff1eb53181aaaea04e1e76bce3c259f3520f2e47270d4442962d
MD5 0bb1f16412775f664e9f74c244b059ae
BLAKE2b-256 9369cae9f7bf5be4ac407f313cfe8f36d3c42ffdc84b2b1bb94b01a030e1db72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220419-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d984dd9540c437e7c5c00a234763b9fbb4aaa32a039f112ca90938c5adb785bd
MD5 2236e7e0c89eb54800e9904117149c48
BLAKE2b-256 839078eea5ef9f9331133f26a135047ad14293dd3c0495784208dc97ede44faa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3fd7b82c38f072098e7da806e8a767d08a86de151f28d2a11f7351c29b9990ca
MD5 1a62bd2279a8ace003382bca2796464b
BLAKE2b-256 b3f0bd2729982dfb25863d27266e9c0df17e03f75a2e8a54fe1962b7d8221803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 774921ed7c48820de032449c55ab8078e350022000a5638784fd861d73451283
MD5 0ca3f169a66d23831de591dec91bdd32
BLAKE2b-256 230d9334e40c942df8fbe5ba1fdf1e6cc14d35f508853d419e06fbdfc2b64c90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 daa806c0f7be4cb1a931c41e99d269d1a53a08abcd3dc31f92a98d0c41f5a677
MD5 9b4767706ee56bb778fe0bdb11dbb93f
BLAKE2b-256 52dd8ebd987ee5b90acd7d9c37be25a52d1e6b8d4d3ae432ac4d4ce08f290dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 798c0f3f31b218d0564386eaa8d25a1d11b9d2a9c4699a78b7a90ee1f721cfee
MD5 7fe18d513533ad8ad3d0bcc96ec16e10
BLAKE2b-256 634d9307a3d37985c3cee8b0d2bbef8ac9db3af8b9f2bda4516a5b2007a3be4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6882217a82e1da28a6c56ea0a2718b1b6634d26641021e23c54c420d30d07257
MD5 d6c2ec79c7b8787bd0b228f057e51a34
BLAKE2b-256 6c37eb498c9338eade7fe36644e81b9627a47adbd9754d532c380ae1c5e3baea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7306dd02ebbcfd339c778f64c3e5ce3b43c6c0b9f8bac9519cb7b2c20bd6c8e2
MD5 1afd613ea839c9319aae925cfc900788
BLAKE2b-256 43b1358bcaf3e9cd9cec0cfc6fa9d065ee5e1a77f1ea21d7560e92d578d14814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a4fd93817fc9d34c72a7807e88ef5e039fe0f8b57e7aba3b5cc01b65964058b5
MD5 9f07c0f96410bab11ae3db3737b5ba47
BLAKE2b-256 d997fc90d9f9e8db6ca6780a8541f0b3c2bcdc441ff27f95d902f1a54c96a785

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3877927bce338a865bea9b8ca6ddc177f7c725a3ea9d2d82db91f8236b215a51
MD5 6ba978dcac48faea3b8689590c610ef1
BLAKE2b-256 1bd7b99c35895be88e2519ff61f28fe1d08a953e71289d12c8de7246a6826bbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 827ea25a0a8bac8f5ab726922fe8b83d96504e9c13bcd0ca7c08629f118c0e4c
MD5 ebf42d6e4bc64b66f4e983d4f285405f
BLAKE2b-256 4e7f433c514cb8838e404eac5d95f6a031c3a63d28543d2638514ca6e25f8f39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ea814aaf7d84ad2013f52cd46cffa12f4f1011607f41a50c95c90c50dd04473
MD5 e879700d729dc65060ceedf0e49a0ca2
BLAKE2b-256 a09669a8cd08962fe5b00dff8f3d81a2517e14b4be2b3a4b33907171201e7df0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220419-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 193dbbae4beb0523f30c37398d7ac1689ef436408ebf3a5e6ccdfd55a114c86b
MD5 f809a1e1d8591ac10c0972f8d6105cfe
BLAKE2b-256 cb6b8b0b79623e3ca20ae78b26ce39cb319c00ca21ae6b4adf922b65ac8c70ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220419-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d4a787774daae2634108ce944ba52d8d4ace408dbb99575a209aa237460ea869
MD5 5695ad6719413bc94688db0a47a4681f
BLAKE2b-256 42a263d5280b762bca52923b3ec749d168b049cd023e8fbf4496e8a5df0a37f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4a722afdd847bd15df98a792db5209aed3fb565b3c6350f787c4b1805d0ad330
MD5 433fec4ac833d6d44d3fb57f8e7b959a
BLAKE2b-256 d305b2a7a970f47bd3cf223d3c9dd012bf3b636c102eeae79125e33a793d7e52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 bd50337bdaf5da3cba658dbe5f1c51405dd17a589a55657da9b153d599bafa3f
MD5 d9ec82ad562507ed4252e4d0c1f8f1ea
BLAKE2b-256 c622bf6526424846efbaeb6feb394929153241ab3de84c2be0f71d2b03317f39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 de182418ddb6fce72c5bc49e357f358efaabcc41a69a89b75ebad8560b34fa4b
MD5 0357dd37cd8bcb60c75ea35f0234e5da
BLAKE2b-256 17bbdf8bf8e834c8c890a03a15c3d915c3503048d523f0a04ea475e5bf9992d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 becdadb59ba93eea56021938cc909937d6f9d14d86227c0f309585219aceabdd
MD5 d85cdf02510f632261a3115d21001a00
BLAKE2b-256 6a548f3c3bc7575ec78e41b77b907b749a617623b042a591e2a60ebe7b4fba34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e3bfc4bbe37133c65249e3154712f71393aa39f3e0427b20964789db085c6684
MD5 6ac85db4c313aec13197288a1b29e19d
BLAKE2b-256 9c34cbc60d5ce2122340382edff53057216fe29fe300711309b568bfe2e53c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 481680a29a36bacccd9fde8f782507de03e323c950032848354b12779cc91d72
MD5 9e483e45bd2a436236e588841844c4d5
BLAKE2b-256 4516af954a82663b693767e3e1f644dc784972fcf6268a58d48404d7653d5262

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4b3100aab978713bbd49b91adc6693e398b1d99b1e9d0e0f96631cb8c00e27c9
MD5 af00d6dbd2cd6173888ba33894ea6d57
BLAKE2b-256 7ad69eb7a8d62e2cecb4354bf0f2e22c4355b5a506dd04c2aba26ac8b8db47ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fbfca6d90782853356558bc442caa4a0f793bb965642301a4acbd809ad392a9f
MD5 187cde4747a39cde4f0de8e6677b1baa
BLAKE2b-256 e75c8597cb9bb29bd4741823d0790ee4eb44d37c7f9088306389fe12ec3f3bf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 78d2d6b0b58c5052106c81754e7d46a4806b9165b01788576a80f92be51817ac
MD5 d564b8926533621fc4d282437230a3f0
BLAKE2b-256 17fb25643da9104cd7b7927c18d8649e59ef605787a28b7871f46be2ded8d43b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f63802dd95a3e8513429f64147619529cb2716f039b643c88fb0b874e85ae71e
MD5 a1d84b710ce5bd1544760b9c50093f3d
BLAKE2b-256 a3ffab28c90650e616550fc3773aff11e86d1261fdf9853505dfd18321fc1db1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1362db5dc50a7d0b18374d2bf23d6c10d975ea03cf554e8a325ade6df335f2f0
MD5 a37585bb6d0d2d6b62167fef2ee48820
BLAKE2b-256 f55579cf83bbe3e888a534ba3937be7b820e3ad0c9dc21298ed1e4c8734fb575

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220419-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5c87a7dffb29a19938ddf5caa614fa79d884015aa8f83bcc9b60d6e7f9e5b27b
MD5 5d3ad5906ed2f8e3185611988e1e3242
BLAKE2b-256 6f511e5129f1b020d411b6e26a36b59d396ac00a18e25bdcd594c13a8e984142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f9a3b8470a6914e7333123217fa68bfc772ca1de35efbeacaddc08bbc29a4422
MD5 038d373e7419a990605b191654ee56f0
BLAKE2b-256 b8fceb0db7ac6bed94d0dec01ae0664dc6343a063b621454c98b954ebf2a0e9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 fdd428d3d51f7205d3b2c1c3f7f275e7a4548ef69a11c6cbe2a8c87ee696e779
MD5 df094a52bd214749191a6eba7dbea8b0
BLAKE2b-256 2b8159b3225b2bfd314a428bb4be9083a4f09c52eed049a4c1aa2ccd25019d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 c638b8dab0df35e35510f9b6b5afe9eece61cfcf093a7ee95e35173f8f7d79f1
MD5 656b28765fb6cca30590f87083ab473a
BLAKE2b-256 79a17ab67a78e4f503f15cb2e86f080cf63b552cfa46d94a1aba5cab94feaf01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ede9b149109b05477d54afe520d85186248426e97841a27681edf72d412c5f83
MD5 5076b7ef249bd501d12eece6878e0de6
BLAKE2b-256 7edc5f0ff569a4238328a2d0efb0b0a557f79a871e7f69cdac577cec5b4cbabc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c8a968279c45766b985bf7940bcf73c314a27856355d4300c3db12e371df3f7c
MD5 a95382b17903b9686fa5e733ccec968a
BLAKE2b-256 d30424972801ca1f7c2461a3f3eac0da863d7a07312019e2c8ba97fa11571a30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a089b20ee528394176a008b522fcd4cb14b24f5799db407ff19a25517a3cc0da
MD5 7fba7418d6ec952acfff769cd828e9f2
BLAKE2b-256 fd59d991b30b482d1f4907293ebcdd5a490c616db7d3367d076de4a4f80003ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5d3e6a46a9e76bbdd78d7aa2694ff8d2fc5adb76189c0d9c0758a57fc4502022
MD5 2654c10249c8b19c45968c0fe42285eb
BLAKE2b-256 37bb3698fa456880406768c8afe890fb453f92aa904a65d460c64816362ed8bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6842be0c847b3504c191d71e6b68e95dbbe04826519469abe734a307b98c41c4
MD5 a956ce46642630b4a3ed6d219f2206c7
BLAKE2b-256 b9d8df404be3bf6c5b7f2ae325bbe425f901e43cb5bef7595a9dc24931efb3ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 64ebf1027ae3b4ef9f4b72d5e17035240fb3ad425921d90f2b27904d84d94db9
MD5 c21a22e1d17e85b418ae9d702a3f86e4
BLAKE2b-256 5b6a4365860405d294ab0fdb0c3784512720ef7e9a73164e86aec653b98adaf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d06084fbf8d486ff6fe79fd8e2af9ab06fc73083cee64f5d257eeedca1a75a57
MD5 1c08fa56ac9026056cadb2e92b06670a
BLAKE2b-256 bffcbd301dd42b1aa4a8e037aba9bfb023c4b5a4ea82d7b130f6bd60f18aa512

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f8f58f0bc6027206a452c3826482a9a8204b5053b9ed301b5089f6263b2101d0
MD5 379dd588dde3efdfae548c9e40591d4f
BLAKE2b-256 19c16ac37d9c089b12e521096287bbabd3260c06ba45af1ab60813a04259f96c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220419-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0596e03b458cf587ca5134badd5a2decd5a54d14a09b40febc54aacb54924cc4
MD5 8474710ef86ad9a234ce839fbb14e7a9
BLAKE2b-256 a28d2d25e4018c9774f28652b7da01c2a11383703a4163bbce1e4246c0074d37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8051aa3cf87133176c28aff74305470b22b30ff455024a01712549e64efa4018
MD5 3bcf390c50f60db89dff2f3ebe86cef8
BLAKE2b-256 dac47168c884213e909fca3df29bdd84b4e121db8168c3f3b5d71d273cd39ebe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 d33d6f6b2ad0dec63bcd8df66b2b681e6c1eade035a1eb086f6d8ee07b1bc743
MD5 a9ed92912b85874cbe2708a359b4e184
BLAKE2b-256 5339e82f598c0908d512096bae671f689dd04a1e007f5d6d369f338946111593

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 9dd939fcdb790a7dbbac01cd0d04c6883203d5dee85e496852e86d46acf939d8
MD5 6e27e6a0e87cf2194c82c8d3039421db
BLAKE2b-256 39cc876a53ede17ebaea8440c78dd005fc10fb53b46e35b4d71d7be061147bce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a769f1da2146b9817c3ec478170c77d274d0616e1d07a3efbe044f013a5af5af
MD5 e3bacdce84a9b89be4e493301155aaea
BLAKE2b-256 51dbbcf81f75bdb7f43ae1c14217ca706e15265838a45eb719ab724148e0a893

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6f2dc5b2d5c49ba0816cef4a490d63539e788f8dfed60673f527534cd6587f2d
MD5 31cf836883f9219cf49e9865ef868821
BLAKE2b-256 aaac961b43abb662b49879b138a212a82514fca18cd9d8c82531351e2274f783

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b2ff7270ce972557970c3f193ef34346cff15ad082e9a4308b8c2e37267db70
MD5 f7b7d3088a234ccadbee7ee7b68e7b72
BLAKE2b-256 56b0ae5e4e6339e7d12401e4e32ba2430bdf937aa7d3b366e8fb01a960eba7f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9e4e8be07acc602a38f9bdb54d31a2c12d30c93fdc6c24989d1fd9fd855a2a48
MD5 99468ea4571c9a621cc06ee5aa154bc4
BLAKE2b-256 3a7eaab51ad9dbd1b44854f2bab5d62ae2de9b084547a0ce20a7638140316111

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 88a3f53b474b8203c417337a506e62178c58b61bae56c52ebaf19bb6862360ad
MD5 e87bf6f0ae8a3fc5dcc75ce64eecc20f
BLAKE2b-256 9b683f263434474cd7a131c6d519bebd10951f562e8f88b8ad85cd0b2d3a7629

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49f1995cdd329c7cac969e09a0e86f545b918e2dd078a92fdf9c8d25468bcf28
MD5 9db1ad0757fbf4d2bd3418454843bc12
BLAKE2b-256 41992733d65d0e1f488f5ccdbe2df173c8ec49ac971c40eb5ce67a37297380d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220419-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc5d1a7cae74c78183fafa115295a268b77f054f40703bdba3cad234908b0c6c
MD5 0b398aa6ee4476a212049c06181f0b39
BLAKE2b-256 ff8975c1b50387ce51b8e4b1dd07ac0a415240429c4505d73ddb91c93e1c870a

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