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.20220420.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.20220420-pp39-pypy39_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20220420-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.20220420-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPyWindows x86-64

ncnn-1.0.20220420-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.20220420-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPyWindows x86-64

ncnn-1.0.20220420-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.20220420-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

ncnn-1.0.20220420-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.20220420-cp310-cp310-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

ncnn-1.0.20220420-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.20220420-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.20220420-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.20220420-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.20220420-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.20220420-cp39-cp39-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

ncnn-1.0.20220420-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.20220420-cp39-cp39-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.9musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

ncnn-1.0.20220420-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.20220420-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.20220420-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.20220420-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.20220420-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.20220420-cp38-cp38-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

ncnn-1.0.20220420-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.20220420-cp38-cp38-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.8musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

ncnn-1.0.20220420-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.20220420-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.20220420-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.20220420-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.20220420-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.20220420-cp37-cp37m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

ncnn-1.0.20220420-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.20220420-cp37-cp37m-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20220420-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.20220420-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.20220420-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.20220420-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.20220420-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.20220420-cp36-cp36m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

ncnn-1.0.20220420-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.20220420-cp36-cp36m-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ s390x

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20220420-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.20220420-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.20220420-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.20220420-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.20220420-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.20220420.tar.gz.

File metadata

  • Download URL: ncnn-1.0.20220420.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.20220420.tar.gz
Algorithm Hash digest
SHA256 d607d7f2905ab91748d96a068722baf389f1f3dc5892634649fdd04a96038428
MD5 a7df7fd987f7ccff3c8c57fc9bc598f9
BLAKE2b-256 d4988f54461d6aef0cd216eb38b69ec797eec7b7fdc10e09eb7986a5223e754c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9f2a291770670cc434682974612e497b772749e6acecf71ff5909fac145bb793
MD5 d18320cff17f58ed9abcc2b06e1f974e
BLAKE2b-256 3c60e7e73437f5fd76a9c1cc6ed2da596e0eee137ef5876ddfc73913443d0728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3597b33c33895bc124bd38d37d49439319e578c524adb6bed6f6f4c65967c70
MD5 28db773e9789ca48b44f8b5c17ca6aea
BLAKE2b-256 87ebd7d7841a1fa63f83286414a34317aceddaf9e0bade6dc2356085c63ca698

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fd29acf0283beeeea5347d7398fb08219fc13849ca02bc0e1578fd7101944bee
MD5 208dd4f570c56d8daa0b45ef194ec129
BLAKE2b-256 ce1b58ad268d69110425aa9a90689e69535ea2ebfe119858fc84b304022d8984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1f700cc071df93daaeb9de5496f7112d726919901487443a6743c525f8169b12
MD5 0db2dce5a1c31c5502258daa979cd9b5
BLAKE2b-256 87d08caf54561209bcf9d8f958f2f568a359a7410481d06c3ded521f7c5615ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e19be10429f1ffbc2bbf2bf4f1e31399f2cb5d17117a2f89d2e34b8d3ea58460
MD5 68dd90972abfd916a5ac664ae3f67aa3
BLAKE2b-256 3403441886dcd5ef7b31e850e33a246b1cb75d4c6ad3b915b155f84226cd9e3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c959f630a65ec8dff7fe89c49c6e68a1997412d535e92cffbc8f879e3cd9eaee
MD5 1b9144b73dab0d0b29e8cc989cca104d
BLAKE2b-256 f30113240123738d3214490c18037783ae4c9747193c4e07e70cef6421d5efc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b59b6fdc0026b28f04f1d3f16b6410bbee1f3d90b61f15fe7ebae3bca32fa2ef
MD5 f15af0b142fa113236c33cf0bb6f8304
BLAKE2b-256 8a2d044503eb7390fb4dace0a713e4773ee337b9d25af4c7371ffd7c1c36668a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c9101160b936277825c4614f8fefe680d2b92f35d5d0b8a043f83ff2684e3106
MD5 0213a55f5432a8fd9b9e7eb082dad04f
BLAKE2b-256 96c3e4c8f2fda73da6101e07e5ad04e635f824d946eff961898c2c741857e207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c2483435678a6bad8ef257f7d8f75afae72aa9ef6cf7791c610d377cf4c9b24
MD5 5e82f4c6a3913cd47eab969dbe4e52a3
BLAKE2b-256 8d74d4675736e90310f9f155854e78383b31cc51e76aeabfaf15b216acb6ad35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8b072a3bb25c0594b7ae25d20f333f37e96da0433835f5cd6b27ece2750c73a0
MD5 e37adc348dcd27bc0147ed437e456d22
BLAKE2b-256 8171e37ec1f58d0650a3a7056c3660d80e35e1633fc103514a2fb8e9b7a8b27c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e5b09a125b20a85ddb84ad2daf730b6ab88900dfa066c24fb864e5d486d63f6
MD5 78a6330e58222769372ba4706b7c63b5
BLAKE2b-256 41e77f163f77c38ea715af63c8e3df22a78aaa622cbc76190768501b7efff985

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e417b0a0d2e19a96c6cb311e43bb3860cd52b2312dab7709ee86324a14d564ce
MD5 0478dbd5f4542c1b5e4636978e4b0611
BLAKE2b-256 7cecd9df6684170748a53ed024fb137d7d7090b94be27895dc221b0933d02798

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220420-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.20220420-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8393d39cde43c93a41bc031e68a01a27b962b95602f4ad2f948834d4368536d8
MD5 d43b294b381a1f9922f50114495ecd91
BLAKE2b-256 8ebf513e1ce96ab6f80b48a9d12ac2fccf5b62106f4558c2783f85bfc9623ebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae900abb1a6cacbe284bdb9cfd568b8260d8d030c8d535f7c68b3cd8f2fc05fa
MD5 4f4dfc481eb044d9d822fe1e85b2f544
BLAKE2b-256 812c366e8e59c90c53cff4165d34ecb7c06a0db94601f311c94f59fa12b150c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 52a616abc16e2fde1f7a6c144714d7765e53b7fb26f0a7aef6b82aa995ea325c
MD5 557efed8d3d378bfc0951e2bb08e722b
BLAKE2b-256 378de5d1b8e3fb63ff46d251c247afc471521f198ce497465a297c9fc1d049cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 ccd44c3ad2ada494c5d8b5925b3206956a2b094710623c6f7d17195086f9493b
MD5 52b6900d688286d84d02baa9357aef65
BLAKE2b-256 c818740616a68e28ca056e2fbaf4bff9c92964e7837243f8da13f52894e6378f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e549febbcb3cda26f1d93cec8201d2752b0c036a5235b2b0b27894a465e10402
MD5 ee86fa4a255e5e2ce8ac5a31c261ab5d
BLAKE2b-256 ac92127906d0a21c3dc77b0c16f9bffa2054db039fd10e5764cb60656a39625d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e4b227382e0b8bb8496c14e558c6ca0a1db52563e158dfdddef4f8d042577a7b
MD5 5b3b549ca0e55b9809a729011e47137c
BLAKE2b-256 3ab8f92f49815185aa4d870d91bfcee0f42dc94f98d313594d753931491d7716

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bccb202fb7610b92777c4a514aaf5f74db3dff333fdd34685f6069174a04ef6
MD5 afe37b2fe5c4ee5d06c79f5851280d61
BLAKE2b-256 ddeffcbe3efb7047780e1a3c7fef8533d71fc2d26024ba21103266b63ca95a92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 90f06b60e40dbd94a390b3f76af7bac44c7a14d81b7fb47a916592263a10c8ea
MD5 c660788e905519edd4a066efc2240d21
BLAKE2b-256 6f42a551627623a1213a737c4763f324ec5556441bc694146cae06f77e37deee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 acb08338dc1ce429a04bb301ec60d1056f4aa2b39f71ffc92ec8c84789cf0527
MD5 88806833eb83c31e6856743a32216ba4
BLAKE2b-256 4f574a846fbbef1bc8bf21cdd366c082e74af77ad83fb1448cf87a3f61630ac4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a118d57708ed99af9eb229f86d00351a101586d397db662c41f9916fad7d378c
MD5 4cfa9d80d550b58bc5692d70ca335b84
BLAKE2b-256 8d847220a3355555e0a88a3af7d8ba99996bc92a44e28ba182159a641ebf7d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d92b376ad5520bb362b0a07a167a8173bb222d3773d9d3be3e50cd18dd3dca7
MD5 6069338034e137e94a8bc5c990679e3b
BLAKE2b-256 d56f9960f28e636d1cc4f52e616e931b0279ef86b16f9127b0e1d540207982f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220420-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.20220420-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0306deef04e109cad47f8dae0ed05761b5e73e1923b30558adfd237237d67ff8
MD5 6bbe3e1c54e53e93b6093009ab97715c
BLAKE2b-256 b70be8bbaeedd68da7c0a062fca579dd92f29b84e86e8fd9677d5ad6c357e59c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220420-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.20220420-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c94a8105e60b4ce5fa7d1e062a5c749797b810311db940efb3925109ad572496
MD5 77e208b2c4dc3cc44c1bc63933f6ac59
BLAKE2b-256 577b47cf9ee7eab0b4af2627a5f04dd41b775a15c6294c2873e083b1fd113ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7f265beddff516e0358c466712489e289037ff66361a6b7ced1fd8dcdcaace64
MD5 dead6caffd4795455bea1870bf28239d
BLAKE2b-256 5ba96db14822f08bdee0631b47f0d23b6d7ec5c3a5d8c8e9fb7363d328797c1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 3c6968086854504627f36389e1c0df130046a831c4b0b98dc9bd2044d46cc2e0
MD5 48fdc3827b2ac42efb1cef509c43cdc8
BLAKE2b-256 51e0a8623c7ebce0754762909588a7123a749a1c53c39c2b16e308c50460f4b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 8146f752a6e445f30a627362df0f28fe3b1b2e705b6630ee908db7d5f52fd387
MD5 d4c86ab1f759e1f308c279d5cc6478dc
BLAKE2b-256 a2bfb43311a36f0282e9b3b3dbe918ea47af0ab765a19c797a9c52428a199674

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c424d7dbb0c04b9b487cd72793d16215d302f588fe5f25c1b0481604743cb71c
MD5 cb60ba24acb7174ed27fdd35e54f6258
BLAKE2b-256 2aabc3b3486b9db2e7264f7874ab3a67623772f1d6836aff1f7aac64641d642c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 15d1dbf22c29d2e7db2b3b99e7cc7f8a97a15eaf6b157293db3a456a2080d7c1
MD5 0d28c5982aaf1df4e09d95563bd7212f
BLAKE2b-256 a78d9ec21b7fcd9d3eab49a064165769fda138aaca0ec3e5c74063b761e57630

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cd260fcbab62e3242c35ba4e76496960aff0d920f765d79c240746e15492978
MD5 067e5002c0037abd91906e39a2afa1e4
BLAKE2b-256 dbd7c7dc2b30c3348628a7177381d7be31cb816fb44b8a7e5f3977a5f1df50fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b134c9fdc4d1244c57057760c500f54f0b4ea865c0e04bc6b755ab2256531793
MD5 47eeb0c0ed4c66ea55fd7a5af22788da
BLAKE2b-256 7789c89bbf4f31db85101b07299bcb588afff8a432aaaacabecd0d9136c86c7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d1f127f8056fdba4ed723aeb40504d210b8012335b4ce2a3d898b8c5b2f84ac9
MD5 5fac4a82784b818cf2cf5e6bddbb2a8e
BLAKE2b-256 f1558b6c271fff358d16a725672cc04a737ffd7638d48cd7dcc2695bcf28c54d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2570a6f5ac754078591cdcc2558e8be51d27bec03985554854103c0bea8af667
MD5 f4e950ee665539e399aa5b54f4997c24
BLAKE2b-256 b7c4d174446605e61b7285148fc673a15b27cb62f03e37837bc8634715fe9922

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e784036ee68b7047f1b0b282db9d1340201329722e5731b8358c6255c253211
MD5 0fa8dd3e35cedf900d420cad524a8573
BLAKE2b-256 b4504aa28a88ed6f4f2a59364b3176d7f5d95ec5b16ce3f8d9a256ac59c126c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220420-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.20220420-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4215ce220194381fcc235443b735edd7856159f3d3be97b4961d3ea50d046654
MD5 598bb3d14894f41d6469797d74aef030
BLAKE2b-256 82368f2d08d6440f21693b1f3f5376dac6fa0843bb07d42ad537cd6beeeac38b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220420-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.20220420-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 de1a70cebebc242642dab7de09b8f5053319215f7018d6ac13f83b46ae850861
MD5 67b4dfcdcbf4240238ecd5e92f9587bd
BLAKE2b-256 048234ef59c40915f653723f33eea2f306de1ed15a360776ab46babb76bbe055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 566c8e2b5c4db86fb0552c9b5928e8fead0086b02f119f34e7137630c452c2f2
MD5 8d19cf186d3f20dc723ae6b97dfda347
BLAKE2b-256 9ed45f6e4627220be89c7018715c47a567a7b86962b23735a3d670d23970f2c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 3bce4a9dd034d5a4a90b90a8dc174ee427e88e85b3cdef08e81f587cb6b0749f
MD5 a071a7e667f5a95a7b689991c558fab4
BLAKE2b-256 04c38d68837dda7f2a2174837ba22478a3dead2c28054327bd2c4c01fc8286e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 76716b5b9cc8a635664b85ba3257c290413491fb2ac3100ec690a475982fc0c2
MD5 f6469c725126d91acb99ae4d2c793f2b
BLAKE2b-256 6a4f2f9afbb41b25387bf26268f119d32beac890e7277650f310179ccf78ae34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8f6cc728207d88f472af4aa631c6dcb475b5884d75df6e21ec8c6e3477c01150
MD5 46c4b57745024ff403b436be3abf2386
BLAKE2b-256 35b141594f924204dc8f65438fe05495f76bbc96cee7e161c1e3043f23764d57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6cf448503b150ab5c9121caa556cae23a8c1bcbe995b40052a983fade7689074
MD5 93c526c0388a309546048aa6887e2e00
BLAKE2b-256 3f2e3509166702b6448a1c15e36dbcfdbcb5f2dc1d29acd7b32691e093410959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01fe77714805b81679ccd700042abf2b1b3e32b80850a5015941d516a95dcbd3
MD5 e7e7298954b6b9996cb1b754bf6fff55
BLAKE2b-256 dc43f5875e763dc64a778543f2195c419a742383201c9958e5aeb2fee28ea6d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0aa99c304320ff723e3bdec56c78c50ba71dc5b35f219c3906ae3eb00eb5756a
MD5 ea0aec1c7ee0af6dcdf2988049a255a6
BLAKE2b-256 c2ed0f25540cbf31e8531baa512d6df70ca8944745c9e2c307fe0ed5d6d69755

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b710d4528b21144331deda14bd3887bbc49690f749f573378c93a16a65a6536e
MD5 f5cfb82a919fbe09f7b2c8c2dea3a970
BLAKE2b-256 52d90e59eaa3da6a3ca19ba59c567d48eb58e5931f4140533f93f24ba4da4e60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4b8e31b04288390a05d010a3f992bc1d11911c4f6d289bb6ffe24201cc550525
MD5 61f6df6f2b0a1b7f7b41e32957bde94d
BLAKE2b-256 f96717ebd8af4468333bbca2c3a5fe4ff561bfe57e9936923354285dd555ec27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16f385d9d1c31a5c8c87c086d5afad0af7d0fee92d4ea9df43f22737c61c497b
MD5 7b30a61945c6d45df09e11ce60615a5e
BLAKE2b-256 c6b8ca560a0c80cef8517e79466b0adde7f7439fb726f52320a5a858e696eaeb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220420-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.20220420-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e1c48b2ba28edb398b8b249646421cf505d99244ca16d1eaa21ea22bcd69c445
MD5 953901d7b3672b0ab3c29da5cd2176f8
BLAKE2b-256 dbb05059bdf90ccbbeb32a95ee768666b9a7a92086fbcc80168009980e0c939d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220420-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.20220420-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 377fbdd0f1cc3a4cf40bac73d3000432a46e1b3ab45e76f49e1ee9346bed6204
MD5 a6689dda4024fd497e4368b189f90dc5
BLAKE2b-256 a4668d5d9035b326e66e9bd1668cd40350552465dae386d644952a6b1847a8b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d96f8c370b24fb2854ad3b8579c27906cd2d654722b7b723127a4460afc80e86
MD5 341d17b403f98c0f3f2cf790ef1489b5
BLAKE2b-256 999cba19266711ce942195545a390aed066923fd39794d7255c656471e31d6e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 71d5d0398a6b7c4a3d16cd32b598d66573e2f9ea45a7c50fdc3263b7765ff381
MD5 5966eef7f35d1c29a9aaf84e3dced4ae
BLAKE2b-256 95e6d5d84b11b816bb9d60cb515705fb7df71f4da3f83ffd4a78bf6156174147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 52361f5a61d868574ddb6debf71f1705782e2fecf06b8ee157e05a1172dfafd6
MD5 75a614724ca5a85c81ef9110e7c3747c
BLAKE2b-256 93880a176ae2194ae76c12fb89ea684635994f02b06f3a6445c245a1038700ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 543252f03e907392c998a7417443f2bd30670f00992338c77426dcd274c7a1c3
MD5 627b13d20c43c6918a335f2c499b9b43
BLAKE2b-256 25f081e4bf14e6f1b35f89b6e147f2777315bc42612fb4887331fe8fcd6612c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 301308d6221b55f6d4061d9d33a514d5554baa4eaf741a8b3d3dfc30a90fb79e
MD5 99048aa32436214f767977201471dd38
BLAKE2b-256 d033a421bb7de99c0823f9eeb8b7afffe06faa163fa28e89455e57af502e5508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c327cafce5d0dda97f8936ca1b695ce07e18d71007762fad6760e0b4e56124d
MD5 de46064ae8c69737d6c42303ef00375e
BLAKE2b-256 feaa574feb914d04ff97eb35f483cbfe7557b7010157ebcc0d06296f13f03136

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7e56e25776d277948505e35252fbe8295f12db8b825b90879a10f9cd8cd4a4e6
MD5 e87df2c8be4c6c2b89a0ca8875f221fd
BLAKE2b-256 88c2c70fbf9af1042e9bfea7379ab3d600205b88547bd848a7667c2cad7b6623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bc2922da8335fc8a0042a88bc624fb3bca94e41aeddf22b1e5f9079af3855890
MD5 5f9323bfebf276d1f2706a5268f3536a
BLAKE2b-256 845bf7236c511d8bfe7350e16f33b81937f599953e19caaedccfaedeb59dec11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c76f2ce6e6293c972d9a1c2596a8186aafccea49f587d047a00737e6f653ca68
MD5 1e5d89acf7e5073e4115f37c9a4802b9
BLAKE2b-256 b30ede919667197ccb392cd0e7e813818dead2c17e07a13f8849a9b4baad4590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd06c86a40aa8ebe9b0f502972e443c364c779597314cb775a558a927e725faa
MD5 8aeacd1e2b3ffe1895c3f85e9702b3f7
BLAKE2b-256 73d60c0d8026bcdb72ea416b39f1a51c83799e03ebc08590921b844cb0cdcc9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220420-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.20220420-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 eee579377844c73262e31bfa8894d82d7addc8cd893986efbd5e12604481218c
MD5 a1d5ebd2d87038f43be4e14657bd8a2e
BLAKE2b-256 fb8939ce3eacb3166e79f7bbd705b7e12abda209b921d2c326d245353db82571

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20220420-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.20220420-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 96c80fd0c0311facc06311674ebb84ce9233cc664387ab37c792319d2690227f
MD5 3012e5046f05171b114e0650e96264c5
BLAKE2b-256 c726d2e48a568ea42e43da7d87abc194f806b2b7ce806d5ed53920ac78259e11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4d588a32b5b8744433bec1848e2f8bf81d4a49e3712239d1b4c7e252d8829bab
MD5 6664bf3aff067af1d3780d60aef8e090
BLAKE2b-256 39b06f0330efca026871294ecfccaad7bbc91ac18d1d2bfaaedb0a42fedc1ce9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 1e01ac8ef3c33af0c0d75376ea09b18ab2cc8d65b34c443628c09afea3a05ae0
MD5 dd5fc6e404e3b7112311cbc66f5bd525
BLAKE2b-256 ce6738ef0e81fafdd42ccba95ee1db4e9c04add2b90a038b669138a51f8f064d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 4efdcc3853343d47455d4fcc2feb6af5c88441d12e064381781e506d794d328d
MD5 e00f972299cbc61216fa4ecf63c2db23
BLAKE2b-256 ac5d6015d6733a950f87253b0461d20e36c197bc58925cc0a5d845119e06c7c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 417a3ae6cebb96a93183839cd9ff586619dfda3250c5bb6609dab2e46153c186
MD5 3014309fd1da8424d3b6eb3b8c4f07ec
BLAKE2b-256 ee220228877089411d0b72f44d5b55abd46fa21ee096b02a1c23952f9804cfce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0f32d9ed732f99e0e69ad4a7cd573b09aca2dc4480452cea7dd410c4ec05a266
MD5 6aaca7a6377d0a9c234ffd68cf399fa4
BLAKE2b-256 ee1bec30f5fd50ed3c757f1f117a0f31a649c35ac4e80164ac0bd631885acfbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 decaf11ad378ab67f848c1b5d6074e95ee32ef57f41ca57b804ecdee3ec6a55d
MD5 73b23046313bac001cb16503749653e2
BLAKE2b-256 708a23d109b2faa85772f70e9370ee136c91fc72b704ed044bf96192c269c199

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 036bc3e29bdde5f2d18990caa92b3ea396ef0798e7b3f9074c06651aefc12aa0
MD5 37c5bcda9f61d150db83e0f7accc0d62
BLAKE2b-256 d9dd7d152ebf091ce08a394496a06914e0f8ba6e44453c7e5473305e0ec0b70a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 18de9fcf4a2ad602516b58c4834ff9e045d7577f9011449e0f739a57f4817fe1
MD5 d6a597a7c206c1da8a8165a7dc493367
BLAKE2b-256 d9bccf384329a5e9ef95718aea31bbd6736ff70a48a0c0a68b1ed236b41361b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 00ea62af374ea74d01078400fe73831278d5f037180cf8b9bdcbfd2ff87f23d0
MD5 41ea73b8f0c39cf881939103517cdba9
BLAKE2b-256 c84556a79625b2a01c0155b262fde34b38766458f4afc83ec4efc0782a29a668

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20220420-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77596709c7315cd6bf4744cb421b88972bd4cd65b0d5a520cd5c4fcda9e3cb83
MD5 862c857e67478f5d9e94c580a8c5f0ca
BLAKE2b-256 39f424367135743f02ae5a53da5e9157ff4cd74e28102b88bf03f3b8f759eb65

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