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

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, creating intelligent APPs, and bringing 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 (超多大佬)
答案:卷卷卷卷卷(已满)
Telegram Group

https://t.me/ncnnyes

Discord Channel

https://discord.gg/YRsxgmF

Pocky QQ 群(MLIR YES!)
677104663 (超多大佬)
答案:multi-level intermediate representation
他们都不知道 pnnx 有多好用群
818998520 (新群!)

Download & Build status

https://github.com/Tencent/ncnn/releases/latest

how to build ncnn library on Linux / Windows / macOS / Raspberry Pi3, Pi4 / POWER / Android / NVIDIA Jetson / iOS / WebAssembly / AllWinner D1 / Loongson 2K1000

Source

Android

Android shared

HarmonyOS

HarmonyOS shared
iOS

iOS-Simulator

macOS

Mac-Catalyst

watchOS

watchOS-Simulator

tvOS

tvOS-Simulator

visionOS

visionOS-Simulator

Apple xcframework

Ubuntu 20.04

Ubuntu 22.04

Ubuntu 24.04

windows
VS2015

VS2017

VS2019

VS2022

WebAssembly

Linux (arm)

Linux (aarch64)

Linux (mips)

Linux (mips64)

Linux (ppc64)

Linux (riscv64)

Linux (loongarch64)


Support most commonly used CNN network

支持大部分常用的 CNN 网络


HowTo

use ncnn with alexnet with detailed steps, recommended for beginners :)

ncnn 组件使用指北 alexnet 附带详细步骤,新人强烈推荐 :)

use netron for ncnn model visualization

use ncnn with pytorch or onnx

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.20250503.tar.gz (4.0 MB 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.20250503-pp311-pypy311_pp73-win_amd64.whl (3.9 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20250503-pp311-pypy311_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.20250503-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20250503-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-pp311-pypy311_pp73-macosx_11_0_x86_64.whl (9.9 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

ncnn-1.0.20250503-pp310-pypy310_pp73-win_amd64.whl (3.9 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20250503-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.20250503-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20250503-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-pp310-pypy310_pp73-macosx_11_0_x86_64.whl (9.9 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

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

Uploaded PyPyWindows x86-64

ncnn-1.0.20250503-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.20250503-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20250503-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-pp39-pypy39_pp73-macosx_11_0_x86_64.whl (9.9 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

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

Uploaded PyPyWindows x86-64

ncnn-1.0.20250503-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.20250503-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20250503-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-pp38-pypy38_pp73-macosx_11_0_x86_64.whl (9.9 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

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

Uploaded PyPyWindows x86-64

ncnn-1.0.20250503-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.20250503-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20250503-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-pp37-pypy37_pp73-macosx_11_0_x86_64.whl (9.9 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

ncnn-1.0.20250503-cp313-cp313-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows ARM64

ncnn-1.0.20250503-cp313-cp313-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.13Windows x86-64

ncnn-1.0.20250503-cp313-cp313-win32.whl (3.3 MB view details)

Uploaded CPython 3.13Windows x86

ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ncnn-1.0.20250503-cp313-cp313-manylinux_2_31_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ ARMv7l

ncnn-1.0.20250503-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ncnn-1.0.20250503-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (5.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

ncnn-1.0.20250503-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-cp313-cp313-macosx_11_0_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

ncnn-1.0.20250503-cp313-cp313-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ncnn-1.0.20250503-cp312-cp312-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows ARM64

ncnn-1.0.20250503-cp312-cp312-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ncnn-1.0.20250503-cp312-cp312-manylinux_2_31_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ ARMv7l

ncnn-1.0.20250503-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.20250503-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.20250503-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-cp312-cp312-macosx_11_0_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

ncnn-1.0.20250503-cp312-cp312-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ncnn-1.0.20250503-cp311-cp311-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows ARM64

ncnn-1.0.20250503-cp311-cp311-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ncnn-1.0.20250503-cp311-cp311-manylinux_2_31_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ ARMv7l

ncnn-1.0.20250503-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.20250503-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.20250503-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-cp311-cp311-macosx_11_0_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

ncnn-1.0.20250503-cp311-cp311-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ncnn-1.0.20250503-cp310-cp310-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows ARM64

ncnn-1.0.20250503-cp310-cp310-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

ncnn-1.0.20250503-cp310-cp310-manylinux_2_31_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ ARMv7l

ncnn-1.0.20250503-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.20250503-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.20250503-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-cp310-cp310-macosx_11_0_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

ncnn-1.0.20250503-cp310-cp310-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ncnn-1.0.20250503-cp39-cp39-win_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

ncnn-1.0.20250503-cp39-cp39-manylinux_2_31_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.31+ ARMv7l

ncnn-1.0.20250503-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.20250503-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.20250503-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-cp39-cp39-macosx_11_0_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

ncnn-1.0.20250503-cp39-cp39-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

ncnn-1.0.20250503-cp38-cp38-manylinux_2_31_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.31+ ARMv7l

ncnn-1.0.20250503-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.20250503-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.20250503-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-cp38-cp38-macosx_11_0_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

ncnn-1.0.20250503-cp38-cp38-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

ncnn-1.0.20250503-cp37-cp37m-manylinux_2_31_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.31+ ARMv7l

ncnn-1.0.20250503-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.20250503-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.20250503-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-cp37-cp37m-macosx_11_0_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.7mmacOS 11.0+ x86-64

ncnn-1.0.20250503-cp36-cp36m-win_amd64.whl (3.9 MB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARMv7l

ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

ncnn-1.0.20250503-cp36-cp36m-manylinux_2_31_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.31+ ARMv7l

ncnn-1.0.20250503-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.20250503-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.20250503-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20250503-cp36-cp36m-macosx_11_0_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.6mmacOS 11.0+ x86-64

File details

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

File metadata

  • Download URL: ncnn-1.0.20250503.tar.gz
  • Upload date:
  • Size: 4.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ncnn-1.0.20250503.tar.gz
Algorithm Hash digest
SHA256 f5823ce44071e210419a339b5a4dbf39058fd568905a65e9c56319917f2af7b3
MD5 69c2dd21b1ed6348284c569b2aa5265e
BLAKE2b-256 66101d508ad965e72f6b5bd0061171740bca6a48c884b5ae24e1334d3f46f450

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 415595237ed10a3a2c393ca3849c53f6b45995756b9f768684b98ea64fd38124
MD5 d4497a43882bd48efb96289ef6dbf259
BLAKE2b-256 d84fc176616e3ab34859d837aab62ef18d537f2dd67e39745daddd768a84cf0f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3213092624a9573d5cb6c5b1ec786470fee2cbf9d80ecb149d0abaa0a655f5b
MD5 ffbe777a49fbd718c2a1873c484c683b
BLAKE2b-256 e05adc212750a4289a8af4e0cd304524c4fb2bd5a869adcad3fc9ac97696e9a8

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 122661bbe8878fb76354c9b074bfd992eb2023902d8a479d3ba81531ddca26fc
MD5 af5f6cd7a38c908f691aa4e8207aedbe
BLAKE2b-256 a4bf8d958456f61d088b8a0cbf4f1650d3d75861894c672777aeb2c680ca82a1

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c51d3a829954b0aa2a7cf9b875c7caa8e56d778faf244ff73ba2a5f8c9dfe6d
MD5 054986bf07be16940c92d0e3c8c47baa
BLAKE2b-256 3e24669888d810b7545e1999199c1ca828e451ef94234138e1e411e455e30614

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f11f89916ad9dda66521f5bbb1c39f7c304183e0c90ad2896fc152d970eb8fbc
MD5 1548bbf5c93bf8b0de8ead6fe2c9179f
BLAKE2b-256 b822be90cd5f0834f5d5f6d6b0a96873d6e18796c8adab5821383fbe55136813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8da17c1fd33d2cae868155c5f66eb07ab3306b80b3940370d1a45d740775bfff
MD5 b34eb828f37db3f80986ce04e695e4ed
BLAKE2b-256 60a4cd41a2ac9af15d25b18e1a93c55b3c4755197e62e5f2035d05ae3f5637b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efaa905743a595a3a15108fd82e5c3bd547eac472bd73cd49bce7eb0883a92b0
MD5 6ffe7f6d7b942dc88b7f53ac6f02efc0
BLAKE2b-256 e80b1c6ca410ef28b904f3a6e4154782fccd827c1aa1ea701186ccac2608fb36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 21883adcc1ff84309f71a2a6808cdbe8dbb1c27a09eec036705175c305d76eb1
MD5 1c8a64dc277b6b7697da6d71c26a0661
BLAKE2b-256 67b813e9f8b7b7f7fd5fe6efa1a8e2c695a13c194aad98f31f4c6be2df173d48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6403ec1d879cbff6f5932d2e4cf91cffa5c7184d5142e83979e0e8c273c96e3b
MD5 ef03e1f58c7ef6de8a9fc3152af5f0e3
BLAKE2b-256 84fada156a3fcb67413f4690e6688791836b6866b65837aa719e607a87fd9d1c

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-pp310-pypy310_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp310-pypy310_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 966ef0ba3579d8543fd0586b3161ab1ae4f5b2a61dd7fc86256610c325fbca78
MD5 06d75b19e7ee3b920430d2dda140c8c5
BLAKE2b-256 d0388e1bd723e2a48bf96bc09232b7d20c997c1b7e44020e9bb51c2444593b43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 23d382b716a214941569d775e8e89a33f4c0303be4e297827b52ad65658f04cf
MD5 be6e744767262c1fa861952c6b947fbe
BLAKE2b-256 1193d367e891504376ced5fe9967d52ba285a9e561e4935a01822e00844f758a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 557c0a6a193be91e23bd59dc9e8b7f392a0f6769869db31ae4d2de48e640b8b4
MD5 db9648db9fbbea3a359674f83e68c9fe
BLAKE2b-256 b95c2e4a78c2171705946bca8975986d6c5036cca26923e4f69da11f71c7278c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fdbc509da94559b1c8bf7a711331615a45c6b83f61cab15e3a5cd3e497b04b93
MD5 e2e8e4380d3dda9e2a1836610cf3c449
BLAKE2b-256 e92e7114022d0bf8b9c9d18f13383aaffaf1d045e9a6fb2d67c695938fc2f7bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 559a6e5edd68edb87b9ae06f5adf89876a5bce21d19eb0a7fd151e36edc43cf3
MD5 e99de082b8e9a713c4e1521b3c1f8ddd
BLAKE2b-256 0b86dc957b4114bf03510ee799cf1cfa47e07187dfc00986c31db0621e37379f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-pp39-pypy39_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp39-pypy39_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b0ec5b94a8bc070b746577606d739e2a76c564c7446d2cb32f4f3b4815c9fe3c
MD5 964c2dea2fc8dd5f5077540672742f78
BLAKE2b-256 c6c2be5a8f58b14b952531028b020ecd06dff3b1291ceba2064689daa995638c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7a319852baa350119933f8f2a073ff2179895f9f1e3a6c9530222083e75377c0
MD5 7b1dc5142ebd5b2d0202a141b647760c
BLAKE2b-256 a5ba67cbebf38b9f43a487393cefdc02e62dc60e15e1bf2fac0bfa41ce783264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14a21c68cc1db4bc64fcd723b908312e5d7bf21643ccb00386b16dc1b6c16b88
MD5 5ee2cff018e2cb3eb44c21b11a019199
BLAKE2b-256 2ad5524db8499190b07a3c079c82ad05b69cb7364a84e5838b3ce9e4144c32d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4d2cf6ae1cfce1221cf3227b46f38e5d7c7ff611546c52ce0d685fadddd51589
MD5 4b73498ccdfb2b988ead17f953bb6c5f
BLAKE2b-256 1fcbc9850c817c61cb43173adc15ec988e1a24512a66cc095cc51109d8cf38c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9fc2fceaa31a8ee99bf142add38b4e074b102a89b0415204f81c89ff498d05e
MD5 3dd5567a2cb1b336709999f4e1dea0c1
BLAKE2b-256 6c27ad1451e865508f31267b3a4877ad3ec72af09f98b33dc32ba32fa2431c01

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-pp38-pypy38_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp38-pypy38_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 26feaafef2b71383c26ff218de7f9f2c0808dd8e84dc088de22bb9de8cff5b7c
MD5 b28d9a0c0eef030a692e6a839149e5b9
BLAKE2b-256 5c8724cf1ecd1959a6e84cb3d4a635a42ea09652916dc89d2c57e92b1f7aa564

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cb96c30c0049c02b89cc1c859f5026f059510e34504b2711011c847c8938d208
MD5 f46651480f0e0dbe1a8defbfdecb177c
BLAKE2b-256 251d0a28481ed5cc16e3154f4c16f11f15f8567a081997e67856d4b89e426325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19cca1a2061b6d39dff3afec58a8e114eb2b0e7e85f43a46cf6af08f0d29782e
MD5 5b4e84cef5a492d855d8741ddba0d461
BLAKE2b-256 f03ce8ae50317465db13aba878b093905a47ea7c929d4d023e6169bb5b24f3d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa7087df0d006452de0ee1c68f5d8384c5332db019c75245b0c1468b12dc00ed
MD5 23cea13fa033bc45a595d1761e3c3a69
BLAKE2b-256 97d47446335d8ac7d5cdc2f9bf896dfb932f25a86d15c85f3da79c1100142c69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1f97196045c268dd3ac983df99c040b801471ca055c81cce281fe409b1c2963
MD5 4c5b7728b43e5ade2577ccbb646fd095
BLAKE2b-256 4444138a2302e03e056bcf794af51b8e1903b30bd1acf013eb4791133b834b5e

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-pp37-pypy37_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-pp37-pypy37_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ba247fbb49fa59ae288bfc4bd26a0fe85c6ca4e62eb1633029ecd262dc2baaaf
MD5 7892175a10f1cf18053f6fafdfc212f3
BLAKE2b-256 d5a1e4f82be4693692032176c842a72ac52bd41f2ba349492a7d768a236fa3c3

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 9451e65873d70053447800fdf62f67710a700e189149c8cdbd50bf30fcbc76b6
MD5 94188504f3a92ba5b6193306d39d0bfa
BLAKE2b-256 432efdec3f186c37dd52c26eeca1e035c4b54d7fe1d18059bccfc810ee6a21f8

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 13d66f09e3b63d6a44a2b0c838706c4760abb94f23b2cb6142d14561d2c3d6f5
MD5 310314130136a7dad61f2ca4f7c60d27
BLAKE2b-256 7f07efe27858417c649425a592b404ba003c54ad380f857c1bc1a8f7b3e20ebb

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-win32.whl.

File metadata

  • Download URL: ncnn-1.0.20250503-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8b049fafad66b5fcac3106e1f1b721939bf67613fa6b6250f5afbea695420e5f
MD5 b2c7f079f2f9e4734a085ae74e9189b2
BLAKE2b-256 5ac5967adc2a8bcafcaea16a3a9d0e1ee91df1e97b1fd1b04fe0f68da41a2abd

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48c4c32876bb9d2ce1dc71a1f3bf5942106dae6ad320a920b51a02a4fefbf234
MD5 e5f742642591d96658fba08acc2de017
BLAKE2b-256 38f7c9d71e132c50c63d60eb30a5477bcafb5a3e16c968cf44d03ecaf870a8c0

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f78a0f69130bd8bcee446447ee3573ac8babeec51e45c6cb808b8f16567d840f
MD5 e886f1911636faae90c5f07ae5d11999
BLAKE2b-256 0cd5786c70bb426dcc413f09be81631cf3b1ae63c18cc3022dd457ac86262b42

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 864dd1363e4db20762035b862bf91945baaa62eeb844bb1b824b9ceff83aa353
MD5 72c8fa5dc65441d724c51b2ad77dce79
BLAKE2b-256 df945d2139ada396a6c34a5fbdc59a4f95313b7aac8e33e6bc4fb7b7ff25e44d

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eaf9334746858b4411cb44c295ad11bad00066ca19a18507d82f42466dc1c940
MD5 2ce0775d7b59dd419a5d0ff74bd8b86a
BLAKE2b-256 084c198ddec35f77bb86b4e975b33dc096cbb477633c141d153831accbd0c632

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 7a2b2bbda25f54e6e0be6b135324959a77ef0d2b7457336f2803826df24fb1ef
MD5 875099d4700a20b05070e49e6d037a09
BLAKE2b-256 958e90db4fa3dacad7861da8d386a2c4d598a153cf14a52c57a764667672ae60

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18a5cf3c306b71368564978ad6609b2fdd899b882c313298347822126f37249f
MD5 8eb3ec978ae1a3b5a25966bd6075c70b
BLAKE2b-256 57651c6730c1aba72f0cdeb7c09dfff1a0a40148a323a75ea65fa3da61463772

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 112e220862fef7632f58c8e327e022ffe696626832604c103fe90ec3c4f581b4
MD5 ca6dfc4fe762a450c63c14b750b7cbc8
BLAKE2b-256 50f2e84f8f27b9e73d0f2c5eb66ab88d1f4df4b1f3bb15925ad15dd5c316b5dc

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77b2f3eaa4297c7915806c01571351ae5f17cad80ff90982540cbb62246c95a8
MD5 ff00672330a0d0da91ec247dc3674cf4
BLAKE2b-256 3b0bc9cac98f7304d56da2241ffc6b8b20d8ebc1dcb81d0ed2c11bbb16d6c0c0

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 451ca683c5ff3bfb288dca3fa4a0c1b885bc6b0ef52ae1565aaed5ed7f96d7b3
MD5 44b8eae4da2cf4bb698ef4fb045e7b95
BLAKE2b-256 3121ca7562e7ff0dd008ccc045c842ec8cedc9a7ee2bbbaad72ef5b26f961f7c

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa6f15f509aa16860aec12ee56f3d4d11be6fe272a128282ebacf2fc9f1f496c
MD5 16ca5a37f50359141bd1ea7d40ec02cf
BLAKE2b-256 c7d4469100a2b801324f80a9389fa742865dcff9449fd90c1f8cd4b7e0e3c55e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a7d37d984b27329414ea1243c958e1a0ca8558ddb6135863b60f67d49804e63a
MD5 4a26ac5129beebe44b5972f19bd7f83b
BLAKE2b-256 2d551ff5a560dc0588284d3561c8cfa83be03198f9fbc94388927d41e221b87f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1db2cc37874c25fa9ab762b44dd8cf6f197df6bcd852041de7457c09cecf17db
MD5 2e2ac0449494cec2b87598e1644db504
BLAKE2b-256 874760b9bbdb0421480ae7c57c0c4fb915cc9795c9bf18dd29d9598f5c1f5a18

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fa854ae91a9c0e0c5ded85229a824f484d32cefd52c2e219c2676d2e36c997be
MD5 fdae301351996bff8e1caa7719953b17
BLAKE2b-256 6d0567326b3bcd4d1ceba15fb49a79f334adbd01c275419f327d0f84cf682ee0

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15d9c15d21195f9a082b4b822476c59d77c72caf0214acb7e1bec6a62ee263de
MD5 329453a1d679fd1a6a0d7c78a85f316b
BLAKE2b-256 f31e71dc473f772aa8ac12765209ecb4d703e57344494c7f20b21493e896361f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 306e5a8c67c91e4916c7a1c79d964b11eecc0f446e0ad773f2c9069fd4100199
MD5 c6bc18ebc0b509b38159374f86a95954
BLAKE2b-256 d021172cdd5e2e50b10dc6e030bf7cd9ce56124aeeade9f3bdd31227aab3976b

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 24efb10e9f24a88fa90a1fac80812d07efc78cb023305363fa67c660019215c0
MD5 92ef41f898b1fc6bf0c2c3d982349683
BLAKE2b-256 0888545416f512d3de53f91c74a045f91eff8e39ffe4cff64cc22a277be8f996

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a6298c584e9678aba302b4ed7f347046fd5c3f5d864338739f0e37b569ccf01
MD5 e39dc4007cca52cd408ee0dfc2390213
BLAKE2b-256 b889b2471c0811989f855712d6d118ac9c844121df89a5dbb70b06a534f71443

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp312-cp312-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 68f13418e3fe5fa5f32481cb81608fe7548e2f82c93f83ace47da4e8818cd0b0
MD5 69e7b4027ee4a4612514fbae6450f9ed
BLAKE2b-256 b39bc6ea59ff239e514a85ae9d18c68e00f36b585551addeedd3a2011bbca1c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58f4cc3921a5055782ad8a767f89e388a39a6a5ce5f134762fdf5d84756e5091
MD5 d57cb91f332575feaf9816cf36bd7e07
BLAKE2b-256 77bc70915b5b50acf75e54c94e071706bf151e61f47b724eb8494af8c7e0daf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3056c7dca42bf7262e61fd7fe7396250dcd9656ae69cadeb715fb5f2c54b2c9d
MD5 4015dc232ddeb29bf4993f0d80fe8d7a
BLAKE2b-256 d1a89568398837865d814c9cb1557423f92b57a6bc01f3e348d3cbfab04f33ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e20eaedbc5513abbc7224587e99229e3745d21a7b28d7e48ac3173e5c2a3e9ce
MD5 71f062518ed6bfcb994e5fcc41ccbe3d
BLAKE2b-256 2acc14c40b9eab0f1765bd73d1097da9fc481bb5b2eb3b9bd8e4c12bedb12b35

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f75193d6e155f0040b5c088f6c8560c7b1e285d0957fb181d5fa32aacfbba272
MD5 d95ba2e02990fdc3814720bfe24df728
BLAKE2b-256 d53cab50d4719a782046a73f508e2195767083d3995b6b2bf6c05992f86b3954

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bfd00d6a8d09fa51f53495ed6af182e6830e5aedb0130476d4a584bb1e29f87b
MD5 273b500a3edee33a98efd6cc95650ce1
BLAKE2b-256 95e47c2d360d4ebb6400a81dc298328795b2492129966634b132c2dd00b07b0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3a992d2464e8cc397e96f5292d0c8255cf0ec6f9ac2a310e58fa529402e08491
MD5 a7f43a67ffdd031aee74eb260c15b2f2
BLAKE2b-256 470d84581285a629384ddcf597399f67d36f8c3dd76fd209b4528601728f81a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2c4c3b695efca8bef2033b70b5a67522acff45d4ca99a4416fa4afee3cf98d74
MD5 d54eafa1d747923c8d02fe190720bdf5
BLAKE2b-256 970774733c18758703d49bbdaa407e5450ef8772e81835b1d4ba569e5a62f810

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d2239c02474854c806b4d5e2bc0cd40b6c975279fcdc5fd33df98c35ae0ce2ac
MD5 0ad3c8830208b6bcfbd0cb0afb5d7a89
BLAKE2b-256 f7912fbcb3eb8740dbc30620273df01ae1edc7b03633e64d12201f58d4080fb5

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f89e5597a2eb2857284404ca9d4af7603b80905e9c3f8cf17e9167aa21f51cf1
MD5 9c88d779c74903b6016fd6f9917df0aa
BLAKE2b-256 c5075dd162fad29fb18e552d1bfa7378e89b6faec7bccf46fcf1545f2c8a3a3e

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 18f34d801ea599e0186436bdfe9ac0659bd023494b9a0c5df02ce4e6fb40281b
MD5 49c40da5519213b77f85843f0b913e8b
BLAKE2b-256 36f582b9456f896474513a88ac61e82be912e7e99052ce39669013f96eca7e75

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 77978ccafebc6913d133a2de3a1fa438ea1769ce5a4263fa8f149b015445188c
MD5 07752f1fda2190c4dd0699aee8737c4e
BLAKE2b-256 2b4746e016decf7f5b3393ddf1f7674297d72f1f5df67f4425e4a5560246cc1f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eaffedc056f69a8793aa718069bcad7df3254a3f729d94e8d796fabb360a6f89
MD5 966858add6fdef6ad81fcb7d67a081aa
BLAKE2b-256 72b968c8ae4e824c0a7fb5db4f7a71d188084801f343114ad253c60544d8a4fd

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp311-cp311-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 c9cafa5ee10ee1921e243904e2cfe5911ab5fc405310f41d67f3b88bc34bb21e
MD5 13d6582df56735d51b86a3b2c15fa3b2
BLAKE2b-256 75141c785b7ceec166466d030475cba765880fe6047cab56df870a9e1ccef782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60cb5f204871b1d6f9d4a893a41fbebd1cac9850a56249b7e2da5db577a80f00
MD5 1a805c27918a02f238067c400298a829
BLAKE2b-256 ef94dd324be0f2515e208c59c046b216019e746a79c5a7f0f2b298c394fea514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fe7bbdeb78405589994b76766c28c0498ea5beeb30cca980c89d86bb3d59559b
MD5 6b5186cb572e72c83b782774a6dbabe2
BLAKE2b-256 07f8824ea1f099857e8a26819285bd9aadbd3445b0730a86255a8f7184a39aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b4308fbc483819644625f59f2b8af7b963b594aa7a324d7c0afef00f9c46e41
MD5 950f37212634be63884152795842eb1c
BLAKE2b-256 08ce1cf64a3f17d5c51e9634fc94dc2a3e59e57d5b05e9327176cedbf9f8ec7f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 29732cc859a21288e77093abc16dd8b3ba5ed5e8cf1f12e9276acc2a8294130a
MD5 ab4071be9cb5c63ead1daf1d4ba45616
BLAKE2b-256 c6d1ba3b1dc01c6e0157120fb8a114c2c5309cf837b5a530e95cdaaa5033e3e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51e23e862636617cfd7755f041606a21db889acd9f7096d7baafe4a0adb6533f
MD5 edc0760ece8f8034a27168502ee03081
BLAKE2b-256 76bbf13333389d2fa07d73294c1451d0a2c058875a27e0ef09db9e5fdc73d283

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 325444ec06f099dc533754cf28945afbc917d6c367a65738a6757dd3ea02d2f8
MD5 bd182adcbc47774dfc63d357596fd89d
BLAKE2b-256 dddca165b6e0bec7acc0c12c9baf8073e2f1f092ad0450bda544d08ea019c221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 643f0678a029a7e222bbf8931058e3a069cff971db5d50aff35bcddbb482293f
MD5 3b91ddd310141d71f6b2471fc2db2453
BLAKE2b-256 b4db1507bc83898318f590c7182d8831bd405ee8beb3bd2c7e9e45712d740941

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 56a2317665630827479978df6f25073b5d72457f4fbdc5a832da600137fc9055
MD5 f061b5b71383258e1a96cb5f24930eb4
BLAKE2b-256 262f95c2fd8eb0b7002f63e56c07e7e3e029e215bdb151d149564e96d36d4937

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64369d23e553bfacc5d1cd3b997d0392cb1ce0c4b0c6c1dd2e1a91fe5853db85
MD5 9e0b4f88201e96baaaf8ceb65dd067ea
BLAKE2b-256 887f2f694a2baf7a915e1b56398a335f4b093375c559c660f4c041511f3c21e0

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 03f4e31fc65e71f25876e0260c85aea05440fbdf02ca6e53f04048c8864fc435
MD5 2255ae2c759ccab408772ee021ede261
BLAKE2b-256 cde8dcfbe669a500f034ade79907f78442ac1024ddfd0ed4c704a12c3c80f02c

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 265b080f0b61a162f54a1b0752ded92bf9428610cceb95b290a75bc8b182e346
MD5 3a7982d290c6315591ec3db2820d27fd
BLAKE2b-256 c5f36bac68f8c327af17523dc9c59678f50ef257b1d4ca8cf9a75ad4cc31e23c

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5280c77e01fdd25afe0eba095eed2698ffcfe41b48d6159ba645ea29dd8a61a8
MD5 d873d1e509f29966febda0f951960f99
BLAKE2b-256 050fbbba53ef350e64da9a8910ae507dc04500b80ef5d6242d2c2494792dbb87

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp310-cp310-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 189d834fbedffdd83d5be42faa6ecd7e3826890e3e496ba3219b6766fbdc18b7
MD5 f8159e3e9b1886387786e5c683bedf15
BLAKE2b-256 5dc385cee712e8a2e9716cbe20308236207f0d36b2e1d240164641408eadcbc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 172c2ab7b466be86ce4dfc100d49b0b51b16fc004c9533d0473c73be3bb04c63
MD5 c2faec9738944e2fc38c6a343d5b7c84
BLAKE2b-256 d2b33337fc210d70b4279966f4d94a78abb3ce0d262a68df2c8b57aed3967a44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2222db0d38a0397c26e9ab89b555b677dfe87c5b8fb7d9fa64fc55a2d48c7014
MD5 a1814d2b83deda35c1a79cca996a702a
BLAKE2b-256 60cb561e402af6f755abaa3cf5a58632011cf452cd6f1734ad481b094e27c173

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f3f7abbb1d30d5d787634e2388675cad6a36fbf44133c7a5a5bf9ea18b10a58
MD5 bad4317a3ac2f4db8b514706887fdc24
BLAKE2b-256 3e8f243fcb95f6daa73c562cdab091bba934da98bad2ba3998641f4bab549b27

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8f69ff13d266835b727647ed94a67c92cd42d88cfbd7b512736a889e727f3bc4
MD5 ccdf04e0f4588b7e2c08e6447d07f3db
BLAKE2b-256 cb9b54c19515951fd35d8faefe5fade803a1df8dfb057f9ab5ca791d8bc565d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa3b6c8e0de66298b2fc1da0268785f1d629ecf75e7e00b2556d3e66e280c825
MD5 ebb7e691eb1f35de3268340236186c89
BLAKE2b-256 6b1a7750909af22e8340f365cde9c494fc116a5e867e5ab9d2a5e99a202fb058

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20250503-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 478d95f5e62642d394e2196bb684846d5b2f8c915657a717b7bb3e12004485b7
MD5 5b0c28299773f7986f347a3696213bfe
BLAKE2b-256 cfbaeec127646874fde416b10ebbe23960e5d39d01b15e8c16475468f38e0cec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20250503-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/6.1.0 CPython/3.12.9

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5f618bf82473d1dac2d88fc1f720687d3cee0a506720a5d3b2afd330eafc191b
MD5 6baba0ee553498d5bb55397da7e483df
BLAKE2b-256 508c500c6d62d9413a85a09164ac50ff462a4727a612d72e7ab0c9339c9797ee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4a901904bfe893464c0bb9af61c5b94ffeb14e861afffceabb05adb277a04824
MD5 ab1530ea5c09410492b93a5f1b750b1f
BLAKE2b-256 43f7cc3ad5e566135e6743fa2dac65dc4007b2eda798b40e9766b469ddc2223f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0b4638ed62d20606e3d91ef90ba0f41452258f0297c8115d4d9e73f5917727e
MD5 68c492f2a4397c7bff9355f98d5bb5ad
BLAKE2b-256 e52300a34197aae2e9eff8090ef0ccfe65fc93fe69ececd0eafccd5f1ea65d81

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f095709e1c46d7332989d3f570e6aefa7db8b3986d15685ff28c1001a0694791
MD5 0f1ff325c29c67a7248c2e594c23a2d7
BLAKE2b-256 3976dc3c7637a806506ba4cdf683e9bf261729cd065137edc09b9a20a4dd0545

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 158570eeeb4293deba95fcbde0cdbfcb753a98436b357542b265802044c806a6
MD5 79a0af1878efbbe5cc7f8206b6b4dc0e
BLAKE2b-256 1c61a2b7949c060cf3546c0e6ef70552d5f2e0137f68ee35e9ea4dc0f8c2dfe0

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d4da85163fad96a83e94a6fb5839476a0616a398900e545d55ccc5e4c655451
MD5 8056df20470699bd881e020f3b2a8bda
BLAKE2b-256 aa48ef13ed4bda9511ffc5db4b4f3af42e05625335cffc2ac6e97c5e498c4022

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp39-cp39-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e0fcfd3d1adc75419513deba415e443f7a744032486e8c72bb6b2ea7cb4dd8bc
MD5 e351b2fd7ffde33db6e82711226f5093
BLAKE2b-256 e53f4813dac9a09fc471ba2840aa7326483a09714bd59d50ab6d75fc8ee0e106

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e3e68d2b44183f2e2cbc395502bc4216a6c71ec6a91996c70b3a96d1e9d65d7
MD5 050fb2be3a6f310830e03c1e67cf6c10
BLAKE2b-256 1d8a049f6487c768e15a958f671dd42d8002a87660edaba06d9638e7cf7c3114

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c172c8d81e7d8e9935ceadda05e0374a3706331d4774f67f5c481c54a51de42
MD5 1c0fa2b725c2141920373b205003e5f4
BLAKE2b-256 2b5ce1159ff2107da4760dabc106ce7350391d2e0c9b3fd9116ec0c2d699787f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9222bb3c7b94a24c4ca42c651ab47b2bf745ec965057d69180c13d7d7221859
MD5 cf20b5f07501cc42aaa850ce1866a167
BLAKE2b-256 59568bb53d986a9671456a4a440377feb386d34e9e095c03dee2aac01090f362

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9c0d082a6bba497e84228c0559b71c103909d5ee63615c1ea55d52de4019a71b
MD5 100e2b3ebe6863a00ec1ed1cdcc4aeca
BLAKE2b-256 83e0774363682e9d284aea18b82dfa78734a15d20259c9555f600fe290c79bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b6f2298a61880ff02270876b182d0890f23f45fc412ea8cd2ae4be97292264e
MD5 7ceaefcd25c18f81da000dbb769c8d41
BLAKE2b-256 a3573ed47b000b4c517d93cc5d3e67f2b4fef58ae29d332d8a1c096d9463676c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20250503-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/6.1.0 CPython/3.12.9

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9b5167b2f741b7710e4d7e13fdd159dafc907a1c804b15eb52ca5c4dc6db5e1c
MD5 d6a3af3a4eebd644ef188a8336633188
BLAKE2b-256 90f0e92ab263fa4f4a61f851301a2b273ef4df8db39640fea8cdfbfbba41b093

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 05b7124b224a9738320464d28d832103fad1821814d16b792a25ab605efc5aaa
MD5 a44944ffdb5edb49aa3ddb9f722fe848
BLAKE2b-256 93d6b8ceb0f643373bc17be81802965f5b360e4582cd5ff1e10336dcf1dc1c2c

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b677d9c0be1cfd88364aab5a14338818cfe69d989733f97650741846ef478c02
MD5 de65ea152f32e52d5b19a90aead89128
BLAKE2b-256 fc82f34cdb769d5ecd5caf2d6318e5f2ecef371cd3addccab829804468a62ea6

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 195c53f92bd098180b147ce2c8fd295c1e53b2fe6ca07b32d12fe05b926f88c3
MD5 9c9cc5c1693148e95c113785db0fec3c
BLAKE2b-256 552cf8e9e4ba34a644b8193d7d6833eac02ea31d32ecc3a4266fb4abc355a4c4

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bdea5986e77d51de6609dbed83fef02b8e5aa42e522cce92493490b2ac634fc4
MD5 ae70a4905eb743e72cfea740a5fcd982
BLAKE2b-256 6bf402040ff9b703f936290280597cedd2e5b2873d994914943534e46d35f08d

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 49017aba53b7999df23f474a0c9e9d24f99f28e01eed6d8cfa03e20ad01d240b
MD5 f689b98b6180a4a05ffbd27d5b1208d0
BLAKE2b-256 bef1202cfc6996379076a98e9e29190d615d9b58ddfcd40a1fab7aa169f2461a

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp38-cp38-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 ab2e15c2b689d2a408cd9a32e0b524180c066bb3ca990bc343249f214dfdf2ab
MD5 b239d282214c22995b26033dd59c54ec
BLAKE2b-256 56219fcc72a22df948f73cf2153b183fb5eb8f5df98f946cb2149b54e3e6d07d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68e0736fa139a614d622235bc8c0b9e4c0d57d7f38be661e29db9fb92a7d03f5
MD5 c6fce648e7493b676dbb34d485f3499d
BLAKE2b-256 88a458a629cdb37bd05254aa8e23ddc39aa708a3c634a109bf7bcacf61c6ccba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f83e8d50d8eb4b9bff429337e36b4a58d26749f9cb156ba2e90b96ab87e40092
MD5 a4e13d7fe24248e3c8075d029b2439f0
BLAKE2b-256 cb38b343473ab4f86fc2cadd9a367c6aea3dada246360987a76075757e14c31d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3fe1dd8f02fe29caae75d22dac80e75de120a9a3501a44e65ab3f571feb5ddad
MD5 29a17584ef7ef4e46ea7a80fae6036e7
BLAKE2b-256 3da6ca3abfacf3abd6efa0aa62ad8c9d2dd3b0689a4001d210a30340b26ee906

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c90f2548d564d4c0125c896ea29c8b00a564c20a9a7713107c5cfef0e48cee61
MD5 71dae673610ca78d11c5ba0276e91209
BLAKE2b-256 2f7cd4064747cc60a9672fb45b1fddcde8efc955fc28e2e0c20d52c02400ba81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66a4ee7dfccea3e68be08c0d231efdffba54be75e0c471589b70bc4c4a095f3d
MD5 b7db33b5bf0cab1d5ae27f950c8fb6d9
BLAKE2b-256 a2104ed4cba9335c7977ce99cb7519de4de23b9244f309676683623ea98485c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20250503-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/6.1.0 CPython/3.12.9

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cb16f7dd26798c709148b0070d86533c68404826808e3cf619dbee379b61fb7a
MD5 87f118df497c2a25f4c8a97c8221f31a
BLAKE2b-256 e27be40e0d348bd4d736cbc840c9dfeb09e53a6ba991b4300a5183f39580cbf2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 93ca5ae16eb2504edfc2d398e1e3db18fb9ebe65128bb1343fa71dd0bba45462
MD5 6b9e2db0c7410577140d6ab039ca0293
BLAKE2b-256 92cf54aa80615435b4077594b0013adccb401fab5f9319c2c114038dc409bb8f

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 873887255b792f88b5dc798446f11467517144c35a9001a56e3664d860139454
MD5 da6a195ac04b645d0b9564f7220f4389
BLAKE2b-256 306cecba917b962c857422219ddd224a06335aa9cdac2e6a34fb4c1268d594ac

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ecac9a3807e6a41b4af9ce7e8a775fe6723a48e3ec0938fb13ec94d91e877cf
MD5 552b89cae20f4b26058133a8a6fca669
BLAKE2b-256 f2f148f3a96195cafa0cd18854611e11b6ce4302ad0c9189e3be67ff5b1fb71e

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0dd58421c1fc9509f8d2ff5f29c49ce564403f63f7efe26ca7f55b641581fb92
MD5 3dd3f9f8375d05362e95123fd0a56ac9
BLAKE2b-256 d97982d7fcb6459dca2c46afdc46041b08cb04321a67e526e8384612b33db45d

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ac45162947923aecc6011cbab9d1c01a707e7b4602f96dffb33b7fe896429ad
MD5 0078fc0857683ef9a726b104da83a156
BLAKE2b-256 b2247e59cba2e50c9553aeea7ae52b97d7a1a79d5ea85050102036eba3523cb7

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp37-cp37m-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 a149eb074fb3d1b5b6b4742b41233bc29a89916c6cfec6990893867e2dec09cb
MD5 f64b1ea30246b92983545fc46e081c6b
BLAKE2b-256 5bd4cbd1545955215461696d09c4dbd224c04d7cdafe3265256dc368aca74e36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30a37f6c70d193661d5303b6c680ab885c7de3a4a5b07ee9df414d14dffb9bb7
MD5 b98f530315341128f6c0e97897376f7a
BLAKE2b-256 193e5cb6474d70278c69c03acb1fb10bd1880d692fabeec916be06ed771a8e43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a8a2f881d775fc348a77a3c1e2ae92e1d0ebc5cc6f04760446997322d14f7f25
MD5 0f7950e0d44ce674471b380a98b191eb
BLAKE2b-256 34770f099f064881cc9df6be53a3b11d5c3a1702db3929de9e32abbc2ca3ac1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a760d6f04246296555d4eeae9e920d69689a6ba0abc35f4d98b4051febdc395
MD5 829d0166aaf34efa1389c88b9590e99b
BLAKE2b-256 988d02817e25d7b812be4a475c894ce01a45037c31a1badc3bf453374c5807b2

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp37-cp37m-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 af29a69429621e576e4ee579a689117d3db0eb95438289f780bf9446e903354f
MD5 6017e439a36051d0578339659ecee2b4
BLAKE2b-256 a36d63e298437c776e95c92b6185c878f2d763430062187a42802ac6a197e621

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4ab9b247a4dfe225c36ede2c92885d99cf25724e2ceae2d696d415a8f4192703
MD5 ca48bb80b98498b037f0f070e7f85cfb
BLAKE2b-256 469eaf9157f1b738a68ca0631d6746300fd5ac848fc6dd25aeb2d549381a2085

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b2fb8ebfaa1d8d1be68c769732f908331e7b0f410bbcc0801e13314ea350b458
MD5 ae98228b38eac30ca007d2ea10b7a046
BLAKE2b-256 0d54d6b97d156bc8eac5d9ea502b58073a478936f558ec7a27d7600b50d11412

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e2787641eaf05c28d4af924d12afb3ac35dee3b05eec001bf82fc0031352ae7
MD5 a8fa64e5a9b3f584c3f592ce8685ee73
BLAKE2b-256 86c3d9106ec17ae5d935af6a50265d2ee6e6ed3435bb3ad74f5341e7192abdbc

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4f2f3f276588ec20e7140fed2dab00c8932460a71ee7e018adb42db3d133e26d
MD5 217e455c28a8f11daa6ffc543fbdec59
BLAKE2b-256 7f8b8cad8c4d54723410093331a26460bbb46daba7ba4967126b1bfcf7c6a41a

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cd745b908cf4b37fce2ca8e25312e1a258f683984ecc56c24c8b99980716d076
MD5 ea773b8fe288eb0193d6d5ba7ebff04c
BLAKE2b-256 5e2217f3d3338046eb53fd5b42be3770d733032b00616675189484eeb233047d

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 399cfc4ede007621d5ddad76910f224a1bd0c610f8e81431ec2b581f28628d4f
MD5 ac136473c89d8d58f2201e01273b0920
BLAKE2b-256 2e502ecc589145ec0229c7c8161b79b6e1ef08e237d01bbfead6780e55048e83

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp36-cp36m-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 76c372f12b06491485f841a962dd492677a24e1b4a06876590b5fd306ef22710
MD5 3dfc5ae98886d4e4c347c1b948597ebc
BLAKE2b-256 f1e3351edbeb780f696abdf666e51955018dc5fd9eb001418416d89550895d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aabb0637916d2ee3d94c162bd0aca21b42f75169145bc2e1a4bf1d8ba4cb86df
MD5 54d11b2ce34c11c90f1c4c53492d26be
BLAKE2b-256 5cbf44d9b8fb4ec03fd8e8c70b128ff0d46ab2dbe652a2b419079f163c06630f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 32bca6cd78d1f6794031ca06dc70aac42db34af31a2d4b76628bb4425578c503
MD5 e38f4b7a383ef560ae8256968396c7ad
BLAKE2b-256 c1e2ff7501508482dcc4f7e5d148575ca9ece777c29bd3084a82a4ec3a5f14e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed451716ab5bcb009c558f8a20dd947568e06601050161a65d208a715fbaf23a
MD5 19d6e7db38e847febfe6efbc08bbc65e
BLAKE2b-256 59402e3020268715f01dd87e816db83bc57e80a52ee157070b6fdfcfe089a1d6

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20250503-cp36-cp36m-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20250503-cp36-cp36m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 77964010dd08369b7502d127bbf671b7cd89a208de49f39279bf1334d0119432
MD5 42199dd21449d362c9ea1f806d8ce2cf
BLAKE2b-256 70c1561aa45a246ce4dca77b8920624116fc77c969e6505180b4e9d0177b27d3

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