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.20230816.tar.gz (43.8 kB view details)

Uploaded Source

Built Distributions

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

ncnn-1.0.20230816-pp310-pypy310_pp73-win_amd64.whl (2.2 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20230816-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20230816-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20230816-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20230816-pp39-pypy39_pp73-win_amd64.whl (2.2 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20230816-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20230816-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20230816-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20230816-pp38-pypy38_pp73-win_amd64.whl (2.2 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20230816-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20230816-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20230816-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20230816-pp37-pypy37_pp73-win_amd64.whl (2.2 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20230816-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20230816-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20230816-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20230816-cp312-cp312-win_arm64.whl (735.2 kB view details)

Uploaded CPython 3.12Windows ARM64

ncnn-1.0.20230816-cp312-cp312-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

ncnn-1.0.20230816-cp312-cp312-win32.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86

ncnn-1.0.20230816-cp312-cp312-musllinux_1_1_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

ncnn-1.0.20230816-cp312-cp312-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ s390x

ncnn-1.0.20230816-cp312-cp312-musllinux_1_1_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ppc64le

ncnn-1.0.20230816-cp312-cp312-musllinux_1_1_i686.whl (4.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

ncnn-1.0.20230816-cp312-cp312-musllinux_1_1_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

ncnn-1.0.20230816-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ncnn-1.0.20230816-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (767.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

ncnn-1.0.20230816-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (953.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230816-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ncnn-1.0.20230816-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-cp312-cp312-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ncnn-1.0.20230816-cp312-cp312-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

ncnn-1.0.20230816-cp312-cp312-macosx_10_9_universal2.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 10.9+ universal2 (ARM64, x86-64)

ncnn-1.0.20230816-cp311-cp311-win_arm64.whl (735.7 kB view details)

Uploaded CPython 3.11Windows ARM64

ncnn-1.0.20230816-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

ncnn-1.0.20230816-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.20230816-cp311-cp311-musllinux_1_1_s390x.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.11musllinux: musl 1.1+ i686

ncnn-1.0.20230816-cp311-cp311-musllinux_1_1_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

ncnn-1.0.20230816-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ncnn-1.0.20230816-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (765.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

ncnn-1.0.20230816-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (955.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230816-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ncnn-1.0.20230816-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ncnn-1.0.20230816-cp311-cp311-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

ncnn-1.0.20230816-cp311-cp311-macosx_10_9_universal2.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

ncnn-1.0.20230816-cp310-cp310-win_arm64.whl (735.6 kB view details)

Uploaded CPython 3.10Windows ARM64

ncnn-1.0.20230816-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.10musllinux: musl 1.1+ i686

ncnn-1.0.20230816-cp310-cp310-musllinux_1_1_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

ncnn-1.0.20230816-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ncnn-1.0.20230816-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (766.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ncnn-1.0.20230816-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (955.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230816-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ncnn-1.0.20230816-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-cp310-cp310-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ncnn-1.0.20230816-cp310-cp310-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

ncnn-1.0.20230816-cp310-cp310-macosx_10_9_universal2.whl (3.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

ncnn-1.0.20230816-cp39-cp39-win_arm64.whl (736.9 kB view details)

Uploaded CPython 3.9Windows ARM64

ncnn-1.0.20230816-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.9musllinux: musl 1.1+ i686

ncnn-1.0.20230816-cp39-cp39-musllinux_1_1_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

ncnn-1.0.20230816-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ncnn-1.0.20230816-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (766.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ncnn-1.0.20230816-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (955.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230816-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ncnn-1.0.20230816-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-cp39-cp39-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ncnn-1.0.20230816-cp39-cp39-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ncnn-1.0.20230816-cp39-cp39-macosx_10_9_universal2.whl (3.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

ncnn-1.0.20230816-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

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

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.8musllinux: musl 1.1+ i686

ncnn-1.0.20230816-cp38-cp38-musllinux_1_1_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

ncnn-1.0.20230816-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ncnn-1.0.20230816-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (765.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

ncnn-1.0.20230816-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (954.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230816-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

ncnn-1.0.20230816-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-cp38-cp38-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

ncnn-1.0.20230816-cp38-cp38-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ncnn-1.0.20230816-cp38-cp38-macosx_10_9_universal2.whl (3.6 MB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

ncnn-1.0.20230816-cp37-cp37m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

ncnn-1.0.20230816-cp37-cp37m-musllinux_1_1_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

ncnn-1.0.20230816-cp37-cp37m-musllinux_1_1_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20230816-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.20230816-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (777.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20230816-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (968.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230816-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

ncnn-1.0.20230816-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-cp37-cp37m-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

ncnn-1.0.20230816-cp36-cp36m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

ncnn-1.0.20230816-cp36-cp36m-musllinux_1_1_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ s390x

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

ncnn-1.0.20230816-cp36-cp36m-musllinux_1_1_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20230816-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.20230816-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (777.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20230816-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (969.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20230816-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

ncnn-1.0.20230816-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20230816-cp36-cp36m-macosx_10_9_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230816.tar.gz
Algorithm Hash digest
SHA256 c85461e852a2397903420e06b3db3659b07d2d38e6fd2632cf4f7497514eb298
MD5 cfe2ffa1945747ddc7c62e17b0b51673
BLAKE2b-256 f78a47e0f3005ad0c830654d4aa79301899706faea1b4ab15ecd5f40913bf8cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 588b0148f61eb88d98637e15ac70f4aa611f91e43538063996e88ccf18ff9c3a
MD5 f56d3370b5d83ad35eae31fb71dfc304
BLAKE2b-256 54717aab3e235a46b251fd180c20e46accefd0a0b0242a5d66d4365ec8c89b00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4cbfe8382127bfa13290596ea7f48790c197b52dee34a2033561a4277f851db
MD5 143a34fbfc0a691d21a2f3af4a1725ad
BLAKE2b-256 eb28d000deb403f30f17bccde13382afe2708006d3730b728222f2ce8ee8784a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad60fd2e5cafc33d853c785f4bce21b6c680fc8ca8cf4c3f0fe81b81101aed51
MD5 1e5fea6cd03d3127460658b44a1450aa
BLAKE2b-256 a5d476dee47293bbaad45be3391a26aa94fd4fa67bd7101f76296b7f93f86f34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 619a48eb39ee79fd785c43bf4132b4fa89b417e306923e73b1cd12551cc84bf6
MD5 f668ebed4cc8587e1906c6f5948ff94a
BLAKE2b-256 9e4cf183d1c148b7475a511fe02629960d2366d167134205571aaf42514d5a6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db5690aebcc7dda390b5f79dd0be6ab8475f4aee00821c4b393c3eb45e4ea372
MD5 f4a29a792ff2a83fdd8207b6210e39b0
BLAKE2b-256 2553408d922117eac1f09c0df829fab8f0a29624a9865eb6021e636f5dab948a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0d75c1d11c757d324c11cbd587a0a9b2c5974f6934f7a116b2d7b49f897b370c
MD5 227c4cdb1f5f8de33107fa08a07b3d23
BLAKE2b-256 c902efc2a5fb505b199b23a7887c0e19e4d3a5a3e7c872386fc7513c3471e34a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afcd406d4c306a5641128c4f1f10084d28fb0a8f747a1f2813683898b5d339b4
MD5 58f3c284defbe7a06879e92397ea149b
BLAKE2b-256 9c6cbd04ff49062ad3a22d076a5aaaeab1aa733dc63937d6db30eaeb810ce1cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f5b66288c433a8910f2780098574897c843a9429f541f1a83590fa062aa49661
MD5 7c51b8439ee8d1335b9c892c9280ca3e
BLAKE2b-256 088d41bba3be1808a11d2485d422c0fcf1348c2d63ca5ef240ec6c4b5d0de221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31df73b1b2699f615dbe578bb4d785d0890e0cbf32def7e62666e5fc2e559ebc
MD5 b853470357d3c859241a1a8164977955
BLAKE2b-256 51b970e5c3758d2e8e765bcb49a739bc4ba011c09a868a6e4b91c1bba5c7e02a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9269dc3a640ce0e6bd69a10012463e234abaf87b9750783e66027a0b08752958
MD5 93020bd460995775e2445245484e0abd
BLAKE2b-256 c1d8cb4d318910f6fc837e646c77033afcc400ea3204c7ab09523f11e2bbaa5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 25cc667efa03145e8c438e9b594bd52db403daf2a315873e53920538ce6a0c6f
MD5 6ce5b0a919eb08a5dc8681e9ebe3085a
BLAKE2b-256 451caf1419f2c454b8ccb328926181ff61f657179c480062a191f9cdc172507e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc3567ffc8470fac994501aa757bff2427b0bfd475a305fc115f84751bfd5025
MD5 90e81456bd486a758fa843eac2e6d2c4
BLAKE2b-256 560714612a51bca25167d8137967a6a490f58cf3d8a837c158211d2b1e8547f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 544b0fa9bef4a106b6f5d432729d334fd80f7ae65397eff4a286c630e52969d1
MD5 371b9551eafd0a6cc69e86d6ce1aa43a
BLAKE2b-256 1656c846785b08d96cae0b2d6c7041fc8af59caeadeb93e9d6105b0a6905b163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 019c070c950d2e20ade0f14352c247663b01477d65777d5029fccc6c73768029
MD5 83c6b939448024f0f960d879d6e1b966
BLAKE2b-256 ce29c5f7c900f503ec6533d42bba510b612808f3cd4b1129e39dd7fa4217d8cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ab98a2f2fba2ce2bf7391c357d83f58168ad3262024f3095590285d7dc0d7d0
MD5 ed781909b069eddfc4eb6e7e13772261
BLAKE2b-256 53618669107e5807e26abf6ff25e32fa94a484f2a22572cf277b5022400ebbaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5ae553f7a44efdab0ad78da51bf684ebf58a0411a1be8e4db7b15a9d5033dfbe
MD5 7aed9532ac8257ec733d131f7f49ef8d
BLAKE2b-256 aae668bd9f24989dcc6f31c48773f5d4a152239df80e52d979b29ce30e6157b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a185ceab042a6034f7ea1f73414f39f64b69b322c3841ca14aa4a795bc7d7933
MD5 c26163a73fd96c85881fe12ad64e69de
BLAKE2b-256 5b3044e5fc8574b7dbd8a693bbb8fa79454eb7c16888c73b5652012b1e81ba55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f21e9ba3bbd24920bc4b1cc004f6657e2d6d96dd9793888b1ad427cc26966ab5
MD5 da5eff7ecfa21abe785b8a4a0401d0e7
BLAKE2b-256 ecb3a77a83a8a2456eaa7cd409d40210f8090e90c42594978607e5df3fa956a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4b4967a0e4697fce5e196aa0c2c154fa1b0e8e5f1366f7d1fb9552db84e9c6d
MD5 249f5e24fd7c3e161e41fd2a772be1ec
BLAKE2b-256 f102fe6a406f03ee78a78a18552c6bdfdb37453ac12793b88faee1afafcc1796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d51e01c0408c9d22415a9f79014dadfe8ba2923b9281d407dae423beb8e6250
MD5 cabc2b5c4dd4f13f1c06d1ce8f0e3581
BLAKE2b-256 306220f2737d6791537cc26e7cc8b5247b223a900ab9a09a8db2e8d9673c68f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bed6ab0843bb82ba60a4a0c6b2f678ba5696bd56ed121290f31338d4d1ee99a0
MD5 cd0cd9a24c513dcc6231511a9db7364a
BLAKE2b-256 c8e680c885cfd1e58cc296dd8a72e7deda47e468c5487fecdf0804dea3a43c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e2268e3bf439bcc67d98cf5396b68b2be98c65042b92ca77ed8459d8c6eee49a
MD5 3f6ab8ae9b2d594aa666fcfb25f2117f
BLAKE2b-256 3ce0748d28178d2385a00d2e2f1e89e22c92b7a41cbeb68e9d8ef5e1a5ae3b33

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0ab670b3b6a52aae0f3283ad0e7e7443c9d5cf4af5d70af9add0a6359f8c7f6e
MD5 1329356c66921dae2626a1d1b4548a57
BLAKE2b-256 6dafba4f497c89f4ad0fd5e820d80436fe6c92140ba32f7e9c6921746a484430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da1e85b294b929f7277ecfc389606c09947952e91020a205cb6faca680a1e06a
MD5 e29185eabaa584d3be5fe30d2c08b62d
BLAKE2b-256 f0cfdcb26f7f592fd1dfe1c33f72e234b2faf3a3095e3bcfc0dde1b405c4e965

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 17dfde662c2740acf0165d5e4784c40795bc5c30d377b58b440977eb179bcc9b
MD5 fde826a52345b1b9544457fa7e81f436
BLAKE2b-256 3d33a0247003dc52c8ca8aa9e99036bcb3d377f2dcc6e71ba2236a5ea72e011f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 5b606ecfc6fce5817863917387c3345fa33590bf968d077c8fc51cff08b07812
MD5 7f582ac667738ec0e1ad26ae9a3b37a5
BLAKE2b-256 57750ae851d1608909f92a65bcb9fc557e596ed5602af7b3b1c5182a84ad9994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b5d00a3dc7dc960c4f0ed52c4abdc57c89973ccd55c8ef60e1cf2519f0bfba35
MD5 461c77d3207a116cee732ca2dc781ceb
BLAKE2b-256 c8af49b3989a3b2f431e7323ee9f1d40588929f36d7d471cd3e95471d1df67cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 be71a93becb0d7c5db8e24dd32d3df1cfb364598793303dc1442a2eae39c1002
MD5 37665f71908290ed549532153d2246d2
BLAKE2b-256 5a3ac69c3b950644ca690a436590ce40fd05a508c2fba7bfe3040ec7983b7b0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cca78d011017dc5a2c62ed5f1bcedfbe170cc96e0d17dd2af68ca03004e12b7e
MD5 855ba84b54e1e46f75b60f8c319c4e3c
BLAKE2b-256 db8dbbfd355d9a11d5d723a8d03fdf2e02c7b533da4906a2cf92694176fb2f48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c7f7406eab39c002a57cd3a19856008f3b31ef6890d3858b8fb3b2dc92894c7d
MD5 5da9cb63d216064d2e9b4b7aaedf7baa
BLAKE2b-256 6a31568666ca01af22aced5abe186d8cfe3e5831b5283462be6765741796f22f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 292959a05cccbf52fe2c162e0e0bea4380790a37a639c87bad359ec758c4ed6c
MD5 b20fa45d191510fb31c29d067b0ed886
BLAKE2b-256 fcdba5873ca673ed703582efef6246bae38f85dc0be2239a78e10b649d9d45b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b22893f75297d7f2f42e8b872ad9ac8bfd41d3e0286cff0c144f3133b7472945
MD5 22775f16ea32866d31a50e2deb110ab3
BLAKE2b-256 7a955f877fda0a0a07c2175dbce622aa7aa9a6e163159bd8a2af8f5455090fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90e795b32fde6a571cb3da41fe23ae2b37b2566e491d8a98641090a29ce33d3f
MD5 d6d7b9f8293d8962894c051ad0f37826
BLAKE2b-256 c402772d7c26bf6b78c5c4a28b2b618ff440a77a5afa3fafdcdb835e6d372797

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 890d6ab4d2eafd1039d6b3eba8a3c8aa1552c66a9f99e9f871d1158bbe24de40
MD5 8e2a1c3d53c3c98714181ad3d0566dbb
BLAKE2b-256 3f66babebe5db33e5e618bb2d410c8a30ff4aea889a03ba47d4bdc9610885221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4c2b2dcb31ac9b93397b82cee90db26b4ac836e869e4829bff5a6444e4b33efe
MD5 11999a7acf1345baa56d0d3ac901fac9
BLAKE2b-256 05dc73edc18b65855b675603cac20594de0fd84237c057f59882d7d3b6c7541b

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230816-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b6f404429b148e45ccd00f219c7d578f162c5bb6406834796c5ae0565099bda5
MD5 569810226a74cd83f82e4a3eb80e3404
BLAKE2b-256 297a305eb6ad144ad01047fd3e349bee835dc9199461de15e59e7320d1706739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e48c706d10bfbecf00f90b899ac821da328f1b22bdc5326a43c4e67ee70a43ee
MD5 7981737d4860175c93297d585221d334
BLAKE2b-256 fc1d52f1d575a3c1c37430bb84ccdd9e0be226d4f0ab1377dc1f1e1da8dc3751

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 81bb9619e0595875c6dafa90cc12b5a31d4ed3468a43491c51bba372b30f1a99
MD5 3fcd27e6efa2c07d9add52f91c6d1a18
BLAKE2b-256 b049ce2cc4ded8442ee70c1ea91287d5ad0ff3e118f3dbdc7dd863d0f8e3ddae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20230816-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.2 CPython/3.11.4

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 81002a0aa32a7cdf42c723fd630864ea6e0e4bd94396d26addc5485efde44d05
MD5 68c5197507f819ebba290ea58e2b6278
BLAKE2b-256 024318c34f47f1600b559f75c5a937a4668d9f2ffa602c0dd03794fa4c6d98c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 75ee794730a36bb0b5fe56879898b64fd5cb92fe3bca75302b43fbbb56a46ece
MD5 7ee6b0cc9b99c3ba8e624a9a1a9dd082
BLAKE2b-256 f260035cfef3df7a039ca20fa68f2f1faeb51a743977c36d22547171d9e71d69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 2c695e790c79edad1202eceda9eb9a859bd66503e7e36f2ca1fe2caa98d9b1b7
MD5 b31fe5f1faf54ddec766866bb848429a
BLAKE2b-256 3a798db18fc39657e70de1b837941e450eebb1581fcac5a67d5ccf81e340d8c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 0c90780f05d3e85b6e672538f04dbb0a3d70bde4ecd05307c0b3fc7759cde9bc
MD5 4d4282ac34247c1682604a3de6089bed
BLAKE2b-256 e2fd8bf292c1f6fa3a80805dbb50bc4f73a1cee4402bb778d97d7941baf77dfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2e5ae9f8eb504608f7580c0ff4f020b084266d2b558028d70e505d3d8f628b34
MD5 f98ccf1d4bf78dd0527a23b1b93eaf09
BLAKE2b-256 3cbe8302a394ddf9bb7626a9caf519e91b4ded632ee6dc8213c97231b6b33555

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bdf30c1a9165632819c84dc71ff6414765de05ada33da671f6e8269a9b27da70
MD5 5244c90769d617c7ca2c65a8996e436c
BLAKE2b-256 07977e2f079f1be31bd67f07c14ef5cb8f3c6fbc61077ea8fec5cb75684c8e20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b95e2171c8d1e5d72c6f2673a39ca6d4890886726faadd9ccc346bc45a81aaa4
MD5 9e0aa31e7a68ae4385127da1b838cce5
BLAKE2b-256 57f6527cc49244b0d0618abcd35d01f698a5921cefa1c851e5e8dc39839c4ffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a0c2dc8ab6bfbf93f00fc44306a9c7a2de6393155ebb969cbe0ace6950fbb0d4
MD5 68fc99da31ab4530a69616ce552cbe08
BLAKE2b-256 066a7ee7c3ed2dff37a4bad3f5d1fa54ade0a3a854b02380c6ed881be0ca69a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 70ec224f26e4caac06cb14112ce64afee440451603c7708ae9c0cbfef5bbe42d
MD5 fb20c60995d9720a1562919cfefeef93
BLAKE2b-256 2c3941ae66bb37db2b8beb70c4358419324d6e972cb020431fb31722dc183816

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 89f0c52d2048031c0e9bcf4943a5ac69a8568d00c28d221b7b128a9e1e749867
MD5 c76130e82a76b63c9b8eea0e482a40e3
BLAKE2b-256 4463080f0dc501bcec4600313e706523df805bc4cd27cfd686855735dde003f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b6b70d2d5102acec73faa12c88e5fd66b72b3bd975ff5f83c900adf725036c7
MD5 fbcdb3e5232614aa4c8f6d02c4006e88
BLAKE2b-256 88f776c8b54bae124818777df4d31b10575b0cca5c5802695fa9adc383cc6ea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7013c3481563cfff645bd7cc9bc2dfb75148ef1ab6dd2bb329806c0c7c97f24c
MD5 fc902dd13f613b9215f057c67f3979e0
BLAKE2b-256 2d084ed48f2ee4e33d82273c38bddb30d2731dffce4e0db14f1c97a50f2ce9dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 feee74be5d272e11077f1709764cc9170a6cfe9afb52dfc0bc410a2739adfd48
MD5 6ca8acb719ea24237ccce91ff56b147c
BLAKE2b-256 8e6d946a75d61f40288837d5470537b711a8fa3a0e201e2836061365614cd047

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230816-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 219208238866b21e77a745d73f7383b913d49ce9e6b132f903002ddcc7c4b71f
MD5 ce201201d08f340fc59e2c92f2d5b346
BLAKE2b-256 7f4df2d36d90b367efe9c0e0d500f8003496c53a915e65d16c5c6f3981507750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 bd584ea503a237fbd8c2124e97a508760cf01cd23881fd65caea750a399f9798
MD5 35783e964fdffc819fc57aa51b432fb7
BLAKE2b-256 660bd9e86b1d6829f0f30904becdb984550635870fe270da689b6ab17d82da17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9bfbe3b2b565bcfc0db460209cd2e10fea4db28cc938507fb6048e253bf2f832
MD5 33aac18131107a00763d81e5b87c7fdd
BLAKE2b-256 85b0152a6d13dfd64bbe6ba3e31926b990844443dcd5ffa0882554b412970e8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20230816-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.2 CPython/3.11.4

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 faaf60071c33289a7ab669691e74eaee917f6a2bdc3e10f9cd416a3192f9a128
MD5 8c359bdece59ca7638711119a475a5c3
BLAKE2b-256 f424ac4c4181e28584d47b5e34c2551679d5a80f6f95aa246f336d6219ce1cd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2d76c434809acbe70c8837761eec364b4a07323f5b5f18e1de505ba0000c1b0f
MD5 f00642ea262828a4a9ee627559ee7fe2
BLAKE2b-256 af198e2d05b16a921c3de77e2623ba535cd37154f0b88fbc692c7025859cb489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 5a2217e845cd0512a2e347bd6417236e4bbdb757ee4f478d7ee7c4c7fb773821
MD5 e330c64829a51dde73c3940749d8e53b
BLAKE2b-256 45e82b535e83a3828cac01680e0d4564fef8a6d3339fd214022586ea916e4c22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 20223adb18d24c14bde9bbfe7d5644ed6d6a801369c70b26d32abd840b917b97
MD5 88a6eba0757c7c2e51513b07da447997
BLAKE2b-256 2769bc61fe13406dccd1648be9fb291d6473fff34b81ac732bf43112be8c6f89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9fe5852aa26be0b811e1e9071f064f536909fc9a52d28e90202087b6695c89c6
MD5 1018d836ccce0a3ca69f59cdf8df9a6f
BLAKE2b-256 54c3381d44bbebb75f1bb8a2573e6df722c644ed9d3d4df29bbf13eb00816d4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 46c08f05e39f8f67083c9cdc19a736a68d54444a266b990be348eb775309468a
MD5 8d8520ccb40c28193474f713edc31cf1
BLAKE2b-256 d3709d732f5fa7afb42f5c24725281def27937e43d76a06cfd9dea38026f6762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43c1c0dbaba32c2574a1c508ebeed6aaf4773399e763c667b669f48ee7db0062
MD5 8879ad698a98351ece8c60074097bb0b
BLAKE2b-256 b049734f771871212dff30c97357fa89908348c819cd79006b3f881d1d93dceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0b76ba63ffe5b99b9dbd88016f04a5317dec4583136523431c841ce22b212247
MD5 c7ec034a6c743bf8994844326a0716d5
BLAKE2b-256 f36af2df99eab77694c8120d1dd780a068263e2460d1317305a602215f0fa15e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 724a399f84e82df89d8bb2599285363d14ebec082c2aec2ba80675fb01ec5762
MD5 881c667919a5ec4cafaac06048201341
BLAKE2b-256 2da4e445f06bfb67078bf4b8900fe8e5903c5b2fdfc9bfcdcefc0380e75b4315

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c1422b01ee91e4f033dd080cbfc0587670f157a7033e1e70f3d435ca3cef7d21
MD5 5c91a6f0ec2c94c82484e74d7ae10fc7
BLAKE2b-256 ff88e800a62c737ddac9607223000d5def59bd4450597ff1458b9e2f9f225608

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6547e972b69706a3f3d1ed408a90cffe70a05a895436c700146fc9bfeeb2148
MD5 141d8b3e8941bb1c686339a534a60050
BLAKE2b-256 827ac2ef82eb84bf51637eedf823623d4f359cc416475abd8263993530152144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4220b25936a938d187b968231046a380174ad2c00d53707f7a2b711585e60540
MD5 34d2764b75a68d6fa7ab7f92a0e23c06
BLAKE2b-256 1f02d9310c8a1678c3e15440aef3c732a49bf722f1d3b46c3f039a3f4275208b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e9e51f93daab2193d597b7185dc0662e7529d73cb081fcbcb2f2a596278ff59a
MD5 943c0f3fb46f4a1af3e59bd708be4009
BLAKE2b-256 d7c15fba0435ceb774425acd18dd002c1170b7f0ba2c8eccaf3f07e40682ef54

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230816-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a0b8961e159f54b5d7fe8db2e0d2b8d8b6be6a3bc756d65b4b8f350fd6c24ff0
MD5 918e82d3908f8a4273407a286e841e3a
BLAKE2b-256 a2c1adaa9e501f5ea62870b7f63ba20a3345989bebdefc75e6397d93181ac0ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20230816-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 736.9 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 de18908ae00ff441a0c39bc4a7955c24163ba577d33f49463d638631e4a7e27c
MD5 a92b45a39b12bca0abb4e697dade6a09
BLAKE2b-256 b78e1ba4ee5c8aa9f6127dec2e1360b2bb2403cc1155690719a86a9653b1cc63

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e8b04c3ae59d10f1946fa01f2976bcbffaf695dbe27b50377e82bca1c96cc57b
MD5 3295ebd5ea5166d2be4d1ef62f7a8c34
BLAKE2b-256 d9867b24af081aaa1d364c7d54a88b993d830a979178366ae2d05ec640b56fc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20230816-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.2 CPython/3.11.4

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9982249299b73d54ac059251815cd933e7783174db3c18f2d3307e2a3353a1aa
MD5 903794ef8c245134956c0f886f1a03e8
BLAKE2b-256 5927a7792db041ea6cab0f699d69a5ba3042fdf611be6ab8cdd9e00faab9adef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a0aba28d6c1149b4203a294441b65c9d39c6a51d7e180c476c20e548b0d7b634
MD5 17fa6953ff82ce489ffffb1524f793ee
BLAKE2b-256 082d891fbba65b20e3e3160b16731aa9902b8857404d4a6dc3a89fce92031b72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 f0b7fc461a32b641897599e139fd29769aeb64bb9e1e2960353e78e9858136d3
MD5 a558f4502f282dc315cd2623429c7211
BLAKE2b-256 49f8d761c138d4c49870e40c9d568b179fac485d2696aced9e237c74c118393f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 8915ac335de7419ce229f8ae28a0c2d0cc4652b2e5265c1a7512e6f0d757d7c2
MD5 e986bb69e308ff56c8861d336d41ef06
BLAKE2b-256 bb95f54cb3b89efc015fb2127848cf7728420ba5058afdad3ea4f5955175be0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d8b96360c9fcd2c0f37423a7aac208644c7dcb5514c6edffb09240a3643ad2ed
MD5 b6391cdcabdf4c92fe7e5ee285d4246c
BLAKE2b-256 ca278c0588371a5716201fb0bdec9ec1da5baa04511853ac7b9d57d5d012472c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0d49e47263815f266cc8ce55c71d7b4a7a545def40084dd43ce2fa6aec7690c7
MD5 40d2f7aceb8c93222595935365ee7cf4
BLAKE2b-256 f5627da70a73a66b2ae645148e5169da8489a37ffe6603a762828b7d76a5f317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4ffff44b1e0dadaa986a69096418cde2761f15c8ce9d3ef2b394559227a8414
MD5 897ecfda184719006f61905b1ba9f505
BLAKE2b-256 53320781308360d43fabd2b2bd91d30c9e64680ca4ab2108801f56faea4e27c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1f940848e81e7d4081e182c2722459e626efe4558faee4aff7f9bb8096a048a5
MD5 df91b75e30c41cffae8d0b00b1073a02
BLAKE2b-256 d3d3a43ec8f7ba723fc421692e76d368d52b6fff4ac5416b79cb849cbc21d84e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de53eca6ac5d02b94c81228e936e286efeff9e24b295f48621d5aa9cbe55805c
MD5 2dbd957f9bd7580943aa778858056673
BLAKE2b-256 f9fd42b0b50c798603b4365396fbdd742481a4aa39030b95d496bcdd08b3de62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c939d785c9336d6ef8cede1e6352a6bdccc4c9962552f6cafa29e0db298c4c4
MD5 5c1cd7796cf8cdc8493e3729ecc8029e
BLAKE2b-256 90ad2475327aed262fd232327b9e252e4f1a605288f1acc1a8c270e26e482f85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4dd628ce21b036b849fc6a2711752bd78a30c1abb587fdd412c8bd37503ec5d1
MD5 b1be2043fbe19046a5b0c58bec729460
BLAKE2b-256 aeac9827596978226d8626075a7bed5ea6a3028a37648eebe1f541e7c1ca31fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbc27366e62f7ffcef5598956634e9fd89aaeae4844325455d1b443139c4d003
MD5 e8817818d442f65a9a73f14618116b6f
BLAKE2b-256 3ccca15630f68435192c1af1e84691eb5705bd01502554a65e6d3dd378718e8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 772750e039216992c3fbe7ebf5858a4adb921ebf58db7f35f611d24f16a68949
MD5 eb1cdfe4177fd745a5f2328bc669f679
BLAKE2b-256 269a4532f0634d61b2fae86cf318cf5f0315329465956267ba41747288f75492

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230816-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fca64b605bc876aab775f8e0be6e28b4c5060732290d5e52018f30e6ca72ec78
MD5 02261fe96a01c81ff5c685c24b25e9cd
BLAKE2b-256 dc221cfdc6f5cbaf0661e10ffe3d4f91192dcc6a0c42c8617774a81cc9b33940

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 562f7e86f073d044cdf8e9df0f3073914c51dea6ad664c9ce874c60845d24496
MD5 703b3be89ef5a3282fef34fef0bdf54d
BLAKE2b-256 be3d0f295673ab9ebcd7f722cb49947aa8b0b9dc848a77101699817eed4ff247

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20230816-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.2 CPython/3.11.4

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d30937cafdf36269fedd618db2af1aed154c2dd40ae4c0698c9dbab1467cc93f
MD5 f17841c593cde2f8145bad574adcdfda
BLAKE2b-256 a57a493da22a94c553c9a4478604bafd490850c9a5d2a8acd5419f62829af98b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 438f699ce3a5d67ec20fe66507cec75dff2245b54c81e4303de27bceb2c31b87
MD5 b258c9ab5be53efc83cd27cdceb29275
BLAKE2b-256 9ed92df06e04cf85b4a2b7c910e01a1c25a34ac894d7cddc2b7e4dd66d835a6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 9514f2cd0a01a42f20c57c208a9c0b644f84a6de830f8a8cd14692431aa20caf
MD5 84d99023eace07618b389837aaec2872
BLAKE2b-256 f760815011bc9a015079b27a4cac39a7630c7e5a9471361e4298b8d461d1a252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 94927808aabd6e396e4321fb488f634fd6d17273d4254a4a5175fbdf9cc3315d
MD5 d0987994171c76b839add826a373415f
BLAKE2b-256 bfa0ac5b6ef2d6eeabca64f3fa46b020631fec44bbcd58ea3e75f9cfda3c9f75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 441ad6b85576fbf19607a362166690aa31ec79989392b9c89a12bb460dc19996
MD5 ae5c715096d74e83ec6cff0e3f866895
BLAKE2b-256 c7cdca20a18b9467e20668c5ee7e84dff093ebf97135b59889d26129078c14e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c210f7f7892956c4cc889ccbe674f6ee7afd8c0583eaab8e7b1c845460489ab0
MD5 fb7bf634d958a477788597bdd006b5cd
BLAKE2b-256 5b9cf1d4664556a0c59198583c82961b3d85cc1d340b6dc9361cc97f056fb340

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfedf227f935d4a9653665608085430919bb14e3224c6d816276712f22b97b6e
MD5 6cb2adfa94bc0990c228e986e828855b
BLAKE2b-256 bfdf919bf06411fb6b585ddb384b8f2ecb5f0fba14696c80e7baeabd51472542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 99e9fd3c334830c6582b19f9004393fe3c1953e5b9613e3812e19ab59c22a276
MD5 5332c042e72aaf21a765739539e31831
BLAKE2b-256 c4d6628984089ca8846d1f8b6151b709886e7fa87e90881021e6a4c0e7b4d0ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e57f7633224fc1de78b5eea80810918e7b46fd95ad7b2469264d14bad420b19a
MD5 8d380c505dfba237a3bace649838fa2a
BLAKE2b-256 4dcc670cc5c09508d7a8c244aa1abb911d3b13d1fe9ab394c91ba383ee9960d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1692dd6c89ac49822006355870ded64fd562eedbae0afe265e761d09dc1360ee
MD5 e1df86579534494313d0b7b41a1e9665
BLAKE2b-256 e84c70037a6917978d765f3e065c062a59a14c808ce58a914e330cdcf97eec6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8da36b140da5665dc625dfe942b78b8f41505fba4733f7a0afb6e1670b444762
MD5 4a550fc6521784c4bd6ee489d35003e4
BLAKE2b-256 9154977bd10e3c6f08f7b322dfa833ed00dca833c79ab8eba68c8f406442a3eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af5ad6fa73dce03e98ca2a002dde19620d36459113475f419307461fb54a55c6
MD5 a76125b570095de8baef2dffd064ee57
BLAKE2b-256 ee2bc6a6afcaabf6a79ff063bf4a0f9e795ad8869ae86472d0d33e91a4205672

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8997a67bcdc2e4fc83f9adaaef5d5c4706f5d4e4cac43ecc30aeb3e84d2bce4f
MD5 3ca5ec9612777788a10b1fdaaa26ece2
BLAKE2b-256 32b150d313dac72e25b12ae9c0ca58ad0e76fdb5e8b03d25e13f0f6ca94f03f3

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20230816-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 36093f0011f45ee341bb257dae134aa7f0b963c2eb806ce0a7bbb072ccf46ed2
MD5 bde904c9922f3f558be7e4a764c8acc0
BLAKE2b-256 ea820a582efde6f29399dbcd5c7beb44ace9a0e333ffbb5e94a6ce3bf7c8a38b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 67ba9a997c550d4308c2be87873352e6877307fd519e6b37f88e8312b184ad68
MD5 16e03771611a38d1d441023210f6dc86
BLAKE2b-256 99d4571159cb9471cd4ce4295d0b2b91fe2b9873acc2644b06bf003b3acfab46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20230816-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.2 CPython/3.11.4

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 94c72226f075f24905b8e8416babf5945ecfa4999bf80677464aca3014b6a09e
MD5 6827bf8043f8e4086a49b5c6651560e6
BLAKE2b-256 5439978cd88ef3160fd7ce4b155da151ac3f3488f577ea0a9a4ca5c3594f9335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cdf7616da55142a21fc9a529727f6d96610e2c4ea7a21967cc9f01e0729f78a6
MD5 67d2624070738fa740651cf95d8608b8
BLAKE2b-256 565525dad6a5d7d4acdfc09a575c780fd42150d6483227db73fffd8ef872b4f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 53ced304e065a6570b14b3fb81b516baea768b5c3b171da614507db9f0240b08
MD5 41930eb3e7aa8bf9d9fcd4f2cd844f87
BLAKE2b-256 8c73d55240e0ca61f3256523d6c03445422cf0883939e3eb9d1e617ec84629a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d3ceb407c84f4f4aaa392fd1a44a6d63a38e3e107436eb9e3c0ccffe644e271d
MD5 bb5f4b5d825cacb49c67ce4062464a8d
BLAKE2b-256 669a175aac34f1c1aeb4e59ca1c9b405d1c7b6614282d16efebcd1959f6b8eb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3979f0f2b7b41d435a994a712dd45441df8a19968c574236e4d8d85ba927b80e
MD5 563674c166692152f3bffa320f23e89d
BLAKE2b-256 3da6ca3655e7424759c1625aca4f5ad5aa58a38cd5b815e30728aa722832fca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1d4831a0157a517c8c4fab9192f5d5bf765c2e84f22de89c026098285b1ae6bf
MD5 31863a779654d86bdab3932dc6dbfb84
BLAKE2b-256 4bdbfd931e3c479ff261642070f098e8fca7573de5a952dae90baadf737d47fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e3784a2502b01cb5990e222c34e8300ecbf47002316415a3c51ccfacec1a6c0
MD5 bededef7a70e4dde880d7493585faa0a
BLAKE2b-256 fea2c617b545cb6b198078f326bda20d28a8353f1c014365febd83142d3a1dfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f5b8256fc478826a9bdb1a680045989e6060df178eca3964272869b4d0aab6bf
MD5 f1914087183f16a22606f68dbdb6de80
BLAKE2b-256 3a0ad6592897a0f08668e279c4e03c0cc446de2a7ea12f5ea42d7b37e15d4b98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 283c13aba387b00e1d8cff0d00c64334dd751dff0cabcbf14906e401434b1264
MD5 f4f4eef4fae838b0705a649437e83b64
BLAKE2b-256 338660249e2ffbe271a137b9e4c338837fa3293eb55330377189c198ec046131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72c4d21c722fbfd642c444c837a0574c42c7f6ae1c22996bef09fbbe3a8d7707
MD5 6f5e045570108663092f48b9426954a0
BLAKE2b-256 a1bd4acf5e6045b8f4107b8621049507a9eec2062d969edcf336e47c5d1f690a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53908848cc1e6e8e9c746a7377c6389df13c11df054694c1ec5230cf04bfe4f7
MD5 ffdd9e6ece92624e37aa6969e51736dc
BLAKE2b-256 426c7b8d7c0c3e297e08ec565bbec539653db4409ae13e523787f95ae01ec6d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2685bafc7e431d08c82af4be9f48099cebf39767016262a08004cf9e12074008
MD5 1ca655da8d5f1486bfbecb3e578d86b9
BLAKE2b-256 d9f80fcedd59084c222d4e9841326c254d99ac342759817e206993b8e206bcda

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3d9eec3ab9fc7a85468c1e55cbe9ceaf2eac3d2e74453b059e7a1cd26e168b52
MD5 3bc373b7785244b2585bc2bad84cec6f
BLAKE2b-256 93e279be3ffe93c55a0d9d85371fa049bcea38ecaac1ab6160252025bd2d457c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20230816-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.2 CPython/3.11.4

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 fb364c9c0318a13e0bd5806598f7a32af59f91fab5c1663db6de26b870cd5e33
MD5 22b6ccc25f24f5696292cc279fd40931
BLAKE2b-256 ae5c1a09c9d3cb8880bf806487133c31db843eaba7333350f10ed7f23b10380e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e87e88669225bd19efc56260103e97c37b1891049a3fb5617b4be48d9cbbaf92
MD5 f9ba75a87db87555a637c5dba9bc9ac8
BLAKE2b-256 7b9fee77c5016f199753669e46ce025a9c7f089358c3db1ecaf9ad3a8eb7e1e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 de8da3abcebb874b99f232c52bd0fed3852e557da21078207f902907e16d7dcc
MD5 d93a18c4e179007194a61d008ffe60cc
BLAKE2b-256 791f6750623ac5d14e30257a1977b0f6bc175eb66b4a51918d9e636bcf581c88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 a476f1897863989cb4f473c8b440543f1cd0572baca97a9765239dfd78af4170
MD5 711a5c6dcee7619a0faf55fb9e877fbe
BLAKE2b-256 90c64fcbecb84c73899a6694d316269fe692ebc75e1c8712cddeab64fc5a42fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 96d993248f289767633c14997e93937b36f8f8ccf294aef0383ba01fe3b8011f
MD5 939e54685d4f8c1895f22fa08f4468f7
BLAKE2b-256 2c991aa800044870fdf0268552f96ab13df0bcae9ac7aa19ee0e734ff7fe2ae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 079e6d1e3707bbfd942ff4a49b3c36e2a85624bb1fc48e6444b821f549ceb044
MD5 3c4b4f2b82fe193e00597f57a9c91eff
BLAKE2b-256 b227680fc45be6a6fe8ae7153a683302a22a63343674a6b34f99e637854c6dec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36d33adda2bdaaca9af73206547f1b9e5e54e51ace3776bad252c9731ee0c2c9
MD5 94dce3fdce0a94e486b8f02383696633
BLAKE2b-256 3269fc85e3471457d8b5c66448431c4f6aa79dcfdafbd9a522bdce02ca6a0919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9916719552f410e840f555dc140d6f8b6e5d064a2051e84aad1a88301b09c9d3
MD5 41e39ebb7e249136cc333c1a9e3b1e6c
BLAKE2b-256 925cc0eb168ccd9e45aa36ac14ae52e6641772740b62e9f3521e8439c3c4896e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a653d03bac8b6cdbf26c7cca69ceec49a4ce0233a17c995d7549fb172c943ebb
MD5 b70366db2581f62eec47f8aa1804136b
BLAKE2b-256 c74b59cef05b01b60e8bd8e863730ff641f4267eebddd0786852c0327725b0b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24544e979f2cdda6448785dc787b8f65422cb6170572b6d7d1dfa13b464543a6
MD5 44f5f2b57ea316a462d07bbc2b3313a7
BLAKE2b-256 e434f82e7a067638963de47818b2556d2b30fe74189866cf4918c9191bc0446d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f54b71b86f02603ea4d52869f442017ced7f56f660cb67dd2287be09fc9be460
MD5 596da6a0e264fd9541b8bc7d804e8860
BLAKE2b-256 30499d33de40de624d19dc73d39dfc7c614e632d67f77a7245d6ae2de6e8e30d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20230816-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9f1483492975d3414bd25a43f10101a8cd79d5e99102732a7494c0417eb09bbb
MD5 fa83f31caeddc471e27e4e38af7fe598
BLAKE2b-256 fb072bda2972cae860a04456ae6427aca78a6d97480c42a406137e139265d2b0

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