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 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 / POWER / 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 / / / ✔️ ✔️
ibm-cpu / ✔️ / / /

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.20231027.tar.gz (44.4 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.20231027-pp310-pypy310_pp73-win_amd64.whl (3.9 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20231027-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20231027-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20231027-pp39-pypy39_pp73-win_amd64.whl (3.9 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20231027-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20231027-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20231027-pp38-pypy38_pp73-win_amd64.whl (3.9 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20231027-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20231027-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20231027-pp37-pypy37_pp73-win_amd64.whl (3.9 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20231027-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20231027-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20231027-cp312-cp312-win_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12Windows ARM64

ncnn-1.0.20231027-cp312-cp312-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.12Windows x86-64

ncnn-1.0.20231027-cp312-cp312-win32.whl (3.3 MB view details)

Uploaded CPython 3.12Windows x86

ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_s390x.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ s390x

ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ppc64le

ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_i686.whl (6.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-cp312-cp312-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ncnn-1.0.20231027-cp312-cp312-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

ncnn-1.0.20231027-cp311-cp311-win_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11Windows ARM64

ncnn-1.0.20231027-cp311-cp311-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.11Windows x86-64

ncnn-1.0.20231027-cp311-cp311-win32.whl (3.3 MB view details)

Uploaded CPython 3.11Windows x86

ncnn-1.0.20231027-cp311-cp311-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

ncnn-1.0.20231027-cp311-cp311-musllinux_1_1_s390x.whl (3.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ s390x

ncnn-1.0.20231027-cp311-cp311-musllinux_1_1_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

ncnn-1.0.20231027-cp311-cp311-musllinux_1_1_i686.whl (6.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

ncnn-1.0.20231027-cp311-cp311-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

ncnn-1.0.20231027-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

ncnn-1.0.20231027-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20231027-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ncnn-1.0.20231027-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-cp311-cp311-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ncnn-1.0.20231027-cp311-cp311-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

ncnn-1.0.20231027-cp310-cp310-win_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10Windows ARM64

ncnn-1.0.20231027-cp310-cp310-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.10Windows x86-64

ncnn-1.0.20231027-cp310-cp310-win32.whl (3.3 MB view details)

Uploaded CPython 3.10Windows x86

ncnn-1.0.20231027-cp310-cp310-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

ncnn-1.0.20231027-cp310-cp310-musllinux_1_1_s390x.whl (3.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

ncnn-1.0.20231027-cp310-cp310-musllinux_1_1_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

ncnn-1.0.20231027-cp310-cp310-musllinux_1_1_i686.whl (6.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

ncnn-1.0.20231027-cp310-cp310-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

ncnn-1.0.20231027-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ncnn-1.0.20231027-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20231027-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ncnn-1.0.20231027-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-cp310-cp310-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ncnn-1.0.20231027-cp310-cp310-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

ncnn-1.0.20231027-cp39-cp39-win_arm64.whl (1.9 MB view details)

Uploaded CPython 3.9Windows ARM64

ncnn-1.0.20231027-cp39-cp39-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.9Windows x86-64

ncnn-1.0.20231027-cp39-cp39-win32.whl (3.3 MB view details)

Uploaded CPython 3.9Windows x86

ncnn-1.0.20231027-cp39-cp39-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

ncnn-1.0.20231027-cp39-cp39-musllinux_1_1_s390x.whl (3.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

ncnn-1.0.20231027-cp39-cp39-musllinux_1_1_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

ncnn-1.0.20231027-cp39-cp39-musllinux_1_1_i686.whl (6.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

ncnn-1.0.20231027-cp39-cp39-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

ncnn-1.0.20231027-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ncnn-1.0.20231027-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20231027-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ncnn-1.0.20231027-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-cp39-cp39-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ncnn-1.0.20231027-cp39-cp39-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ncnn-1.0.20231027-cp38-cp38-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.8Windows x86-64

ncnn-1.0.20231027-cp38-cp38-win32.whl (3.3 MB view details)

Uploaded CPython 3.8Windows x86

ncnn-1.0.20231027-cp38-cp38-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

ncnn-1.0.20231027-cp38-cp38-musllinux_1_1_s390x.whl (3.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

ncnn-1.0.20231027-cp38-cp38-musllinux_1_1_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

ncnn-1.0.20231027-cp38-cp38-musllinux_1_1_i686.whl (6.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

ncnn-1.0.20231027-cp38-cp38-musllinux_1_1_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

ncnn-1.0.20231027-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

ncnn-1.0.20231027-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20231027-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

ncnn-1.0.20231027-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-cp38-cp38-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

ncnn-1.0.20231027-cp38-cp38-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ncnn-1.0.20231027-cp37-cp37m-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.7mWindows x86-64

ncnn-1.0.20231027-cp37-cp37m-win32.whl (3.3 MB view details)

Uploaded CPython 3.7mWindows x86

ncnn-1.0.20231027-cp37-cp37m-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

ncnn-1.0.20231027-cp37-cp37m-musllinux_1_1_s390x.whl (3.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

ncnn-1.0.20231027-cp37-cp37m-musllinux_1_1_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20231027-cp37-cp37m-musllinux_1_1_i686.whl (6.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

ncnn-1.0.20231027-cp37-cp37m-musllinux_1_1_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20231027-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20231027-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20231027-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

ncnn-1.0.20231027-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-cp37-cp37m-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

ncnn-1.0.20231027-cp36-cp36m-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.6mWindows x86-64

ncnn-1.0.20231027-cp36-cp36m-win32.whl (3.3 MB view details)

Uploaded CPython 3.6mWindows x86

ncnn-1.0.20231027-cp36-cp36m-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

ncnn-1.0.20231027-cp36-cp36m-musllinux_1_1_s390x.whl (3.0 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ s390x

ncnn-1.0.20231027-cp36-cp36m-musllinux_1_1_ppc64le.whl (3.3 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20231027-cp36-cp36m-musllinux_1_1_i686.whl (6.0 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

ncnn-1.0.20231027-cp36-cp36m-musllinux_1_1_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20231027-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20231027-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20231027-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20231027-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

ncnn-1.0.20231027-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20231027-cp36-cp36m-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: ncnn-1.0.20231027.tar.gz
  • Upload date:
  • Size: 44.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027.tar.gz
Algorithm Hash digest
SHA256 d1f8ec31a2a886a09d9f08a6b18b1ffd5ad5cc914b15944a9a697444c52e33c1
MD5 4112cb86f6e9d327c88fa9655fa1ffe9
BLAKE2b-256 e21379ed7fc1d8b0cde7da6917efda808e4f405ee79fabad8affe263b09d4e95

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1258eaa3b6d72abb9eaf4ee66314d6a1ee3e94fdc0f4f16c6bfbdd5ec15fa6d9
MD5 970fd94cef77d68e7b949913d7dce4ad
BLAKE2b-256 74afd83996d9756fd4a156a2afdb40abaa1c0e38e715e4b3e66865f50ae12123

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c672982ce7b6200206c628955f3c184588b4c3ae64ff728cf53b9dc3d2e3464
MD5 09c4f7cc8f6116fa7243db4f27db1eb3
BLAKE2b-256 b496f17e011ea72e319a8c7166aa9b33530700f3ad18084ca50af3b5335c8037

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a083e6714b2016b02ebb70316597e6b37b73d757b87a757c8c32740172851a0
MD5 0cd822d1de10d53944663d9ce8a8ea6f
BLAKE2b-256 afa21096d29fa25a7652e6a54d9a9d3acfa2abd147aa4db5f26ec183abe9c55f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ff83886e2c6da9dea874e8b050c4eeae75e0089fe637d7da347ef9b65a46214
MD5 99679a2bb77a3bbd9f882f15c1ba7b6b
BLAKE2b-256 cb14ff92e17d6813c4ac5675e6338ea3777de55b19550cf18c5922d79e858dc4

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 194555e5bdeba4dfcd8b4d40cf744e1e5b94d7bc0251784172761ebe1aef352c
MD5 9119f246cd78533e1cbea2fe433c6754
BLAKE2b-256 079c1f4b58fa117e47326aa74fd362c9d25967d3c367beadd4685562f7bcaf77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 541ea13e3e618743ff3eece82f9f889b4f493c0a7c11e3b87c33be03b10107a4
MD5 83d320b3da97161deef378f49eada80e
BLAKE2b-256 c39afddb84b5e9c26d53914a62f5eefa01e94f7ed5bed326f584d45be05edd8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a056a09f46a3f4f5f22850a147e425aee74df3902a333775bd40ba01043e758
MD5 d785206d61d37a1a3c60466347b902cb
BLAKE2b-256 0b790e06b19a127eff5536c7a6a12b8d828c435c7abc14ebd80e5fa874113b86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d58fcf05914802d50d9aec77865b75f2b6579d8a4c19e04c3f46151119e2cbb
MD5 2ecbe5b17ee1ce6d0b5dc5db5d4ee126
BLAKE2b-256 8169bdc032fd14f1ec1a45522d19df8c988a4c7e26b0b861e3e8ab733312e96a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 103756be60d18f683ffb33337f421e868b86db2ac02f3c165878310516215c40
MD5 5db6d95ff576b9d53c2961a0fb73c9d5
BLAKE2b-256 bf57ec9537de91fa9af07ffc7b823601b2c39f3ac87a5aed17a99d68b5b211fe

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 650ea94643195dbb1de852288265618d3db49c8236b5e27c4c0876c801c346ba
MD5 43e06fcc13d14d21ff1acb4e8be1c623
BLAKE2b-256 dedf0685a0611d2b45ec4ea1515fb65a8cc9cdfe9a1727b65577db6967abf8c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 062d21d6ee5fde50e81afa0374898d89c93687dfeac52a5e2247a55e04192765
MD5 ede49beb6eb0b9f33900952543b84b98
BLAKE2b-256 d0bc7bb4641d9edae1a4e355b50d6ded2174e085c436283cda18a3bf0beabcc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fbed62e197e91b8dd5a3876127e26b8620df02e96ab4e704be3b8b0a9cc7bf0
MD5 5d4a3afb89ea111c38d71df248feec80
BLAKE2b-256 6f85f3dd76df98ed2c772b5507c4694979cafec2ed7aa7e28ae9753b3bc8e4a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e454e6ed5a34b79dc68ce4075209e709ac98a50bf57bcf757186075690f12e4
MD5 3f491c143d83f156365c69e8f49d06de
BLAKE2b-256 be45bedc6ea32b75a50cdedacb0e8b543f19e97dbc8bf2c11420aa2bea4a23a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 933a02ebf8c35eef6ff3af3fcd44cb7e84034324d4ebeedd876d382096962511
MD5 2506b415d187b1abec5546cb2b1559ac
BLAKE2b-256 3779a78680af694a9fcdb66073b854a4c36b2c06047212473b8b84c461e09ade

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 833ceff49029e841011496b6f37e02afd689406d30e8a1e1f6933448faf15c68
MD5 436e2463141c9db968c264581e64e559
BLAKE2b-256 0d16a1d2adfc8b920fd35aef102c05501e79ae1d7574091d3886281b533a8eec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c66a8f371c2afed2596500c7c98159059af35dbd3ce7523133c695da196e3abb
MD5 ffa7c6461cb74ab129f0186ddd74b73f
BLAKE2b-256 1bb4806122ec19e658c9f0ee4a81a178d56b5b04b576b8a186cf76121d9ffcc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52de234d3795e8e22db6a06f4aa9ec2a948165e88c90c4dc23fcfc5a2d07fc48
MD5 573874a80947931cfc214ea15dc69689
BLAKE2b-256 2473ecac54534bc34b12521f0fa9f7ff2ff35591b2b1bd962b3f327532e37145

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49c1242207b44fd03e849d3e806bb971b4dfe9c104985ca2c8e8de4ce5be0e4f
MD5 515f85f48e3fb8f9477a5e0090aa9808
BLAKE2b-256 78610746a9bc59efaffbe8e6ce26d262c9dad0f63d89387559eb0b52a6ea2549

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5204acaf0053ffdbe6c04afe742ff90d9f434d5f4f15150046c68f0f1bc6e4d
MD5 f58fa569a4a3e33f94c536f554b7977f
BLAKE2b-256 47d5e6efc4421f8119118cf5f532fe27a11ed27aa425358b36270a9edae9e684

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49e05ddf76cc888a10660aba647e57cbcfca5da2334b9592a0e4f25d23635a3d
MD5 b049efafcad95e20a13485b84ed285fc
BLAKE2b-256 31fbf73f716a572e087b5b3a4d0bf48f222f5e838dca32937987050266ece992

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 db9bf4bd3f0b3bf9f21a491c100e436f89e790cde48cc5650e697d85f3c31507
MD5 103b7254afc1d4a0af2cbafe6df89425
BLAKE2b-256 ae32b12f47c452d47929ddf9952ffb79008cc73f501f6d5eb465b0968ab0e4bb

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 68adda994551ba7359a018efbfb500d08a75372c4bc4c1479a7d16706a8061c3
MD5 0a90a87eac36f97620596223ec85491f
BLAKE2b-256 5a78b883f3a6b1da54fea79ae5f744eff2a8c0fd6d08c58191dc89e7302e1b6a

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-win32.whl.

File metadata

  • Download URL: ncnn-1.0.20231027-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 974d8c5bc9e17ffcfc61e7512a266989ef454a5b100e406f3d032b24def85c75
MD5 bf0b16b2773e7e9a96a191e79c7e8ea8
BLAKE2b-256 7a30185d2f74ad28b52c40f414f88a87a81bb2d828c2717334fe239c68f1a2af

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7c9287b194d904403fc081fa6e686c48e25e7dac1054d1e6c9f99b5de5cba11d
MD5 2cb9b811dc3f3ce3b6601a721914a3f1
BLAKE2b-256 9f8f8bdac33a0eb4797d0ff53929bfdb16bc247896f3103ef2c556eb5188e3b0

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 b0c4ab82208fb057c3c4a29afa8066c0b25934ca45c2895d25f321e2c6e58389
MD5 c38aa25bc0d15c8fa7757413224592e9
BLAKE2b-256 a7434ac233324dda503ea35c2381fc8275ddd0a2678356cfd0801c5f1caba02c

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d16ed902c0e0750922a61d3e898cf2adfc7fa13cc1f4048edfaa21c83d57a443
MD5 7c03ef05b79f4564b4d6f6d82971d641
BLAKE2b-256 92ee5092a26de54e8524c800a691ce1bba2df60d0deb997fdddccc0eb8bc9a6b

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 db7b68975ec57ebddd72bb49ffe10a008a96e079d23507bfd6b73c38b36dc6c2
MD5 b2da22233f43e84e090583ec49c52454
BLAKE2b-256 88e08d67e3be2decde91bdc0131cc71b47559acd1d58d699fdfaf6702728a4f9

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a2e0233beb9790f71d250a6f0c327a87c2701d8418dc258632625d18844a5810
MD5 bbf83211d91d5a9f2be07313c00a1e4d
BLAKE2b-256 ba52df9fdfe3e6fcd8047fddcd8f46caa7cc5b376cb54c251cb89191192325dd

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86df37666d5bf54a2c676f33bd73d55eef42783957f5b3f8005460dc6e4aab03
MD5 4c87fb5bf58c0641280578cc5148471c
BLAKE2b-256 a4817adbf75ed8f2c558fe2779a6acda20f156547243d2e3b4b222666772973a

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 95adcd8bf54dd97dac11fcd221ad4646c27eb32ba51bb07c24cbfd0f416062ff
MD5 687b73403e45cd9bc5e58cb21813b5ca
BLAKE2b-256 31cd8d77295248c24bf52a124ab1e885cf1b11b0d1d450a3640f5aacc3922bbc

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 183894fc1e138d32102245f429e805f303167361c70c56568878b4019cd21beb
MD5 486b25bdf9bbe1922c11417643e1ffa1
BLAKE2b-256 b484f81f8cb5e792185222a34bed2fc2e51adf49787e939c98d142b35b9c8c19

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5e90528c47813e62520e733df7d209756cfa0e336682118cc98b3c54bdc34dc4
MD5 f332ae6cb2ebacb78f46cc27d5491c86
BLAKE2b-256 4be6222ef02edd6ef124b41b05131e8df631abfbf0a0325334b1c38ff5862877

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85fc1ac62e25881dc4a81c57fd5c41224444ed21ab317aa9610b2b0b175f427a
MD5 2b312db293ee40aa92ea1de26b22f4be
BLAKE2b-256 bf4aab0b959d9975b3c42a77cd639271b8dfd13948d9321b14aa73726a1d04f1

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bcec3766bd029ee4e0cbba0a05599b7dcadf3b41614b5202de6c05542873884
MD5 3ebdacb9bb074ea6f85f04059807fdaf
BLAKE2b-256 a3b5a9c7101af53c4d07756b14b7ed30798e4411f83e537da2b1b1d737cd4950

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a6b6d199980c37292b3d951bb811b41629e4affc631bad2568e403d3d83a503
MD5 470c373353887c9fea1a532289211a26
BLAKE2b-256 dc800682229ec80ff05a836d053acba293f3bba2d9db8ddb0c5f17031f4225a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f2e5105ab6b75c79bfe2613a7ad38dcc10ea70b31fe7c6957728fb421917e839
MD5 6f77590d3137109e8c3aa432c4c46cba
BLAKE2b-256 65f55f675f0d4acc7f200d4b6a7eda50869364f76ab3798b5f26a00bdd06c476

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bd1c39a33c46661652c3e6515650d2219856ed7b9bda0876b2ca400c4715f4f0
MD5 ecac68fbc8516b29ec4dec05158b3d0f
BLAKE2b-256 c9613ab10dbe96ce8b42a32fa69b35daec933becfd94d8bb2d0557d7de985d32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20231027-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 58fb1953bdb9fd9b319ff3be5ab68792124ec78a74e6bc4e52fb942dce789ad9
MD5 f831b1f430cc5cf8c2ee20d1897de87a
BLAKE2b-256 b168627c1fa6a6d23c8ec13226f9e417daea18674fe31289bc12a6e8bd60bd4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 baaf3550c8aabacafc6e6111bc3162781f7512149c71540868fcf55f224fe01b
MD5 f00f360caae89f56bbdcb8e433b8b659
BLAKE2b-256 fac03db2b4272e402d8e0754f080e7f20313e088dc621f6e13f33121f628e19d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 d7358cee1e32f4bace1eaf99b719c4048a22b3971e6ce56bda996ff9bcc0318f
MD5 5973804e698583937e10e12234bd7d87
BLAKE2b-256 9c4b5d56dc07c18861946f425ac38ac284727d787fac78068a955f5cf8aba2e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 b84a7de13216eef019797a78666bac2636a3a272c37fac1077143018e0b60337
MD5 c2871815892400b9ad28b891eead2e83
BLAKE2b-256 b1696fd5783683dd1ba207b48374b663ab1e18b0bdd9fbf89c1988313b791fe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8332539b16d1939c9ff7d99669f3dc7c51bb6e30a5f42547ef86baeb69627b6c
MD5 2735afbbe27330995ee6d57d1ac2eb6a
BLAKE2b-256 a04c746c4a658d1d7f8c06dc946e3a9449138cfd3e1717cbe5245c196a23c23d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6c6d92f066ef14aef80dd34b8824b3d066519d5a2f865b5609be090b6315f125
MD5 a1630460ebb0e8ba888bf46388c6762b
BLAKE2b-256 2c42627d080d1c9a26249571ccdc5557f88e04eaa96e445661658eba201e9d73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c5077dd2c86e8e2a6f0d2bf84d7c19676e7594fe2b8c2ce4d9573c87eab53dc
MD5 a9dec27906ff79e4b6a5450e041a5853
BLAKE2b-256 9a4e0dff9c9678307b58d97125fac6d1c5142fc13cec59dda50189dec22c8db7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6d0180a326234c846a71f5e4569847405e50b17d5de62587c7c4d9b95df627f4
MD5 a4af4e8f6b570e23dfecc25e2fab06bc
BLAKE2b-256 949af934b0902b0f6c06584226c6dc0a98dd7e140114f588ab5d48cfc39c3440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de7634b03a0d940fb0019eb79b7eb125bc164c9960970a0e43a1fb457c37f81c
MD5 9cebc2603b9b951a12fac2513d5fab12
BLAKE2b-256 ac2c97a7815c064b041ce02939c9590d5e6b7d680aa562f2f26fbddff4ae7b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5395f07b76219eddb2ba63b331b57780c0c8b0ae03dbab8ee54bc6be7701c725
MD5 2dba1ea79d513d1c9dbb32f057ab1d8f
BLAKE2b-256 d7e906017962179ae657f162fb70c244ca9ef582ccf5d31f7d4fe907c7509ce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff435bbb463b449af2968d64ca8c057fb3de3497f09bfca0c81560111b11cf0c
MD5 2bbfa6ae8943498724e69d0120c8de8b
BLAKE2b-256 b996606d6cf546e7a80184f0e130625a20591673e3d6980841d480f0b411adf5

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f07f7045bab90a14b3b1ca9930aa31caefcb4309908d0694ce5e5182a84ff0d
MD5 cf46ae52b33e74c3f84eb6a5a6327b99
BLAKE2b-256 cc96b51cf1e91fb300fdd3e3e060146f8206a7fe57cd97d79319b33941b87609

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6fef3c71ca9bc99952c73d97edf9ddacf8525bc8b8ca75e79f1e494d98b366b9
MD5 3bcb75ff46eab5d3dc83ccfafd912761
BLAKE2b-256 bc62a343906e025b8960a86ea96c5f10cc6486e24226f105dcf37a588a31e76d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9fa9e3ba63801fbf1341c72cf53ce4d3d72ef7521566e7c7a6456ba508132d2b
MD5 93b02084f78c2cf1604321bf676385b0
BLAKE2b-256 62a29157007b1fedacb20f1094a5a7f30515e6df00dccc5d9947a99af2e8a890

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 242b737498b83199b37d4f63ba9580d500f045e1b86472eddcf094ac5f1c341b
MD5 f31aadbd2ea30096ce47a0a8bf40d6c7
BLAKE2b-256 79d82e1844c5383be415d2e2d8a48b226f8d530fb6a48e6520e8214df41d2313

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20231027-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 887765855c0ca74371978638ad1a4a39fada5e2dec36425e10b3bc784cacd025
MD5 c02487c235dc3ec92f3200549accdebf
BLAKE2b-256 418ae85620dfc85f173b2638b4e9dca1918a845477c46dcf49fa2ba6ad47977c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d7494ba20a84459bc8cdb184660b2b110a691b282171839b01d391dc31d068e5
MD5 b40b99678c965346f15bcacaf1e68e2b
BLAKE2b-256 1389272c0a061dd35279a044f31ebf29a98fae2c790bb172f18e5f57dabfb816

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 e24197a07b069ac7e22ddf5fc16e98ceff1f453d8db6b9c59d9153c0f86dfa2b
MD5 828e255a3e521c398f4b0640854f36ac
BLAKE2b-256 8768202eb2e125419a3df4cfea000d1c0bda944f96a0357f8c9f2da4fe3c83bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 4722669d714343c0c3c3acc7b8225d14c7b6063f09579d80f6e937ce57756057
MD5 2f42f272e21d10baa892b01d8721a22d
BLAKE2b-256 a85d549e0ce6b19203366cc81f60f4887dbe973deb23e32679171ef9fba7bcba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 368e5d961599200fc88241a88a76a37caa101196b082c58e4d5eea545bf0d2db
MD5 e58e7a71b28025a7b853dacd5346f675
BLAKE2b-256 88942c8f32432708ba92f29cb5bf62b42417b512beca781b9c472163c7ef7efc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e3d9db5e55071b7fe4e03275dd2895310c649e19f8b48978670f74723dc3639f
MD5 3eb3ed4ffc1d45f23b4c223ee9981f36
BLAKE2b-256 529c80f4f81e9cff4729660255ddbea0bdd65f60f76cd486daee2099a211ce58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9416f4d2aa005faa72b8424b94792a83d84e4d38f81fe8cea8330c58049f8ca
MD5 b09b746e1049c4268d42aa871b959f6b
BLAKE2b-256 e7bd5a0094bb5af27472d9cde78150ff34dae3ac5173f207b298fef5d4aa8d04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0f49b828d92e346287898885a809bac8e09e8e71a238754efe430f98713cd8ce
MD5 4c781d7e9464a5d0d85c9d3853a1c729
BLAKE2b-256 9c07e629cc2cc80bdddd4365017b704870e4ea0e4d7b2235d0e159da904f0f1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 566ed597de6237c01d85fe01e960f7fa6c58aec4cf8eef566647e0e43bf86b62
MD5 534d1491c87e943f6265f965f9ba2afe
BLAKE2b-256 39f559f3fdf522a4a9e5c21b2b9deeb5cd79986baf3d933daa5e454ce4ad12af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a9e78c32015cd2f9f433fe01b48c59b0bb22379eb24f2e7107497e12163619f4
MD5 cbdd513ea170fa8ccedb1a450b6599c0
BLAKE2b-256 29648df451077bf9bfd473320b058b6455ad511362bfd161d5673347f972e5c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f8a4cd2968dee9941172783599cf90979be57ad2803dcac5ccb9d0f21f0c064
MD5 9f8fd33a0f89caab86870e21e036204f
BLAKE2b-256 63cf524ef98af98abb16c910cb8edf962ef3aa8b67921ead128fae2ac9b026f5

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27126fdbb496036a2c2373c0e28ce66cedcbe2b3f9fa141eb226163c4d46cc71
MD5 7fcfc2e4d0e71fbc70114ba6e6961c69
BLAKE2b-256 c517670bff6575a7002c4106270669115dc3047bcd3ea181a00ddd142c592c62

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 642fb91df72ccbbf6196548e926c9b3633dd802cf797dd9ad45ff4ad2293a38b
MD5 240f581ea22bf6c20e5231d1abce2820
BLAKE2b-256 a0f2bf4d19346322be84778a788a604aef849375a323f8dc0e783e2eeb6bf3f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20231027-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 679b7abb3a6247c0639e0b1605e27b0b701dda75007b57c9377f9d23fb79d33c
MD5 1a8fe7862d98022fdfff5cf8cd78489e
BLAKE2b-256 c10ba6da4be151ed6e71a9111f1c0a0c8df6d8b0e9f5494fcf18d42aa0864124

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20231027-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 74faeaf6a941382582974adf2f03034ac5dead63497463a43dc1ddabfb5ef951
MD5 7cb12ee145e88cb238b5ef8ca626c861
BLAKE2b-256 92639b84b995da6f329fb733cf30491a016d56ae1b82535d7def5be069c2a36d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20231027-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7947089222a397f759302b3a107e8f4a35abbc9ef06c6f3e7bd2aaea012284a2
MD5 cd7bf0f05df0ec528830ae2243d92ec8
BLAKE2b-256 4a3cdb80e43b1b4334ea21ebf4c8dfc19688acbf680f2ad58392010a7d3aa5fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6ac2b0a21265feb33b5e0fb718c0c24e78abd1e610f0c37bae7a014ba6ab8729
MD5 b2524c89b1fe7d81b2963c9ca5db8dbb
BLAKE2b-256 e4a876e6c265cb495e42f68b1768026c853c835a21522591c158f214a87b81fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 39559e99845a1c0d575e95a96269d7478ad56938b73d4e4066cba1d816c643b3
MD5 63191674792292c45116daa15db16d33
BLAKE2b-256 c99d5cdc1500741cdc872d400967e2db3982146608144353f4ffb684929283bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 9f8f0b3029a668854794dda5125fca5e783708e221a755dbc63518fda39e9316
MD5 b80d53c9b9563efe60a0b33351e27e4b
BLAKE2b-256 45835a9de1cc6f228172cee2d24e1953a9a17699f491d1de3e5469e38339fef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1805fcb0c0985a2ce9baebd3fd19effe799dae2a0c4519d547cdeede321f809f
MD5 b70af54324a973e9004845151350ad80
BLAKE2b-256 fbf0ee9af4cf09c86bafc60430f3fefa97a630bb4cae8bae28a987efaf1128ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 34c2ee816cc3159256b793e99581934f650f7bb18a229c191b0cdad2924854d4
MD5 8a967f331abd6da81840d22c598a1b76
BLAKE2b-256 1a074660be85309023082e7e3d363b35ca9fe6b7d356f077283e1fe0c8582499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b39097b9995cc7e512b6f2df10288cae48c14b97df121b52e1b95bdd864355f
MD5 9ae8db83548452d7e7b8ba9d895fac38
BLAKE2b-256 956556d1ea93a6c4de4a188ceb25019df5a4aa41ad895e8fecaf58566e55a525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6daa4416bbf68a076b3ab4129fde1f83fe681952014cc8e6ed96ed0e496c0551
MD5 3343c80d032def58e5eea8f66e8bf4f9
BLAKE2b-256 14b8af057170714c8e6845e45de3599e961eadf2e0386e9554a4aca991e1b46d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1a88f4efa1875035c5c09d1ed9c5d6fbd221877f69d38b546cacc895cb9252f1
MD5 a9907989db5e7fd66dcdef831c7cfec1
BLAKE2b-256 8a290d7d8e5076180b872c63ddf337cbd84bf1cbdc6d9d685b5ad48da99b3674

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a1ba81f2bae1b89c101fddc7805e68c7c1942fe986bc45f6228f5656039e2ff2
MD5 fab2e86abffe3823123aec253beffbe3
BLAKE2b-256 f6006a528cbd73794548c7d2cddcb6c2f1d4afeed94e6eba755c0b99cac87801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f96d1bc93ffa6a87b8721ca41a2ba587102f5eb25abfc1ad833715ce442e7479
MD5 2dc742a70ce5ec9c2c2300f2b12fc036
BLAKE2b-256 0c619423eec6b39bad3144fe38b6c2c04ed81439fc98ef82897ac1f62672ae3c

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9fc8ed608d75eccb857e16bc44c5a27c9d3ad9888bef25729949b253590b62b
MD5 2962b8280d56822b0734f415896b1093
BLAKE2b-256 e7288e755152abaf38c9f20e792bdc72f998b852df7ba28652289aff1e78939f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd4f6be82c328e6bf396153ec0ed4257ea49fc0f9549338256e42a2cf4285027
MD5 73fe9f30f05df8deddc4b28e9f02144b
BLAKE2b-256 1494f4a169ecf92133a05102f4b3a5fd0c975fb9df2422c4d83da25c315deab5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20231027-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bac3de0825a408bc444cc69ed1d0633cc1665ceacdc20259640c210bd907017a
MD5 9e4415a3726947203570a42cae0c538c
BLAKE2b-256 1faf3cf778737591d5d96c099da9c40ff30a9117de30cb1b2a4f25fd21cf5a1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20231027-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6bd417efc767cbbe16f8272565512761fc9572be1331d9c878adf2650529db01
MD5 3a6a2224f2605957e5a9b1b1df88b4f9
BLAKE2b-256 502b2286931a8ba81ce2a739dca9bd99cb0126a7801b9167be1d3f63bd7e1a40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 38f03950a1b142e95839b754aeb4a0b0a812efd24ee402f8435af34f625a9cff
MD5 cbf29957cf6f8c3974a39b52289190b7
BLAKE2b-256 e27a900b4f308047307f856fcb78a0306f7a40252aef1bed59b4d24c4c2732d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 4b4ba1315480b629be08a3f41c005459814cd5faa5e6b7ba267612c44736da28
MD5 457fb331f1467adb62980c6741801028
BLAKE2b-256 ef05843d2726b1c39fd185cb0a90ec5bdf4363644308d1c0dd9143f1a199b024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 eba41118773462f8bf865eef4ffb3deacfa43a0297356a8d1c41a75b4e8725d9
MD5 dc71455653ad7d2c25766895acf57459
BLAKE2b-256 63e7b72bbd6885f7311bbd1c1986d4315a0a42d27b05589879c4fa727171664f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 23040963c4a1b9dcf93dc2668cb8d63cebbb72d2f1638b965ea37d7e95d749b3
MD5 283db2a2da50726afba3577365c866e0
BLAKE2b-256 2d184b55d20a2c1201610ddf3b136ceb47b00dd521b6eb60d5760d8c3b9255a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a4f77935a71a1814936cd88afde10a49c058564fad780463138d46460ed9e563
MD5 07cd63a1d9b84cc4780f6dd0dbc989a4
BLAKE2b-256 0162d7100a3b51947019d366c8944550c2f3b11bc845d66a8afc9efbd18c032a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 610455416800c88acbbc3504fa5a95c864c38338dea7e28842546a8786eccb8a
MD5 62a77ea9c03157444344a1956ac06826
BLAKE2b-256 2b9d29a320e4ea76edd05641ab6eeaf9db16385eb14d01d6d6db2a76c54258b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f9c3b37060575619c54607d9eb4a02e78461997bc9b1d1c14c99f27a6b03a45b
MD5 7dbdb0c9e88fd1947a1d39a66bcf5eb5
BLAKE2b-256 e138a16845e5d5fb0a4312be93145360b5c66c00a502e52182ff0cd19c9acc75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0f9425cb13b4faba833c366567e2da50cb2c5ad5e0319941de52b647d8771bdd
MD5 59003e668649fb28a8c00599f6630c22
BLAKE2b-256 e4a5974ca5de9a6664c99a715c45eecaa8387ff1a5d132b136b2c28ddd1f373a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92e92475ee8b02537762919c9a5c111527b05cae8c60375af02559edc7664dcd
MD5 e76b6a7d00137186aa7db25bf5d34dd6
BLAKE2b-256 45ffab19f4b18da6b64b7ec6e9f8314b03e7baf2bd8124449b5e1b88f325afe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 860097883fc9cc1dce83300e180e8930fff0aa10432093e43376ae558ecc5567
MD5 0556d9d3d59523ee47358463d5f0e26e
BLAKE2b-256 c095e077c9334b863ea1487e4b9c7fd0bd3ff3807f539b6aac59e3889731ad73

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f50e7397ba55ca18613548481ed8253836c667b26438ecfb228ba762e0c8cc5
MD5 a2978663178eab65e4a7fb935930cd70
BLAKE2b-256 e45ad1ca2bba781175245f41e202f2bed13a3c6a5903fdf33ee0d7cfb4dd5ac8

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd91444ee48ce173ee94f5f3a9bfd3549a73e1c6eac5f12903cb92dc397615dc
MD5 1d05f1d1c38fdb27ed4024c668eb3e99
BLAKE2b-256 bc8fb125ef034035bbaf53b5d8c95124f27e032f2a1bda8cfb45963110a9eb60

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9e9ffcd99b0637829bf0643e38b64d60c847278a20ce96b6b5cf302ace78a561
MD5 1a02ff3213cca43dad0d29eae7700a4d
BLAKE2b-256 391247457f1c828013a2bb2d05d159c18d1e620d77be248e073ed4ce38bc0909

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20231027-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e2bf2e187297bb728bf6d1192cb4c3f458366eabfff6d2a7dec93cbc2b38a682
MD5 13e8e7270c4c7a7abc947c02af2e89c6
BLAKE2b-256 fe332c9392f0710806b2d939677a810efbb6288e59286a5f83c198374e03dc67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0a1b886f074138de6b52bffaa9237aa5e89c80e688e881737ae39d417e26c974
MD5 9e5b7bcd97acaf745523593e5578383d
BLAKE2b-256 e0f9706b41691d537901133d4c8f26d22eb2a8e1d5190b414549b3f5ce900499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 811955781f3e60a857f44996bbdd2d722bf14c3d0c6876e94be8abb348c3419b
MD5 234874855e6f00dfe57ea1275c3610cc
BLAKE2b-256 e2d30732187041396d6b2f9808f913cf886beff267e58e0329fbd044ebdff185

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 b86f1e34a5f2cb83a5dabba151fdfa236b6c793769d58b3876df634110dd15f3
MD5 e8d9997d519e489ece391e0a6bb8a84b
BLAKE2b-256 f5e29db613be847b01fc14aa5f363a7d23f2960c01f7765b1dfd38ae88df84da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 91a910eaf56acfc3daa10f5ebee73055371a516f64361fccbdac9cbec5c71ceb
MD5 e3c67d1bb44b25356911770364d1ebe4
BLAKE2b-256 4f81e2913c5aa491a98f5b4daaaca8231aaad304cd70570d6c17442823b8d631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0ad523c86cc88e1faca15009e218f6f8fa1205e808569d3d56b8e0a76a5860e2
MD5 992f4281d1ba12b343c2652fd3864cda
BLAKE2b-256 50e2ba13d5ae40c9660e45ed4b680cf075705b0a53a5ce2c983616fa5e990064

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 245575e539e27f3e0241e7acc4bd5294d2e45aeee5c12c75317f7973d10bbec1
MD5 add8f46fa9621e67426f30e33002f1ea
BLAKE2b-256 bc5b8b46aad769db7b1a292e45beadae7dce4c3447e4c124d376bb9cc7856533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e26922fc0b5368a7636a119c7d35f25e195529c02a2eac32a9df794fe18b0892
MD5 fcabc7764a2e3be41525de1cdd60c551
BLAKE2b-256 b0706821ae33f732f899286bb0b8b418235545b83cdae8ab25fe7d90f30f2474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 50c5aaaf88a8fd24127da199b64c00e58c1afec409c5a8d85756bb86649ffe0b
MD5 b3858d17e9a9cb66cbf2756cd03db006
BLAKE2b-256 6e2a196ae85ea53da3abe8125b584834a28bde291a4887d230e3e53ae7a02404

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24bc145ea044553c9c96660f698e7d2507c04881516f8131f16fff786e9db1ff
MD5 69752b904e216a7a33e10b07f67b2243
BLAKE2b-256 024a4dbcd5830589f723d0124942c44d82ea08056cf47ec9173c517ba9a8ec61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b61f1777461ae1c3c45e3822d99956e3640fcdacf28a0208750d286e0fb6b69
MD5 6f9c5d5e04dd0e05696f698d04fb3f3f
BLAKE2b-256 d2eef7ee400945ed2c1b3bdbd331bc0f9ef905f2d9f3170f0078018824a313e5

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 064e9a592349125606357a74241e17b722ed7fda3bb03f836c8d87b65aeefbef
MD5 210af025b750c493017efcd03d9d3c29
BLAKE2b-256 5a591bd2405a3626e16334ddf5a58f223942e3705ea9d817961efd870e906be7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2924dc8b1e1945691d0271209c85f5115e17c2202aea519f3eb8c6f75984d58e
MD5 f371d78ac9875b738face40b6a9f36e9
BLAKE2b-256 3ececa63b68960cdbd0e813c8d0d4915800a92156585ca620ff1281a46c8b301

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20231027-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 413df839ef4f2692059fb741019276a835eb8d64d0414eabd79fe573b1226e7c
MD5 6a938e3b3f869bfe95916f1b4b3e819d
BLAKE2b-256 49bcd8e9926c31e0cc6f7d78f38d315a2b261642887c005100c232822c73010a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 367aee5a56f56e5dba5ea43a4d288a5b23d6b0d0eda8faada1c0cb42a6dd868d
MD5 0a9db00e347222c64da1d42cc0b2c74a
BLAKE2b-256 a2d12e4c1e58e65e3d43f43d028fb55b21ac1dd70e854427fe4c2eb6524abe9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 353d159bc4287872becd007055fde6651120e688ca05e2107cecb4f10cd3fbf8
MD5 cc37bba7fde87e637e156da3f26f9b4a
BLAKE2b-256 d84857f60aeffd8743eeb15d83298c371d9aac326b17ab90f2fd74920c51cca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 778f4b9822554350c52a46b0e7521f37b9cbb1dc2ce413282169666d0379f877
MD5 18979d56cf042fb5395acaa770eb99be
BLAKE2b-256 e4cbf7d0b802a53f36a96b2e844b243c99f94af8f6bf7ad5990f3be5f068a061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e7800dfad052cccf01caf7811dbd2c30621f3fdb0f18fa04ff73f74cb9fac8d8
MD5 5ad46db389abaecc0a62d6136cf1415b
BLAKE2b-256 742c9321de94e4ee12716ef71f5334f98a302125ffce4c461accc52f26412ced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1833681f7cb4d7d23fea0d80045cea79f0fffad332d853fe69ad86e96c4ad959
MD5 ebcf52ed7beb856d098e2c0b10e58b99
BLAKE2b-256 c256422c24a4d4c289aaaa77f99bc245c7a2b6b087d8574628a49d18e0f355eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5671f80fc51f89227c51e170d1a144828ccac06876391660399e2f106525ea7a
MD5 df27c58018af3e420a74398f183ed2b0
BLAKE2b-256 d095a6ae6330ab3db76692601d988391b9cd533864fb8cce4e7864f4294409dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 14d5b1953a3f9a3bc691427cf8cd9ae4edbcc8d10a9be3197ffedf42315357e9
MD5 7f5d7df14712cb45c43905baa6ff8f74
BLAKE2b-256 0cbf1cfea4f93c62ed31775fecfd9e72326e13bd72b04038cca827b19f4ab384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c7b426dff8880eb75affb61c24926a8818b38503bd92dfef0de56bf4f593eff7
MD5 c00c784f4dbd7efefde070342b14a5ba
BLAKE2b-256 c0d73c36c69fedd3772f35113d4319e7710806aeff567f8774050b803963c5fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e3706f16b095936a6280e724d45653b19b077c6a36dd4783367914ea05a78dfa
MD5 bac8ae6e05e20b95ab47dd667182de3e
BLAKE2b-256 ec46937e62412ad2957d2d17c832a1e213464d7275d14e786b846862be9e96f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83b69e851f7f009fb6cc35a9cd3d5f85feecc6bcf00d9e2bf976312a827f92b6
MD5 8c7cb1260a224cd3b5e6f534d4de750d
BLAKE2b-256 5e91d1afba5d6032b8ad39c1bbe7cfaaf0c2a9c24a53a5c83950eabca4feed73

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20231027-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20231027-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ec3fde590945ce88f3cfc194da280c36193578b8d3ff298831bacca09d5152c
MD5 68caf2cbb491794c4c78a1d5e34b1dc0
BLAKE2b-256 c3a506fbff298670518deb2f8223d1fa13253e5648ab0c32211adfc4992e5676

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