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.20241226.tar.gz (44.5 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.20241226-pp310-pypy310_pp73-win_amd64.whl (4.0 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20241226-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20241226-pp310-pypy310_pp73-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

ncnn-1.0.20241226-pp39-pypy39_pp73-win_amd64.whl (4.0 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20241226-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20241226-pp39-pypy39_pp73-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

ncnn-1.0.20241226-pp38-pypy38_pp73-win_amd64.whl (4.0 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20241226-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20241226-pp38-pypy38_pp73-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

ncnn-1.0.20241226-pp37-pypy37_pp73-win_amd64.whl (4.0 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20241226-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20241226-pp37-pypy37_pp73-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded PyPymacOS 11.0+ x86-64

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

Uploaded CPython 3.13Windows ARM64

ncnn-1.0.20241226-cp313-cp313-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.13Windows x86-64

ncnn-1.0.20241226-cp313-cp313-win32.whl (3.4 MB view details)

Uploaded CPython 3.13Windows x86

ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_s390x.whl (3.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_i686.whl (7.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

ncnn-1.0.20241226-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.20241226-cp313-cp313-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

ncnn-1.0.20241226-cp313-cp313-macosx_11_0_arm64.whl (7.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

ncnn-1.0.20241226-cp312-cp312-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.12Windows x86-64

ncnn-1.0.20241226-cp312-cp312-win32.whl (3.4 MB view details)

Uploaded CPython 3.12Windows x86

ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_s390x.whl (3.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_i686.whl (7.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ncnn-1.0.20241226-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

ncnn-1.0.20241226-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20241226-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ncnn-1.0.20241226-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.20241226-cp312-cp312-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

ncnn-1.0.20241226-cp312-cp312-macosx_11_0_arm64.whl (7.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

ncnn-1.0.20241226-cp311-cp311-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.11Windows x86-64

ncnn-1.0.20241226-cp311-cp311-win32.whl (3.4 MB view details)

Uploaded CPython 3.11Windows x86

ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_s390x.whl (3.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_i686.whl (7.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ncnn-1.0.20241226-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

ncnn-1.0.20241226-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20241226-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ncnn-1.0.20241226-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.20241226-cp311-cp311-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

ncnn-1.0.20241226-cp311-cp311-macosx_11_0_arm64.whl (7.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

ncnn-1.0.20241226-cp310-cp310-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.10Windows x86-64

ncnn-1.0.20241226-cp310-cp310-win32.whl (3.4 MB view details)

Uploaded CPython 3.10Windows x86

ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_s390x.whl (3.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_i686.whl (7.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

ncnn-1.0.20241226-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ncnn-1.0.20241226-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20241226-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ncnn-1.0.20241226-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.20241226-cp310-cp310-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

ncnn-1.0.20241226-cp310-cp310-macosx_11_0_arm64.whl (7.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows ARM64

ncnn-1.0.20241226-cp39-cp39-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.9Windows x86-64

ncnn-1.0.20241226-cp39-cp39-win32.whl (3.4 MB view details)

Uploaded CPython 3.9Windows x86

ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_s390x.whl (3.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_i686.whl (7.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

ncnn-1.0.20241226-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ncnn-1.0.20241226-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20241226-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ncnn-1.0.20241226-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.20241226-cp39-cp39-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

ncnn-1.0.20241226-cp39-cp39-macosx_11_0_arm64.whl (7.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ncnn-1.0.20241226-cp38-cp38-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.8Windows x86-64

ncnn-1.0.20241226-cp38-cp38-win32.whl (3.4 MB view details)

Uploaded CPython 3.8Windows x86

ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_s390x.whl (3.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_i686.whl (7.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

ncnn-1.0.20241226-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

ncnn-1.0.20241226-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20241226-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

ncnn-1.0.20241226-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.20241226-cp38-cp38-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ x86-64

ncnn-1.0.20241226-cp38-cp38-macosx_11_0_arm64.whl (7.5 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

ncnn-1.0.20241226-cp37-cp37m-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.7mWindows x86-64

ncnn-1.0.20241226-cp37-cp37m-win32.whl (3.4 MB view details)

Uploaded CPython 3.7mWindows x86

ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_s390x.whl (3.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ s390x

ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_i686.whl (7.6 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

ncnn-1.0.20241226-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20241226-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20241226-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

ncnn-1.0.20241226-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.20241226-cp37-cp37m-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.7mmacOS 11.0+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

ncnn-1.0.20241226-cp36-cp36m-win32.whl (3.4 MB view details)

Uploaded CPython 3.6mWindows x86

ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_s390x.whl (3.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ s390x

ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ppc64le

ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_i686.whl (7.6 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

ncnn-1.0.20241226-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20241226-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

ncnn-1.0.20241226-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20241226-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (5.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

ncnn-1.0.20241226-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.20241226-cp36-cp36m-macosx_11_0_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.6mmacOS 11.0+ x86-64

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226.tar.gz
  • Upload date:
  • Size: 44.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226.tar.gz
Algorithm Hash digest
SHA256 3012c365ae6b17c51b740cd38d497670571b75bcd38fc151c7311c83ee0961f9
MD5 3de14c9927d56ca3c8e11562cb8ff479
BLAKE2b-256 0fd67b4209f28fb17c490cc206febc5c7d9e371587054edcaef3a5620f0e02b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cefb2608af4e6b440a0dccff1598f88b6c331cba3a9be7fe39bf8e643bcff59c
MD5 b52f4e82e15ff645e4ca31aab29c48ba
BLAKE2b-256 cd7bbc82c972b613f64570d0535aa96956c0950b58a4ea9eb56b910bbd8a7d06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 856053e6e8a3e1ce8643aafeed05c041ba540ba5d09c63de15965f2f894d088b
MD5 c6ffadfd8dec334df470b02829d8548a
BLAKE2b-256 1136a863e35bdb44ae496dd8610fad06af1555c2b546f6691d027ae8ef55d155

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a49280746012128218ea407bb2aeb600401a8b6693880a972ff1de456fcdd32
MD5 9d2f521832f41a8c4aa72d3f64f3449b
BLAKE2b-256 640cd7528fc549782a8224d6c940b8bc500166bc0b2a5b6b183777a7248a6542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3fe5e2de1384abed65635e23ea3e913188a1590a97eb90ba71b03228afcd2f55
MD5 1dafdd354c422dde0706fdeb69775b67
BLAKE2b-256 e5df0befa16db59e18d98c5c305c15ea4a3f47514886eafc7ce3785e1106ca2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp310-pypy310_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 023fb42828fcc7bfadc1658e427c450cba2c35adaa714195e73e7abb5a32ab3c
MD5 09374580a2ff432de3a8ee29c9697962
BLAKE2b-256 c6315c78ad1ca920aa413f6ea351f793b640d1672eadb3a5f9ecd3f2156fbf2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c3b21f12458ee81a46cf9642284e99fd3b6a2efde37fe09965022150025f0ca0
MD5 c8259dff1842285e87cc385877db5461
BLAKE2b-256 7097145c98ac7b55381bbab70e23cd7774d1f4767c503f350a5bb74b438e7087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 643c1845215e0e2a44370d460b4c5d003179d21264933a86b92bf981d8e2973e
MD5 d6802d8708e8832c6b678ea8c1588d15
BLAKE2b-256 ab6102d1c6d7903109b041d747243962366fea5ee77b7ec43cde75d2cac5f9b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d2c580a0951f8ca73ce91f5a35b485cd73247562460485c9f7e09e0a47f98413
MD5 4c1638e9e6f4164b7bf6129c35c473bf
BLAKE2b-256 dbb625465162f4a94bbe7445ceb026f5c4c4860583c2a82d6c59ed20f8a8fa70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ea20f16067961e56a9fc01273e513436ced9f39dd415310628559fec83cb251
MD5 feaab36e761acf79c570a26f4fcea6ec
BLAKE2b-256 e5aca081cd8433ca07181c4994553e3903a229c6d93f2a6946f076116f156a63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp39-pypy39_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c068fe59c8d9b7c163d53d996037b4ec32428658bf0e004881f9c5077912cec3
MD5 a985ca787993c26eff63252dc8c18e1d
BLAKE2b-256 7fab14d02ce7201cf6655f24b99b6f1c86c56c8526278ade696b9261d9dcfdbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9a82441f7358319fedca43846957d411c7f8a53d411faf68f05a6ac4d457f4f1
MD5 1aaae608b248b5b86352fd2739e4fc54
BLAKE2b-256 c9de8976338e15cb2d9fb6b3610ab1a5b1d15ca7284c93659201b57d62d4841f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5e8767a747a76d03c9d5c8ac6632920cfdab3faae4dbf6d4bd92b8cb6639a68
MD5 5ee62cd8d23a31de31fe0d56b7af6f48
BLAKE2b-256 7af47b4dae7eae51a49a15596c18765d88eda22636ca50cc2c3af68aa47016b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 69c101d2ee3ff17a0d5ba33047ab47de6af49f77fdd1978e86ffd59e4b96bc47
MD5 666784e2a5e0b8de0ada39a1920b2f6d
BLAKE2b-256 e272e0196cb35b9662695099e88dbd8bce1e984694af376c0118d3254c41152b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe01ade002ff628e89f19f67a25799a36d762c1114eeec57bccb650c0b416c32
MD5 32a41dc09e6fa9e3de4df8045ab24867
BLAKE2b-256 24d5da2a07cd9e42c2d52a766bd73bc770c0e76a53350ced70f552d02a47df43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp38-pypy38_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d3d2d4c3b9a620f60544611c05cb8835b9a3c9d1719f73fe4f1ff328fc136855
MD5 0bcdb704d40cc22f79226998f4669b8b
BLAKE2b-256 abdf9363ad0e233f4949c2435e0cfcd47bcd40e07fe2ee5d79a89d882db4901c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6da142a17fc3202c8e2d61f3e2fd7908b5163587b3230b32c9575d3776e97d6f
MD5 7fa1f8ef36a4b0f1d93a3be53cf13c36
BLAKE2b-256 4e1d4ca0f085e563351f5aafeaf8269ad02724a7b8d8ef67398f37ff71ebb0bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b947ba65f51947bdb7e4ce4f7898c682739bc139c106b95c47e7b4284532227b
MD5 b1a8db5252d9e540bd4610e4dd49b664
BLAKE2b-256 fe2af9ced1189ad5e91aac025fc1709d42afffb978c0823d7d136db667e395ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d5f367dd025d9e2e57bbf5e344e7d7efc571cddc92477738ce0dcf435ffaeac6
MD5 b83442f798d8a027f3ea23da5cb66ce6
BLAKE2b-256 33ea7cf805696e73ab8cd2e519317e80195be376ee275fc9ecd5e5e1fe18b7bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79143e14760429dd519c2e0d68b3a90c9780fcca7944e23d15237f0ee1232735
MD5 d4e1d510f128bb394cd76b0d375c2d02
BLAKE2b-256 fca383672bf33bb77adee5d8f324ee3b30935aad3dc0f99ca63e147ab7f0de1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-pp37-pypy37_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9fb2be2ee0fe99d0154d8261390935d2311626de1b27244f8e1ae8f27f737e60
MD5 075aa8b0a7cd3f7a9a4e6bb511a06643
BLAKE2b-256 207043177878cd79c6a29075616c18402d197799456c4ff57606fa89c16c416b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1c4716caf8d964e50ce131b3449132f07897176e3fce2ef6188a00b593887d2f
MD5 ff7190b57191971a4cc53238bc7dbf49
BLAKE2b-256 5dabbfb025524f05120f580e314cda4fff102ea6285498cfcceca41393173589

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f79bd9236c87e75f889610992d4ff70b840a0b838a09e04f67c85aa44a1fe43f
MD5 9753f9e3bd48e234d77a0197f26d42e5
BLAKE2b-256 9afb0e56392ac1a94c2dd242c6f315362586a2244502c111376b737c04bc719c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7062aac2a8dc79646f2c232a5ce793dc8f740407b1b398f273cb6e6e962b616b
MD5 1531a67bb182c49e202ced4148acb0be
BLAKE2b-256 5d9b5cb6ebea81f22e83af091c036238de2c1efb521167aedd5ef97c7a8ff91b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a25225ed2059b52c591bb5fba7b71a77cb97aef792e962ecb6e2840e5967661
MD5 9062d4f61191812310a7f92ca60795e7
BLAKE2b-256 943d247283f14800259200a5bb37edbd33161c63aca139e643c4d65fe8b5e2b0

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0a544256a71125956f8ae3ba9f8e060bae5542c782f695b517d2dfc5fb0078a4
MD5 b358111ecfbf1aea5c01f497f4969874
BLAKE2b-256 a01e3babc11af54e32652e2e348f66c69ca6dcb547ab478da2956d39b0880ceb

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 495235675f29925d605bd360f35f284f86004ff9b06a0630e3576843024a1884
MD5 3ca69f2688955b8a2edc5cdbc3c8fb58
BLAKE2b-256 69a5cc2317234c5adf3c17ecb336eaa62fa439aafac4d3da702028a02ebc19e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ab20e670b7d56fc2ed1d1202c7de0a9356f63942051098bfaa9a3c88b473497c
MD5 e7baf0377233c0de89755be7cb22af6f
BLAKE2b-256 53b27c6cf2ef64bf69bb0fcd6eb6755a6bca57eed33454e3904e46d690965d69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97d33f1762da0fbf9e41578bc4d66e8e9acce9d1ec61592ec182d7029308bfb0
MD5 5f4844fe191615fe71452314d4705bef
BLAKE2b-256 39998eeff2cb195f12fb8265edd7aef47f6a11bf8ccf1893a9ef7eaf1b9b38d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 572cae75ccd9d3a976676d5e9c092679f6073011da2f8ca802d3d1ba77abb1d2
MD5 caf0df54aa0f5d81a2a65e969f60b835
BLAKE2b-256 e9f5c7ccc7f595cb42f3a966e7a5e1cc1ad10e98133acd4c2e20fc6a14ae7f72

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4f6af0611b7f46b6cd1aac721477da56e7680364d555456e413158a5a92a6720
MD5 45e22f8d6a8964a9dc71a73ef651c005
BLAKE2b-256 91040a90c9e4cb378857aa1170bfc4d6cfb0eed60d04f54ebe7c26f670bd2fb9

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 52f81cb3a1b747041872843f4d7abbdda90bcc95e9612a435ceada9746af24da
MD5 03017b476239288460262a4c0e5eec26
BLAKE2b-256 307be5b3cc35d73c389e3d0d305b9e82c65232e65bbb7e48746593920c625aad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7cf604c90abefd312973d31a2733ef0afdd901eedf1a5a83a90f0927c42e5bda
MD5 c559dbe66c5f4eb3e2c8cbf184410d1b
BLAKE2b-256 313a59c282eee78ac896a40f15173fdf7e028c19cedb019ec5e650586d206ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0672ddc7ace376d78ea1a00298bbc4772f161830a55aff1c3ab6d45f315ebf16
MD5 2f35a44cfd27dfad3c8438482119a9f2
BLAKE2b-256 592112950d441df014fee930cf3e32c76fe58939c8b373a015347b9dc55dfe37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c8a5767926af99b9908b744493d9c01f06c0ca815382c6d841e100c751e87381
MD5 28295ebc476ce47975e40594aba24a22
BLAKE2b-256 5eb8fec53268343edaf814fe070e349d3641861ea10abefda56e818e6277a976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99b4d3e97b27e539fad01ae2da4c2936c34e7d22051c72d9a364f78c1ede104b
MD5 5c03c33d6ad6ddb890d8fc5105e686ed
BLAKE2b-256 7d560a02e21341e31c74033f31f5f2cd6a9dc86824642dcf4601a944809bf03f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 deb4600d2d1f360c44a1d5d0769d67b706b9066499f57836c90520f4ae3e2e1a
MD5 89887a6c61996b35306be9fa1b591cb5
BLAKE2b-256 ea0934081be0b8f1978876f1cd93603a8cb25bf25342a6227b99e9960c203739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2dac6ffcadda708c524b812b503bd747a145a939eff89b21f731cd4571008eb0
MD5 e43f25793780d2c91c77ac282fff3200
BLAKE2b-256 f293236992619177abcb8e637ef1919a06b35f220c0ef09878a758d1e8f785b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8e3981231b36fbfbb8c27776979a9cc83ddfc2794e1552d75d2f223254f595e5
MD5 4b2d761c0b838c66a0749fd56aaf0de1
BLAKE2b-256 0b37a14738cfb8fda31bb6928478335492579bc39d359bb0e461b9038a39c549

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06d2ac52487bb6901b7fb1e887c49dc32c19d6e90250ac46b0ebda445bb9b34d
MD5 e9d4280f847e057d05605652c1866553
BLAKE2b-256 d35a7fa04baebdf29650d0d30689dc33e02db6186b0e10d288df7b76e20f2984

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 3ddd2ca4a34bc2a2d2ef97cc834c2b39a8cc286c451c0ac38c8cd1c8e79c745f
MD5 81eb997aa8b77352daef63a79275ad3e
BLAKE2b-256 845b4d71672c7b54fb8dff621a29b0080afe58a072be99a9bef74ec421fb2c47

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6c09d517db33513f81d2664312a8801f07efa6eb97b75761a25cccaf60fc31f0
MD5 807a79d0096f21898e5df030670a1eeb
BLAKE2b-256 4b4abd6d7cefe7087d9b19f4d26116824cb6b9224e023d44332a16f3b5689e66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0ad06573ba157e13c16188d2b70a7fc6680f9f3ff03d75266959cbea28611e0c
MD5 ff0bdbcd3c6436f1acb4cc0c8123c64d
BLAKE2b-256 45e688897492499a0b4775c43163ff3a44a4d1c8cd4b4fe60a3b361b37813c15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7dd2d07fc51151dca596fee31d33ae27395034c037ee85a8ad8f5f81353969b
MD5 49e7ba35069e740be929a50a699744f9
BLAKE2b-256 7d3a227d69e9e16d450b3cdca08763382c72e5bbcdc5ecd25e250e2ba7172eb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6be42818679323b75cf5e3b08eca528b351e33c944ca101173f112da8c4f610
MD5 2fe119b513f2b36e07b5e8c8ef73e2e5
BLAKE2b-256 d888cb0c77e8c901553f854c0949857ef656b8750d56e4a6797bcf90b3059d30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5ec5d273d4e6e410b066cb7615a8225ce76df6bbbbe64e42f731bf2e5ff50b14
MD5 a8477d64140369457c3deefa9b3eb9cb
BLAKE2b-256 459696a3cb53309b33f0bdcbf7e0a1a9386c0c90f80c204b09d5fe845f019085

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac57b836aff2b408ae1e5e26204bf74be6a1f35615a0cc26ba3dd632f8e90631
MD5 11c33a3519f9f599da64fc71f290aeda
BLAKE2b-256 419a3035d348b51d38b68336f23e95b24f0960d70a6a01e9be322ed16d7a5ff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b16ac3b96bfabe10567ba4f842bb3acb0be40501537360f9b67926ea449496d
MD5 9bfb2bd1a59e9254593f869b424ea2fa
BLAKE2b-256 9c14f065ef1d59a6d07f517aab4912cb574b9638f46c45a3492ff5f5b448186a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9b15bcdb0393d153902f8e35c1e51af477daa9997d3ad31c25d7852d29ecf83
MD5 6e5f4eb944394e0e9cca4bfe14ceebe3
BLAKE2b-256 54756fa759f600c10d2ad38796e885e92cbf398b3d549e772ad9f6496eab2d7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e1820d49f9d36c90611d629b2106f17ad9de7b9806033e820a7a60e6b6a28447
MD5 4f913c9834bf2217e358f165fd9c612c
BLAKE2b-256 2a5a8be4a914f02d7cc2cca355b724d2f5440cc6139f90e2905fa45bec07f7ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8683f3d68cb7da4c48a0483097b89731ccae4b71e891b1c0e106e070bc0171bf
MD5 6950df17c130e91f012302f669fb917c
BLAKE2b-256 c4add30d7479cbac364b6d3956fd295d694083a0d1df24a8b68cf245f4a2b1d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f251d1889f22c3bb15d5bd9315794016932fd29ec5dfa07d0305414561b28e7c
MD5 fe5efee66b57c6da3d14d07d4132c06b
BLAKE2b-256 472299ffd352bddfe03e695df3f67ac7a30f691ce363058b9ff003bcb3e4f595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 29d59f6256bcdd5acefcc1ab0889de719a2c15e43de18a5c617e2e950c569de3
MD5 855756896fa6cd6ac8efc8fbbc2c1ef9
BLAKE2b-256 3a7efe620c76cc29f70c07650cc0871561ef168243dfc795eaa73473f4e729f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 24eec583d3e8b2a954e25e787452e873f827a3774308be3cd83b38bef0a7409e
MD5 fdb0c03b5c42048b1598aaf6cb40f220
BLAKE2b-256 9577f1792ec3ee7ae8897e716767029e788c5b792be927516967268bc7a80d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a3fa601305ae9745dd2f5aad30fac3a8e51f0605bc625a34624f63691276772
MD5 052dbf4607a4cb0e9e10fc75e540ac37
BLAKE2b-256 49a23593e962ac5da6bcc2351293dc85801f6ebfa11770d900ae0172fd83e3bd

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 9633f3fc0967b790711adda92075e601c9d86361aec1ff9a23f50af19e149491
MD5 839c1e98081c2f6890cf6b526cbd440f
BLAKE2b-256 de6d19ce8b8db022280733e2f39697188287b0bb7d1e99b1e800fa008afda80a

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 76872e7ae5463c930fa5e04eb5fa54afa76b2e8a8946668b9361f709a857a6bf
MD5 1385a249d6e5df7908d56e1549826206
BLAKE2b-256 781e1b9b0b766dc065974c67d5c6fc94c8f9dd0107a1fd4d3fdbc2ce5f7e1a0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 347b84ddbb537d158bf0f9eeaef64be986237365681385e3e2d2eb33309208a6
MD5 3dfee3eea78015b380c6c78b1f008b4b
BLAKE2b-256 65c97952528e143ae2ded3b656f6aa4bc272ea81703459af44c3ed45a7384f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 94ac16af098a2a3950ecec0dbe89a5cc4ac7ce01b509770b6038974b22da87bd
MD5 82d89a80b248b11356168f2278eebd24
BLAKE2b-256 8b159fb1a31fc65e42ba99aee3718929743a90056d994f64da094286373f84b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e05925d40778df28315981ccafc1981097bd14f523674c8086eb488bc1645ba7
MD5 0d1346f418d4b6a8cec6fb8a01a098bd
BLAKE2b-256 d6331996c4cbd379026577381fd8b26ec24ef97e9c141be93ccdbc21d5c064d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1621d04ba1787ff747eca7b933cf4e9ad17d8c11850d2ee696087aded51b6ab7
MD5 d2a3db6c25631946459a6a9ae102c9cd
BLAKE2b-256 dabd24e395d6b2cc77da4cf5405a882ccc4a72c56c99ba8c2556069bbc285cfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3e2b6f00adf7cce257263fc35a54a01f723f3d34fe3f020ab5fe09834dad6027
MD5 c97390748152894d3e362238f58cb3ce
BLAKE2b-256 38268e3d0661807abc8cc0d6c1e77780ac60521e75c0ef2825cff8140e9ba55e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18f9be8fc68865d493e66792da24530d5fbae057eebd11d70112dce8fc9f00d8
MD5 957f55cae4c5e50da023ddd0a48baaa3
BLAKE2b-256 56a15e687ff0c4de11385a84c448933585cd870ea633dc6671614f893742a843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fce796f71ff7e9e8ca2ee298f4a28be3d5b4a28d5bc58557177e2ed8d0d0534
MD5 79495e2739c9cd5aa48072b1d86925ba
BLAKE2b-256 97484befed4bc2f6b9eafd9d1c065eeb2d62217904586b7f4c8f97d982122f27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 77ceaa8554a74fdb565576ed42863433eb2b54c4203bc5d5e4965944fc5f1722
MD5 e2ec06a83f8fb48fa48f5b526bc4ba2c
BLAKE2b-256 4a35339f42533dafff530e771be820066058d265e3f170102bca8a4cdc3f0b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b5ac2f52ed5ef3f8a03271854146cfa53dc59d4ac44fff48f1feb74b0bdaea2d
MD5 74f46b45594ca200dc2fb58c02ba853d
BLAKE2b-256 09d82b5b8c43c369363cad91bd8bc9ee943f21d6a9cf02102307dddfb33fd725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 c8da2e6696509ae4517c25eaf5472c79e729c79061654a036418f31e548a918d
MD5 d856200ec5d72e0ef3d95f286d1958f2
BLAKE2b-256 a15d6a3cadbc5b200e0de9d387ae13a6ef506b0bf15dd72ac086b3ac5f6c0463

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 189fa40453df8012c58c94d06cc2956d972e8ca5ac525879522c1241cc3118f4
MD5 39fc41bd62efadeee1c750f600bf970b
BLAKE2b-256 b38f1bd65abdd93b584b8a94272bb4c2a8a5378bf10d5d3165a6122e481f2dab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0ac2d39e33b0622756607f77e1658a7ff82a82fb0c8364f07bad28ca4f52136b
MD5 7443b916c9e7daafe23fd9e04a7efc60
BLAKE2b-256 2ac3266257f1f4780b183e664c7d0ca2a2a9b832448230e0e8f346c74cf7a53b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d8d07dfb1a224bd214ee8c5dbc5be70b0faaa0f2479950dadb0a338c608500b
MD5 0b2b158a6f132dff7482f0a0ea773680
BLAKE2b-256 d3075454052dc15910488d85c2c894950fce6d45921dbc3faef509d853177c0a

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 7f1abff2b33a52229fedebb69e8556dd6d8759501e3a58108198518302f58c8d
MD5 a2cb7d71081e8e223df0a6677c1a12f9
BLAKE2b-256 3f26b24dfa29852412350025c0b4e639525ea408f3a01c70707eaa83cd78987b

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 918e4f392b9d7a85fa5244cc5802a0cfb5ea971018582663c4a5163a17f84483
MD5 7de7e86109b51b6e003c69897da8f43f
BLAKE2b-256 4c519da57142216a224af861844e1198d327ed03ac35c382ffb6917102614960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 91b3c0aae0f92a04a8a6a679230d2deb3e2564c88553cd98f10c896991b9265f
MD5 ab608ff5aa269840a2df24e835154a16
BLAKE2b-256 f4a5fdc8c637a33daa412bb7ef7dc14b9330019c4b925fc32d132bac26e5fec6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c5c1b394dfabf134752133ba404a9e45791a62ec299ab515d8ba6edadd00046
MD5 d270bfe97ec3d254614472cd28a91e0a
BLAKE2b-256 78f8b16ab6779811101d34b5d0952103e1339db6429b6a0232fe19bb6c93fe0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb32eb446d2d30be83412d3d46c67cfa6e90d3fd8b2f4b45ce93e863cfb6b98b
MD5 663bd027a0da45d40d867a23a476aebe
BLAKE2b-256 0f55ef0263b63a0480229a6ca2ee9ca9c099956443ae9188967de00ec22ae224

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 77ee7a61cfbadf2a19bbebd021bb886c4a5f1df770fbac38e2d9bf152649b597
MD5 ff8ae72467d616b0c24541899397a52a
BLAKE2b-256 820a25d04ae8c36d732e8a3edad57a987b385cf36826bb49da70cae5b4647c93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 206c02048a19de4053ee9bf676cb2a7a5232f1683dea2dc1a9dde28a0dd56bbe
MD5 18a51ab3d086b607064c952903f48776
BLAKE2b-256 1b01f47f6ff49e35bf5240520fae93aaeb87a32c50f4eba661144f6fcfff11ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be3142b2641b3d05061c384557445c064aff5b783dd19f16868ddae19000698c
MD5 32dad98e15260302e88502de7bb23bd2
BLAKE2b-256 8cf9d3aa71edda7185efb60646ca63469f1c4a06c2d52c87ce396153f6e713c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 65467e03735d98479bf0ae1832874ea44eb3980a085a326ab049976f4de22074
MD5 9cacfbb39281b79d613a96715eb2c65d
BLAKE2b-256 941432af1f200c6507136e12f97fe642f176a16213a8efa605ad8ecdb0f97f38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d01e542e61eb15efda7198918e891c806774b2762b7cd6330de73a6d81578660
MD5 5e705050d2aac7383794e7764b41d0e6
BLAKE2b-256 d1b6a87a8c4e0f8a0f4ff7f4ab8e27a147987c0714647d84bd2cc6341ac06fdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d906e86f1f093fa4b1d66e0053896048932491dc3fd7bd641eff317320f5b307
MD5 27f559f9f2f00ae98d893039855bde1b
BLAKE2b-256 22c0ecdb75b00fa0550b13fcb00f93ed5aec71d6de1f1ed0c2794d5c280ae628

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-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.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 43f4c88b3de704d7b312ca9d62bb9732c3676f21c5718174a4f73f780ca1e0c8
MD5 46ae78e54a45d01add08ca67f161beb0
BLAKE2b-256 4c0eb08816feab64abd74fea96aa5b357ccf9ab84c77834fde6c193826c8fdf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 99bf77e18ff65f13fe9926421e449eca87f33ef8a0775d5dee6b50957386f1c5
MD5 9e3b459f9b30a8bf45d4bbdb626c2cf7
BLAKE2b-256 4bf8b3f84c4e852e7ca7e222c25a8e092fe69f7b57308e4ba8ea604247c10ae6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 effbb644cb4fb78b54dcd0304040dd8a3267d63dbab954d826ec495da452940e
MD5 b56abf404313407d9b6efe31dd8040ea
BLAKE2b-256 d70f5da74d8cb28a384dba30d9116ee93c8078349645e2663e558fae958a2a50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a87597527c0728d60b74cb5dc142309cb5282b3c1d031f92b7145e9ed7fd4c3
MD5 75dbc89456b09b505d99a4685db3f5cf
BLAKE2b-256 171e249d715ca133085586b0fe168edcdc1de709bae778bbf8270958d4f638e2

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 1bfebe803317fa35103e1d6c23cd1909ff09bdbaef4d23e6d4a7a8cc8716e75e
MD5 96d5b9a69660a00b2b9c4879183b478a
BLAKE2b-256 6834299dfd388349e84e7c72a13250f7615f93a76a97146f85c54c4b1dca152d

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6b7dfaf0a407f3f99cf1c9040bd4616aa6f2c0328776a6f274e276246b841542
MD5 62cd40204a2a3a30bbfe815f26a1e5ad
BLAKE2b-256 c9a0cddc200921b5f2d7f4389e64696e30a6e26e029153f38fb5d5cf0fe3f78d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2c35bdfb2d7316428e4576dd7d046a642e4b211c40351b62429b77652c9958f3
MD5 84e12f4c855ff3e81e50f34cb13a35a3
BLAKE2b-256 ebcd209ed004342df909553e78a493046d2afa160aadb4d6c324f6c969e76d23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e4916edeb2590febcecc9836cf870cb070aa919349720b7fd89165239b2f1a5
MD5 380e8c1915f3a78359dcc8c7ff38c80c
BLAKE2b-256 3f45e1601e97ca217da3ba7349cda376829d356751681d8b489f8a60489fcd8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae0af39ecdb0135dc72d45e29cae4bf8029c1c10f5da4a11f0e70ab67acab96c
MD5 cce1c9382830110b30db93fb96fbb76a
BLAKE2b-256 ad2a7ef44eed51a2fc9499c10b7354e7cc546b78e9c2e030126a8d3f48092d38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 102db2a3f78b4175dc173d496f60f310ffb465fc9393253fe779107d35c6d3fc
MD5 b1151f03512c03ef2e7cb75a0058f86b
BLAKE2b-256 b86a54e2c13223343c20a6d8b282acf2030958d9dd809c4095f20763157aa234

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 93f1c09e9e7350db7fbb8ff5e733bc01787d9510d176d7961094f5ade05ee304
MD5 9f3ef1dac60ef60b3728fe96d6934be1
BLAKE2b-256 dc9c98ddea8fdf30f02fa909fb63ffd8308ff233aba142d59e7c5fbfa9c94907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac9818c25df64c6adca55a2fe4c1f5c4e64fbf9d388c4dc36dd228d389b8acec
MD5 5840b33b671477cf894865b952808f73
BLAKE2b-256 b59b99a75610fe94818d74994e55de4a75096fd3491f028b4fbc2ae1b4c5dbdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba032537ddf406470d5ccb20f1748067d6273205794534acd0a8c985844a7335
MD5 3febfba93ebe0800d246d6541cc94162
BLAKE2b-256 bb179906d799180e5cb81d7e1de1e362f77a6732a87b9d6ab86e8d646a410aa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7bd515550bee3aaed35b9fa2ac86d5e90e16e39f7f23e1b28a1ea403ed21562e
MD5 7d32a55435763be2f34af25a5a3690e8
BLAKE2b-256 77bc8529b9cc3e0004a4bd432bf88e48a0e4d2be043e6f5de5ab00695a9d7c13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0dce77966ffbbe096b12da9d2a93dbd2d9134b7f1cf683d0a46800724dd64dd
MD5 92085e5de7a20707069d4a19640bcdad
BLAKE2b-256 599eefe0695a692ea2e2cc03d2f0a4b01740272e3bc3252a0853f72163028954

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 eeaeeb2c0bfdd2a4e44979e07235cbc7f911059dd7255ded92c34a2b48b35831
MD5 9c4b9a1c053dee239af8996b88496512
BLAKE2b-256 c3dbc73ac0d71ff0c6e182fd3eb8e8e530a7759d17e17b8eb2d92a6498e91e16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 148074c26efa4ec16cb789e75a351608371ca942748fc88e5ca75c6c4d300633
MD5 5e0ba0ddde97867791ca95c2cb1f8969
BLAKE2b-256 3f0e10a3c041529fde7f03cf0e072c181d6aba7b5ad7af7bc1d96513f51243b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 631e65efd7456e80456af19af7a0b525d52fe2d0c0932af7bd17519a809829e0
MD5 ee15a50b486d6cdc740735db3894fcc9
BLAKE2b-256 ae81172fcd6e91183ae885bf9c712e9a7495e24d1e0ef70700974bec80cab340

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e34508684e3bdfe32c118c3e54a4ec80bae4dd3b9a38e959cc7904a724ca99fd
MD5 c27d48167e1dad78de17f1ff8f913123
BLAKE2b-256 63f943c034563eb68d4f19d72d488e78180c34ec08b50abbfbbbf0f851fe1d97

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 cd4be60f4c4060c4037c4536d546ec95b0293a501b7c875b20fb6ea4d9549b30
MD5 f7e64581142f94af77ba317faf7c2537
BLAKE2b-256 9247ed347f3531f3ca82ef70e6467841d1fd5236f985ce795513defebd68534f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 94b608854d35ce219fce244690a7bb284438324b81aa930a0385390914509b17
MD5 6d5987e6d7d459ac581eef7b6c785c6a
BLAKE2b-256 4a8d88424b360f54bbad35f09814aafd0a71905a5edae29bf5135ca0387d4aa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1ec05b52970bb6a04c1bdbccc9a169db14482f693ffac52499f2d7c43797493
MD5 c2d098d5710602d31469e01c657fde63
BLAKE2b-256 824b971e949743fbc102fc2373e0bca94e10afef44a39917d07bd9de46984b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11fc5e0a00ab761dda0df4352cec5347d4a6b75307c5435069ccee7288b485ca
MD5 050ec9784034abbdb3e5b591e413d5ee
BLAKE2b-256 0b6135c26a876c2e7cd73647e389034b1610d36d99b1ca30af0b7e5c50466a51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 603bd2c3d21b1b6d87860ba6ab93538f64d3fb4d9e601d46a65bcbedd06ed982
MD5 d7d900aca3eb1882e0cedeb4ee0f4ec3
BLAKE2b-256 8ca636f1da638ae30b52ddf1ebb220cc32d5d40b808c15e2e7aa27b7b82d0d85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4ac3102b685d9807954c56675cb0dff48229ccbc55cde308fd94c32599492061
MD5 5374c9001d72755b402c248ecc0836bf
BLAKE2b-256 e939eca586c649a5f4189272cdf05b54e2bd474f8c28862a5fca8966189c1603

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8a22ea4d215be2b9495c0527833ec6cf33965986db4daeb4c1055d2c9412aff
MD5 b69bd10c7ca9e3437f516b53ea494f40
BLAKE2b-256 37c188a464d10b1c2d72f977f4ce0ab36875689db1e9a7ea5afc8c211cd79d42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c8ba33b12df4e972410435d2d10e40db2b5474c6eb33951227e541430268bcc
MD5 46dfd016a6cad5ef75cc30d7fe4c1c35
BLAKE2b-256 cc2ff644c3af23483f9d42cc1e91c14eb2744a241d015419bd195c235710a87e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4424e29c0bfa4c71742054cde43b201421ef799de36709f22aa786ae2cbaa08d
MD5 15b2431f093b0de6ebfc1ecdf19df64c
BLAKE2b-256 73bbae23f4aeb9921e10fa9f3f69981bc80d42cc8660fc81fe6f29bbb5b344aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6344bc16663da5fcf3fd3fecf6971381a49efeed71e89783ab16749bae02149
MD5 8fb16097f453a8ed9d6a86c9a84e9b67
BLAKE2b-256 e074ae5edec1c2c804899babe1c89687c7345993c52ba9dc1f2a2cebb53308b2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c3328d8594674c0ab1b0c7cd7607153791ad0044abeed67b7e459da2da062dd7
MD5 e3fa0878012f053813a7385984795560
BLAKE2b-256 551e1f9af0a56c5a67802daf2b0a3597acf78b80e52f9df5c86a798138fa60c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 88769dea141b49481b7813974e76f8295e5d7a29f187041dd88cb25a449e9092
MD5 23e64d0902aa5043f01de9ff5d5bac9f
BLAKE2b-256 b2c0a2fe1327275c9545838535228614baf86761711138d3a63587c7d186f605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4b13152367fd86c518972c333396dfe3fe10e1c1deafa81fc5a663d94ef6ecb
MD5 a27f75b134a35e962568cfd56049f8aa
BLAKE2b-256 04d8d016f81292e3eb6413e35308fbb09af7230a85936f740a96ed01a46e5600

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 debc1c7da33a7c5307193575ef444d29607745b79f0aee16f9645613d3dccb0c
MD5 39a82f5eb7c8a505f88e4ddb7c96e2b0
BLAKE2b-256 9469cbd53fda81d4149c5de921e6b3843e399431dd222527be6a4e442197992e

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 c37a993ef744fdcce28b6218c2cc9a5867d9e108a14bef157cb68983492330b2
MD5 7bfe83264a87f3f37bdb735e19328cb4
BLAKE2b-256 19eb816d9c194d1975f1d2de3da884511702d7f54842292449f16f2deae7ac98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b7ace479ce74d962cb3236af7e805b69d12ab676e175adab00ca8c0868e7e2e7
MD5 644fd8d8e4c052fa0908497780081d38
BLAKE2b-256 725c9309a8c09bbe061d02dd1dc3a4782c9af9cb1457cc1013cdce0b70e721ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9cd5762aeef7e49bcf0cf1ae30f7bdad0a1bfcf45e99fd34ccde29ab662c01ee
MD5 db4cc17b54a81ea9b284e65fb9c2ede1
BLAKE2b-256 05e651a292bdb413f830680b2cb1b74aaf17f62f7f1db33629c97a7428fec017

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0169569b4a5adbea9bf6dcd5e28c5064e2590e9fe532daaf0a940d0f3bfbb669
MD5 a7f5831a8f97562a5a2b55887a1173d5
BLAKE2b-256 add8cc76d34a6520a0b4925512b5cb940fc866ac833bb454d3cf0bf2d50f9e02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4e5f6fb870c0232e0b8ba43225f51aef1a6dea995ee54260f6da1fcae811a008
MD5 1580b7132345ab7be42dc9a246caedc7
BLAKE2b-256 2e92d9cad187eb246f1b052ca0290afefb9440b78bfe5b9f350110c584525aeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2b2ce31e69cf0c2e1d36ac3ad549dfa21f3ff9822fb4fb1ecbdae4effbfcbb33
MD5 bbcf8b75bdb4e5d02f3277044034b92d
BLAKE2b-256 b5cf9132cde7758a5f22cbc0965803d5a86fbf4b91dc2dc353ee14c4990c956b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9dda78f2d911e5e98e8a5821cc82f9b5d01929332ea542a6f6b964a7591fab08
MD5 f91380f8dd594ab88eef6cfbfbe5f250
BLAKE2b-256 2617a03f03c940efcd626edefd06faaf748e7fa220681a00db531ba84ddbb0f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be91e930bbda37eef69b36402229756fa231c19b732b6fc443897b392e99e6d1
MD5 1244eec63a65cb259b48b9fef3d4e507
BLAKE2b-256 fa39a83e9b15c48bac51e905ae4d452eb0970043c82812004bb9a5f81fafa75e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 80fcf7d6d7451a4170626c34f4bf64e159a17ab9a9d712ceef79c206feeb4b79
MD5 ef3ed44ca6aff490a7fa45d6cbe589ef
BLAKE2b-256 bf5e17961769a80d42909ff5aaf5d4b0eea413b9b536955551d9a8f3c3a7de00

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 45cbb9b920069617c93a4553a9fa7a7553db107e4187a805ae4bb248f32440be
MD5 2fb0962bd943e761b7cf8c72f4ee3b97
BLAKE2b-256 3f1e1591406093ff2cf8c3ab8900576ec7ec95203dec7a5f82b3f4d8e16bc01f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20241226-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c4b0d4bc57bcb12952be699c42614f3ef81199e4ec1e48d261d0b4ca64f59ac1
MD5 36a54577e0fa07c3f2bbe31bd6aca266
BLAKE2b-256 f1a9aaa7c6b88bbf70987b282d8cabb978e0df97798bc24710425c4ea8c5587b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dfdaecc83a5145a758227eb4414c0dfe9b849da9005446ed23c47dbf89d45e2c
MD5 9240e6fdb41c122ca736b0a0c5132879
BLAKE2b-256 1a76b0c595faee1ff6f1b79a6113ce380c725e90f584a6ef391ade18af67f867

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 20a8dd54ba1980de85a595a7981152ec21794f7b4ba50652dedab6c79602ca4f
MD5 f7db0dfe36b29aa518eb0f1ed04e1a68
BLAKE2b-256 5f5f3a2101b57e7f46d2c967751d707a911f046a8e79ec5b9213ab492c4badc3

See more details on using hashes here.

File details

Details for the file ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 84a9d4715177de94660abce898e8cdbd7a4ab4f1994ae61e8227e05045bca16f
MD5 856066085ad56b41e14126be757716ad
BLAKE2b-256 919fc6b92ab1f1d6e332c706300c839b1b09d97ab41ec904733988901b51925d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 259ae53f838d61996a99a055a7b49489cfcf88fe1264f4cf485574cc88b78cdf
MD5 5d79b8192ddc485aad8777a09d155819
BLAKE2b-256 e4ea012ff5c40b5eebb0f6cbe33a32ef0fa292e20f549be850c85d6674765836

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14c2583513b573ef04f7a0a71137245597230a4b96c15526f614c1d27fbded12
MD5 d3293b171b892e47a305f1730c5b10aa
BLAKE2b-256 85f468fb1d187d58c7cd35fea9d328d2f34d2c94a3f4973958b240b1a266e6af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 966904f44f5effdde5fc8ecdb7563f37c3acdd5e6f68646231ce7991a416045f
MD5 ceb0a7e6144ea29ca93367338d85ff7f
BLAKE2b-256 b51e7f36e9fb23636d360a85ca7e8dc9d7f4567743fb3891a54fa957ef4fea7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eae10ff5e04dff78205eb1042c92ef8a6039f9d3c4e1f62c06511584b757ad10
MD5 bbc35d0c713048d82ec5ccfcbb54581f
BLAKE2b-256 2480b7709032d44fc48480623651ce3a1d4450f94360a68082b071250cba7d0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e07ddd717ac0aa49515e37e359168a6b47fd2244673e3fb20a6320a2e0c87ae1
MD5 ca201da6fc741261d32bc52568c144fe
BLAKE2b-256 de4e3cba380d6ed7ea9dd8d3ec7a14e065a5169e21a11e1f498b5042d3ddd6ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d45bd166027d73af0a79894cd9a3c3bd08dc5ebe3ebce27fc8e29fcb2ae75191
MD5 7bd34e56081ca2cd0b054ed448f9bb13
BLAKE2b-256 53a122972d75d298aed2a399e8ba44b90a50599637cb64c982bdda342e91af01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd9b7dded40a59b245548ad6d7c355e4e40ac4404409f36bef8eb548f04defbc
MD5 a7f784cf6a4c9750e219ff59bff060c5
BLAKE2b-256 d0b3a69cab0196d30880641113b632a4bb3fc102a03bdd8107e2c707806c32c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20241226-cp36-cp36m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1ca9ea4c77661807f70cee903db0237fa4e19205cfd6c8e357e6004251d14908
MD5 339ab38a4239953e4fd116db410d7458
BLAKE2b-256 7075c7ab090e73571df53d32d9259240264892f052d323eb3a95220f1f689207

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