Skip to main content

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

Project description

NCNN

ncnn

License Download Total Count codecov Language grade: C/C++

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

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


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

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

Telegram Group https://t.me/ncnnyes

Discord Channel https://discord.gg/YRsxgmF


Current building status matrix

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

Support most commonly used CNN network

支持大部分常用的 CNN 网络


HowTo

how to build ncnn library on Linux / Windows / macOS / Raspberry Pi3, Pi4 / 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 / / / ✔️ ✔️

Project examples



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.20230223.tar.gz (40.9 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.20230223-pp39-pypy39_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20230223-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20230223-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20230223-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20230223-pp38-pypy38_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20230223-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20230223-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20230223-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20230223-pp37-pypy37_pp73-win_amd64.whl (2.1 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20230223-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20230223-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20230223-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20230223-cp311-cp311-win_arm64.whl (706.1 kB view details)

Uploaded CPython 3.11Windows ARM64

ncnn-1.0.20230223-cp311-cp311-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86-64

ncnn-1.0.20230223-cp311-cp311-win32.whl (1.9 MB view details)

Uploaded CPython 3.11Windows x86

ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ s390x

ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (762.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (957.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ncnn-1.0.20230223-cp310-cp310-win_arm64.whl (706.1 kB view details)

Uploaded CPython 3.10Windows ARM64

ncnn-1.0.20230223-cp310-cp310-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86-64

ncnn-1.0.20230223-cp310-cp310-win32.whl (1.9 MB view details)

Uploaded CPython 3.10Windows x86

ncnn-1.0.20230223-cp310-cp310-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

ncnn-1.0.20230223-cp310-cp310-musllinux_1_1_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

ncnn-1.0.20230223-cp310-cp310-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

ncnn-1.0.20230223-cp310-cp310-musllinux_1_1_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

ncnn-1.0.20230223-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ncnn-1.0.20230223-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (762.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ncnn-1.0.20230223-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (957.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230223-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ncnn-1.0.20230223-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ncnn-1.0.20230223-cp39-cp39-win_arm64.whl (707.5 kB view details)

Uploaded CPython 3.9Windows ARM64

ncnn-1.0.20230223-cp39-cp39-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.9Windows x86-64

ncnn-1.0.20230223-cp39-cp39-win32.whl (1.9 MB view details)

Uploaded CPython 3.9Windows x86

ncnn-1.0.20230223-cp39-cp39-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

ncnn-1.0.20230223-cp39-cp39-musllinux_1_1_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

ncnn-1.0.20230223-cp39-cp39-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

ncnn-1.0.20230223-cp39-cp39-musllinux_1_1_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

ncnn-1.0.20230223-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ncnn-1.0.20230223-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (762.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ncnn-1.0.20230223-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (957.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230223-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ncnn-1.0.20230223-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ncnn-1.0.20230223-cp38-cp38-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.8Windows x86-64

ncnn-1.0.20230223-cp38-cp38-win32.whl (1.9 MB view details)

Uploaded CPython 3.8Windows x86

ncnn-1.0.20230223-cp38-cp38-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

ncnn-1.0.20230223-cp38-cp38-musllinux_1_1_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

ncnn-1.0.20230223-cp38-cp38-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

ncnn-1.0.20230223-cp38-cp38-musllinux_1_1_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

ncnn-1.0.20230223-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ncnn-1.0.20230223-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (761.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

ncnn-1.0.20230223-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (955.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230223-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

ncnn-1.0.20230223-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

ncnn-1.0.20230223-cp37-cp37m-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.7mWindows x86-64

ncnn-1.0.20230223-cp37-cp37m-win32.whl (1.9 MB view details)

Uploaded CPython 3.7mWindows x86

ncnn-1.0.20230223-cp37-cp37m-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

ncnn-1.0.20230223-cp37-cp37m-musllinux_1_1_s390x.whl (1.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20230223-cp37-cp37m-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

ncnn-1.0.20230223-cp37-cp37m-musllinux_1_1_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20230223-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20230223-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (774.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20230223-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (969.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230223-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

ncnn-1.0.20230223-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20230223-cp36-cp36m-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.6mWindows x86-64

ncnn-1.0.20230223-cp36-cp36m-win32.whl (1.9 MB view details)

Uploaded CPython 3.6mWindows x86

ncnn-1.0.20230223-cp36-cp36m-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

ncnn-1.0.20230223-cp36-cp36m-musllinux_1_1_s390x.whl (1.4 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ s390x

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20230223-cp36-cp36m-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

ncnn-1.0.20230223-cp36-cp36m-musllinux_1_1_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20230223-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20230223-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (774.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20230223-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (969.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230223-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

ncnn-1.0.20230223-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230223.tar.gz
Algorithm Hash digest
SHA256 0f0097f7dd24254e6de456409a6fc3d2afa17d2462a4a73f06483c1726844cb1
MD5 b76cb016fc6396a8167e13fd92337831
BLAKE2b-256 27fcc88e891b93801a4320e9201bb3ee049c2039ee7f8dc93224a9a314615457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 af55a68fd5289f76d3930b6f68f10c4a85a728bce589386baeaf9945e00871b5
MD5 681b23b5a1a2a0bf220c4c249699e7aa
BLAKE2b-256 e88b2de8b43f67ad145c807a4d8c179f4b3d8edca869ddbd80f2b79395423ce0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a2335292cffc1e70e7bfad63d72d80014f0f3e893ace44046e0ac24e362d7ac
MD5 be8cb5d367fc3c6b774f0d1f4c55697d
BLAKE2b-256 10515023988a32d486b9ccdf91dd09241fedc818007cd4dc5ceb232c332d57b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60c5824c2f89e9f1e60d8bb3a9ca93e6e52efea66500ca59fda7e87f88a111c2
MD5 3b93f59fb8860601ac4784c04c2e6fad
BLAKE2b-256 d9a4407f861e1bb5d230c13486129682290178f9aba40c89b24bb9377708a4b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8475c88fb76d7efdd02d21f48563f11ecd91d4cff3d5dc31c117b50a6cc0ba48
MD5 4cfd51f002030180c94c3452f16e6925
BLAKE2b-256 3230c45124a021bf85ff08ecbc7ba5dfb241134e951458e92d1485f40d5e9b81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 49bf0186104409c74433da26baffaac306e9de7df28344744b445ba506d1c97d
MD5 99f504d7a47fe89ce7e591384eed6c54
BLAKE2b-256 e07aeae202080dd71bb9f0fb5ebe5192b8283855b26ecf4f001c2ea4bc3b597f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4832d2afc4ebfadd1b0bad013970e1e8f1e97d5d5c7169c0aaf99c3834e94c4d
MD5 a10c82d0c2cbeb4750b6ccc2f92da569
BLAKE2b-256 41c3707f8c31814c9cc26c64f085c5e22066b97982bfceca405688a3d550797f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0351595636c47546784f83f298f94a20dc5c1fdf16731a26dd8365723ca28376
MD5 0e2a6271c6f8d27ccdf9f73843a4d088
BLAKE2b-256 7f604447b82093c02ced2802419d02c3a2850d82c26ec41d19dc7b59d755b5cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fbb6c1a94b53bcd42ee00e032ad281801dfd53b818ef74332b33fb404b7c0a80
MD5 f83491d46044948b38eec40e21d058bd
BLAKE2b-256 7932a07d7218d8edbc56e9727aabc19ba066668510cef0c7f30839e74dcbc60e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ed2f6dbbf26edfd3907550ff486add5d78f6255680ff97523e500d5e060e34b3
MD5 3d32ec6ec9cbf1f6237269f0d0008f1f
BLAKE2b-256 e9703b8eaf63bcc938fd4531c02d392644ff4991872f5a7b72d29a1e234dccf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d71adb587395f89e539cff7d6322b717bcdf04fbf27fecdba6c77706a43a5c3f
MD5 a907effc348ee006ac46449efbb19d76
BLAKE2b-256 ee7632ff45c664740aad21df75a2f3823c33b3036ed213b36ef5e12e78ba7214

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48af048ca8e0d16c628a747c1512399764998eca3acbabc8f7e0a5ffcbd0ca21
MD5 21cdbaa0f44b6e44612d6faa0957b7f5
BLAKE2b-256 c212344231169c5134df49ab47233639b4beb955812d3b6ef306afd296a5611d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 52bacb27df7d87424d2fa19e18e3fca2089ea938f2199226875b9eb966c24eee
MD5 ae503c8f69075a83736d703d141804af
BLAKE2b-256 c0063b3cb99ed8bde730324c6a677801195af32fe336f535b134f8def7a27ed9

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ba8ec4f9354bb40bfcda1bffa8b09a108232e0614fecc868083fcc1eadb01b6c
MD5 84168c16423ae019b639537f51123f8e
BLAKE2b-256 dac26c4ecede0c81ab65631fb0959b4ace63fcad9a37ba03019b5a9578044051

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 26c5ba7a973769c3b78033d7eb2ed62189b4c847249bbba598b64d2186a4394e
MD5 6eaf1e621b51cda91ccd890f9137cfa3
BLAKE2b-256 1192821d4637aa750be5889d5d5d5ae263991eff1dfa73ac69efdfe887fd92bc

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-win32.whl.

File metadata

  • Download URL: ncnn-1.0.20230223-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ac1539a22a27699b9798d362ba620729e7efdc0c87673ecb5a6d8c3667fe600c
MD5 4623f6e4b1af0cf4d5007075ecfb1210
BLAKE2b-256 a76798ced14ebd46cbe875dfec47b2e24dffb95dfe4943ea3af3607ea5573149

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bda40a593aa25e80d6424f14f1c8756804139b8fbf115b85b37c1ac9ae2da26c
MD5 74ac4946a4177d417ac2aaefdc8c37c5
BLAKE2b-256 e86876ad1284467714c50e85d89b215c13431d7a0c3c3a3e14a1c7662f8844b9

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 427ec922d88af84ea604eabfc2c61c79a3b7521ea77ef0c00e51c12d0a7ebdde
MD5 0cd58a8afcb1380bf88b204b8afd802b
BLAKE2b-256 d4a963bda89256ae21f0e4e4012c9e2229d85819970d8f36663772e168649bf8

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 5ada6b7db51e7de5b9e943c51fa6624839cfc0a4dbc75a788c63d926ff5e38a5
MD5 198ac5eef5396b0960fe4f96e1c63127
BLAKE2b-256 d84b9bf1b4a0b639fc4a69986af6aeb3f9b5d9f7b495c38d882dbd9da97085ac

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 705ba840b7e4e6b8d6565a00fabd041b5280085095bd4be46d5c6e3bbea53acf
MD5 1fff783c7fefe6a98ab99e17eb7dc02b
BLAKE2b-256 8377912f839ef561cad8d0d0d943997bd435a1b80ead47371b75ea7d62773d84

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ad51d6ab6856dbf6073c925015f5b5e6d0d77d1f244b4348a645b656992639ec
MD5 500d3b04242cc0cc4f1f031bcff32436
BLAKE2b-256 8dbd9c0e46ab28a0c4ed0919e53b295b11fa4ff467b845576d60abee29effa40

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6df41ee9dac2a7dc70e3270089f3990d49e8edf64f314ef1ceea419fc2d31cf
MD5 3bc42a641d7ece8eaf3ef17d0565453f
BLAKE2b-256 93f4e2fa1d9f41c125b3518dc6fae83c88d5cba8cadd86706bb81526e0012f1d

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9128a0ebb9b94cf125d8efd2b245abae8e69543b1def74f4affd794db4ce5014
MD5 6b55f6ee60d8222c94a0d6a893153072
BLAKE2b-256 8f01fe2dd56f2f61d15d4f80ff1dc9265471984828fcee612ed27ce18fbcfc5d

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5fb8ef8d0d38f7705623d4644936016d222ea67143581c50049bd4122fabc697
MD5 b60f8d82a12b6e3c43f4a4a4b3c5fc83
BLAKE2b-256 edc0aecb29fb40159d2e4d6e2cd948d200a273d872fee438b86b5d3db2f22848

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 771e280b72dfdd90bec83abf555f3279cbe098d0019911ec345b8575ee32b1aa
MD5 7d2b0bae36c3f0fff0dcad33e316cf8d
BLAKE2b-256 14dcd5a4ab9af595b4d858ea951d109b32632a63440ffad7f9c8fb48ca18fc17

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c5abb954c432209a217274961ce38962675b8986cbe583a0e37db5c74c22116
MD5 c3567822d343d21d90a1414d0f4bc464
BLAKE2b-256 718554440d3ce3f50b3d094560300ad7a7a6968869612343e843f72922f85407

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2bbd142c03c7b38242f852de0aa93b5cc6167de45af95f431c0b5621ceadfca0
MD5 b3da29e52dcf33e2231a18c3e5c4c782
BLAKE2b-256 ab680ca082022f0eb978749e0d5bd803b2d18bee49aa13e89cbcade5435fc221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 162a39946e49a789ce8905fbe128ab73e975dbafb3a9b0ff68f65458942e9999
MD5 2ab777d410c788a5c120f5b46e78a556
BLAKE2b-256 017011e714700dabb26d5b4ac2be7c9bd2a8b125e3cc364b010ebaa4978538e4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 611b6989ef0f198c9cbe64e0046c151aa8971090a671b1a82843ea65987b4ad5
MD5 def4f3ce4755263d7af2eaed20433657
BLAKE2b-256 13b5d067b20b5153c5d5b783f3e5ae1afba911615f703981f47f6a8accd4017d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e172063242edbb162820be29d947587e699d4285746e782a93ccccec99fdb557
MD5 416bb8316f1fe200dc73a32b89939fe8
BLAKE2b-256 b7cb13f9e2141fb44499d434090c034ced0cf543c8718bff13b343b26a4da2e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 3c2a935d5c4b8d8cc543b20e25763f89947878dd7cc16c5fcce3228963c31db3
MD5 f7992e9b31be4d2f9b194ab63996ebd1
BLAKE2b-256 abf16d1e81526254537bf059e98a1eb7bae3c36a129ef94c7391acc2a9fa1212

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d723416a9c23b0e34c6ca7f792dd67c3c57ca0b4966f4f1da17d8a9a82c02598
MD5 48308274b69f3ea057d8028f392fd1f9
BLAKE2b-256 29f5e04f4d19f1b7cc930a6563a3a6432d9433882026b7a50051eca0e83a6f00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5f774180fe956442cc52e2012d899e672ff5780259d6798d598570295de01083
MD5 a54147dafb3a72200a48e4b3edd2bd6b
BLAKE2b-256 7f4926d96edbcce9a0e8b9520250fea6735bcdb407303bf3bd86fc17cef291e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 efb2b73681c116f405ea041f86f15363106eb237585632107bd0bb3499258808
MD5 e5032830fd40e72dc94330c40a409eef
BLAKE2b-256 0e86c2ba63a62cba50ebeff7600fdb51c499c9658c311059a6d89c81c48c6842

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b1c0d276f0e11f13a82d81141dc327b8ab37ed5eac26cec936f31cc126651e9
MD5 fd84fda28b589609634b5f5aa3ebadd2
BLAKE2b-256 7c14c780d91cf39504a7903e571398760bff176f58f74963141694d0a44ffa4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d8d7d8a3e5494f47084120643f6e6e44118f18c1c7bdf04807060760bb85339e
MD5 6296fa16389f72287ea20676911191ce
BLAKE2b-256 03aa6f8bd50fdd88b0c693f6ad8a6372f8c01d47f80b0d1c674d723f70f1bb94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a4924f21c6b545bdbb7d30ff1ba225b082fd92e10a199a2f01298204854c1da9
MD5 392772bd16c985b6934c40263dce65be
BLAKE2b-256 2c7615831a5da902dd4c3a3a17a5e7f9d5d0d0680b6bc21a7d8af0946cf8da19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c7d77b25358d66b16aa2ed49e628cfc49ab2a969bbb2a2e7bb919b837bd029a4
MD5 d3f06527be71c9efdfc33503bcbba13f
BLAKE2b-256 307fc86c337adb79b9ae06da5b7b188391343a254984947c042184be4c24b47a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 061a5caa3fe3a85cf6a3c802e46730a8f677a7f81c4097a2014602283fccb68c
MD5 755f36fb9d80b49abcd51cbcf700f062
BLAKE2b-256 ed6d8dd992a057759597894fa4a3b88d27c1f326ffc68c2dbee372b5107e9ada

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230223-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: ncnn-1.0.20230223-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 707.5 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 6a860d13a7cb41ac30830fb8df6c9595c5c259e3b6963181674a9d21b14da9b1
MD5 031611e0825fac73d89ea45674049bc6
BLAKE2b-256 9eb367bc374b23ca586bdb864cc4bd2f23c323125b7d25231a8986e6b015d649

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9c3e0337aa66c97f7f96925f58ba875b9eba6ae7805796823d423e8081230356
MD5 2596274dd7f87750e0a1126308cbba68
BLAKE2b-256 5b61c1df19eac066d2a4ed37052afa6ec459d3d3d123ba75ab960fd62c024d49

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d47e94043cb107bd091b257c83ee0a3f27f5ad080c6a452230f40fd3c9608ac6
MD5 c60eb57eed7a57876b2cd4044baf6c12
BLAKE2b-256 6f86ff30e1caaea24e60cdda55b451c8b1a29bcda88a8fdfaf77376b1db0e296

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6fcbd01c050a2277b1b849ed189ff9be6e33c3cea6085a7905e07e816006976d
MD5 8f7ad8781bf6cddd5829b124d5ec28fc
BLAKE2b-256 b12045f35b3d8b108abf59fbe818f53624ec5da873ead02820a1d43c1f59426c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 73b42d1d1c92222ca8c443074557ad5b708c903d29605baa1623d46145602ffb
MD5 94a099aa8b7b9c75afc2df5411dd6b38
BLAKE2b-256 63c60a18c5ce0722e51a3df03d5182b84c8ec93ebbc5e3bda1024e091fdd6a4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 0f2341de5a84b4732f0ec454da34a64456f305d4bda5f00122238993f7aa697c
MD5 2334394bc2e3a249115ca4fae397763a
BLAKE2b-256 1a3e87bec2f895a29107b5d051d474e92fbd4b8baac40536329130b4b85a658c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e1202cf7fce4b3ed2790c72d9fdda913606f48c00d6b0e0e6097ba9514b532f4
MD5 bd3249ab27de42612b4befb6ff9cc71c
BLAKE2b-256 cd7551d3870b16d5234b4f7ed8228cf431748659e05d6b7d17fc261ccfedb100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a94f5c93a25cbb0bca76cecc8a6a22055d2cb2f08feb3b93ae3c30f439ff9f92
MD5 d92d5efebf3342201a48b5878a103c68
BLAKE2b-256 8770c23d820ca83297b20fdfa991387f9fc71044ba5cf4764aee1cc871c24cfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8cac83daf6efe73e0d92b23e89ba8d9737425a1e04db69408af9cbb6b3664ec
MD5 6fc14369cac661e2f5b86b0bf8d9ac50
BLAKE2b-256 89bb8a488402a145bf9b22df317fccdd3977d039ff675519009028345b33ca0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fbb4d5ea521e3c7d4dffffd707fa7bcc13acf09f6761b0c9c977dc8a4676de2b
MD5 7c0b5c127a67eb437c66c50818f0c43a
BLAKE2b-256 76ebf1db10d549ade2696bd52ab41da0cab0c8ca39a424a710d6a6dd8f86cbeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6082d10c084f1701c0d731ec66a49dd98db5c8175fcdb4207911f3fe33163655
MD5 ffef0174e91aee3e87190ad95e71a089
BLAKE2b-256 f801aca9fb92da47193314b2dd406099a1ce568a344b5ee27b6c0eb1f6be0c80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2bae080edd48847b24497ab182c3882a3dab3a4390d584f7d0c2334929b7ec38
MD5 1d9dcdb17da02a17aeb9125b58abf483
BLAKE2b-256 0d99592c3233731d4b52d9ccf52d5f4b592bf1627ad0b98b5e31582b8a4b6484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b2afd0b8844b427bdc504b9e68959e0b49ae69abcda154ddc9bfd6ca2156a85
MD5 c82c9485d1d8bc8323bde6f573044906
BLAKE2b-256 d011b69f0c94e12841f0b4ad837b0e12fe61c19727050729cdba357bc292f439

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 41325c5d78f9c9b6c4b682345b456146e0832721b7fe5025335661c570ff74c2
MD5 26b102f73700cf07ebef1a032e82850e
BLAKE2b-256 a8009488821bba8864e33dcc0145400f2bfc7e54692159c27c321f7d41ad3c50

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1092905b0c02dd1fb4712fdb551d7c5034b7a4bedfd48b0aca14c9c0362ffad6
MD5 146d7d57dc9c7debe1766c6878ce19f8
BLAKE2b-256 714a39d38aeae74bfa5df1b2b4f12682164dd90ec207a8ed4daa04f4d8f0ba19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c92998b21add271ff677dfedbeb0992b7908b02b9becbf72c088b7781cd0ec83
MD5 62770ec741e48ed510bfab3f9fb557d4
BLAKE2b-256 3c04632bc58617c63b75ac4ab44b9d7619b0c60227b879edcef564d416dd92ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 ffc75800d0bd192e2c92bcb26cb04cc5bd6d6cc2dda2eb5bbecaae56f27eb06e
MD5 9037465988492876af5c8d09c1390973
BLAKE2b-256 ad9967753c27d9e178153e02700e9cfbedd3ae55b93fee84e41d2543ca1b02b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 f8b454e35c6e4cff9aa97eb1ef3faffc7b2e5a6210dd7fe02b1c83e1761fce17
MD5 4e860ed6b078d6429aaaa2a874f01866
BLAKE2b-256 4923250c73c6a30678cc7c5e74ba33bd8acc523acec7a45900e7166d797325f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 359ae87db1fd9f8783325f2c9257c52b93bc3d4ba8ee31d264e9990ba7860548
MD5 3aaa17ba4ff52b7fb2e84d01e924bd11
BLAKE2b-256 0553356ba485f90d99caac8a687da805262dfe69fc83033fdbcb79f221bdf5d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cd3f8a60dd8946f4321a31b49f7d21e0f7c86931d3acddeac2eb80b6d856c439
MD5 3130df761c684be7383ec4f41d4c5873
BLAKE2b-256 f965056afe479a39c58f31da0f3e7970f939de017f01080af1050ebf66b31450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e5223b4195f1ecbdc0080e1d239a2651c7d8630ae388f304e4a4ae04e7c3468
MD5 6a92cbf54b4e326aba80441864f9450e
BLAKE2b-256 9655a1e83bace99a0e87a827fbc42c315365bf2cbcd66c670d383c4c4ec80c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ba3cf1b3df12cb65c7bf706082f0ca89965d1a6f7b515380a1768367d7309141
MD5 3ddbe422b04fa7c0bb62315343ff2425
BLAKE2b-256 da6ea5842600d371bd8f66d5a0885e007be15428dd97de44b134910eef4dd7c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 185a0166204aae7a54dd712f7909eb50fa147335fb798d357cbdc2bf768b4201
MD5 de79787d5ae54fd34999748a1fd1ca47
BLAKE2b-256 83378dac2454acbe5a8deab36eed30144292e551199393d3e511e4b03f6a7e9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5f8d9c5e7950e75c586b410dd20072a8d3a41b6aef0bf6f81602c82d4562aa38
MD5 94839a731ed486b690d5f5f6a9886d13
BLAKE2b-256 b9a86ceb397eb43afb12ec0ec1680377540b27b35769b814d2cce6b4739fb989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e2ba69d0dab369d5498d3433d2dc080a69e9118b0d986e08a60afe907a7897b
MD5 5a574ecfbdbb4da704118c1e7bddc5e8
BLAKE2b-256 e8b05aabcd2191b8997b1103f8e3d03c2f2582f38ece5994fc77e1fd68847d9b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a3138d92fc6cedf513b1596bc8dd2e124447f9cea18d8f0a618fe554ed6bfbdb
MD5 deded0353200e7d48026ba89a09bff9d
BLAKE2b-256 324972f54e42ea81bdadfa0f4f8c2e7378d03bf27eb9e0371e6e83bf591a5ac8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6d13e2bfade5834975c8bcafae30bef8954f8bedc65de05844602d94ae4e67af
MD5 397520eade370c6c716fb88ae9a43da8
BLAKE2b-256 7e886fbb59f7410dfe3291b28d75cccd9e055952d698b4e36a2e13ac855d0d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 487f295ea91e36f6763b03fddcdb5d12e5e1f741e9848dc0d9f69e97b33fd118
MD5 bc18c82a097cdfb56fcd13b8ab87780f
BLAKE2b-256 8bbdf03b894bd2ec665970e0ff620f38ff4bb3198c8415116e73ac53f94ac663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 11278861ded45f42b386ce648a378d0cdc643b64cb4b02709b51c84478ceb924
MD5 86ffa0c28536c3663da60229d317d822
BLAKE2b-256 4b7222850bda5bbb103edcfdea717791432aa3749a42e71dac3c62969db7e7cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 a0777b15262f8e0e1aec8f4cd2e6719e1ea16429558e2c162d4e6ce148c20c75
MD5 1305df664d4fb66977856e58fd2513dc
BLAKE2b-256 67c86ba7a2dd02de4ed8a44aa2b001a423b046b2d474745d56205dfafd5ca1c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4494cce5ffe3f6206d35aaa9dc3ea502917577483aa3c9030aa5782f678a3b29
MD5 e1d28a9fece73c30c021af632c20f080
BLAKE2b-256 d0f76462f7855c2194f070150347aeeb1309f7e267c873b8014a14c38eb6a549

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1a42203235b041270e0c1e69f435a9460f71699356a24b712e864188f7336f32
MD5 7e20193a1d08ffc3cc4ee90f92246c25
BLAKE2b-256 e65709cdc51c4fe6a6d1fc5851df741d14d67035b881da548b0064b6b5f55552

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4427ae459e820117f081966e845fca628d03122b639e4bf4c91907bb69a6cf3e
MD5 6f6c42feab17f9dc8987633fc81bef95
BLAKE2b-256 a5708f510d42018d0118f8e5270da4ee9e11fda7448959a9cd55abdbdb2fd426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4ab85c1eedde31934060558d8c1bfe0d2976bdbcb75305b6e24d41805ecabcd0
MD5 475edd57c2480eea810a18c45c88c45c
BLAKE2b-256 b119cd73a3b20baf34c279e621c32226c609c6628c567fa5c2552dd93e97a50e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9677961ad577a1f22b5ad1cf1690d6991f4e0b5b2944222388a5b76cd8ca6b0a
MD5 b30d31582a6a7bb9f348e1cf858d8cc7
BLAKE2b-256 b4bce54f66468dc64fcc89340d7d475ee26b5956f751ca5a6308b176be8fb1e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ccab973ad1c2d6df40fa87fc6f09ae7d9b06d2ef3aa9349905cd1cd13251e214
MD5 4458b86a5abe661d405e9b2c4af0ef94
BLAKE2b-256 0baf98aadf4da066e8addd4bdd6c63fb402d2a127aba1703f80b24631b6bbcac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8dbf104ae8493fab2fe3020c5f3d6571dc0fc33180f678b863643eb39b80217
MD5 4b6acbfd623de7cce5de0977d651b757
BLAKE2b-256 7c6a50e651925dbbbe85b1d637989264697b8e3333e00d61c3095408ce58876f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3849dff3fd8517615e1ccc81df89656f2e9f277409d5f8dba070910065cb13fa
MD5 3f4c199ada71db6e230d76097448940a
BLAKE2b-256 2cad23c7cd0191a955ccb83f0cd24ebd9f3f5c063888d8fd8d22fc615376ab5c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0719bfff30b80e6bf1dce6b562d252dcdf96c92b60ebf4afdbae3658dc9d0290
MD5 80b0ed7274cf9fa78c51148e87fecea6
BLAKE2b-256 ed2916053176d833673bf54532fb15960d3ab7cd7d764ef3dcea178dc8ea80fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 612cab3654504fa836f02dcdecaeec04a614a4160ac8d6cce9cca87ed260977c
MD5 98f685694031e03b27eee88a0f39e0f5
BLAKE2b-256 6d6d6ac6a2a296d0d29b22c52fc9548e0ea79e17c31771af015367a423a4a4ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 c64f201432b7d3ebb4d0f14e9b27308787207439655cb2af726fcfb1585f0562
MD5 73bf25410ba9eaf1249f4b206dd0309a
BLAKE2b-256 5b35e418376fee6f7c545fe7d51968ec1d0c3a8c3ad1e3ff78c57e30e069f75d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 000dfe51d83971ab6de2db85d3c52a2ca841387d173b41f457d25104abfba4f8
MD5 3615d38ed6485cf6859d6d97575a70ab
BLAKE2b-256 9aaaa8bd8056967622d13a5fdb8bd890aa3cc72a943b492a0196555762a1cb65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 66265239e4ab6e7e44c3c91af7f05f916e90005f5a67453dc1947b5c01905a6e
MD5 3ba13dc6d0c8192897eebe79131c8c59
BLAKE2b-256 163dd7effa7b443b7da0c9ff938e79bc170068b179a4a7b0257e6de93bb633fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 317162aae90e025f5aeb7b27eccc98d069ce9da7d4b40fa4626641c294627291
MD5 164c776999d1a979f869823e985c53ec
BLAKE2b-256 aeb1d478067edac62e00533d7dae7d149b2c87d4bf176ebd83068c4f8700a979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e843d738c9b5cf547cebc3afc9d927c43a739a2f627791719eab2f50a737b26e
MD5 e5f4582700d9b7e9df94982bc51a31f0
BLAKE2b-256 7a5235a5a9a53627b7d67fd952f043a328a5c03f43a18fcdf7b062f84c1c085e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 914055a9e591c0daf79a234d45564a337104ea5d6b6e2c203b7d22f2ac0440c5
MD5 4c804fe6ab2aead20d5768040b0ea64e
BLAKE2b-256 6977404cd1855aa2b50e85c5b4ed34a2a5c1aaf191515d744fc47d72cd100aed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 33102bcad959d8f8922349333b4019e1e337246d3f956831fa3b724543e5e508
MD5 0bd30a3639d04753820c05a50445732e
BLAKE2b-256 0b9432b244747a38953b2eabc6f092bb915db0e5a0eb70f25570c81b80949517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3fcf549e8a4a78b357c9408735cd2e5d4b6ac63e71870f5d0766caebe550445f
MD5 9bb357f18c8185b88106f942f21716ef
BLAKE2b-256 96324b8c136dafe1730fd7334ef446d2286ed63062581cd8cd147e8df97d4a72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230223-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11119ab02ceb8197b2912d12db0dbb60530e3acf129a52eaafb3190b0cd0ff61
MD5 98b89d4dd449c3dbf55750137c1b4b4a
BLAKE2b-256 5d656cd4f3db7e2c289ecf3496ab5cbb9bfcdce400a5bfe187c8a2e4fb69ba24

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