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

iOS

iOS-Simulator

macOS

Mac-Catalyst

watchOS

watchOS-Simulator

tvOS

tvOS-Simulator

visionOS

watchOS-Simulator

Apple xcframework

Ubuntu 20.04

Ubuntu 22.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

out-of-the-box web model conversion

ncnn low-level operation api

ncnn param and model file spec

ncnn operation param weight table

how to implement custom layer step by step


FAQ

ncnn throw error

ncnn produce wrong result

ncnn vulkan


Features

  • Supports convolutional neural networks, supports multiple input and multi-branch structure, can calculate part of the branch
  • No third-party library dependencies, does not rely on BLAS / NNPACK or any other computing framework
  • Pure C++ implementation, cross-platform, supports Android, iOS and so on
  • ARM NEON assembly level of careful optimization, calculation speed is extremely high
  • Sophisticated memory management and data structure design, very low memory footprint
  • Supports multi-core parallel computing acceleration, ARM big.LITTLE CPU scheduling optimization
  • Supports GPU acceleration via the next-generation low-overhead Vulkan API
  • Extensible model design, supports 8bit quantization and half-precision floating point storage, can import caffe/pytorch/mxnet/onnx/darknet/keras/tensorflow(mlir) models
  • Support direct memory zero copy reference load network model
  • Can be registered with custom layer implementation and extended
  • Well, it is strong, not afraid of being stuffed with 卷 QvQ

功能概述

  • 支持卷积神经网络,支持多输入和多分支结构,可计算部分分支
  • 无任何第三方库依赖,不依赖 BLAS/NNPACK 等计算框架
  • 纯 C++ 实现,跨平台,支持 Android / iOS 等
  • ARM Neon 汇编级良心优化,计算速度极快
  • 精细的内存管理和数据结构设计,内存占用极低
  • 支持多核并行计算加速,ARM big.LITTLE CPU 调度优化
  • 支持基于全新低消耗的 Vulkan API GPU 加速
  • 可扩展的模型设计,支持 8bit 量化 和半精度浮点存储,可导入 caffe/pytorch/mxnet/onnx/darknet/keras/tensorflow(mlir) 模型
  • 支持直接内存零拷贝引用加载网络模型
  • 可注册自定义层实现并扩展
  • 恩,很强就是了,不怕被塞卷 QvQ

supported platform matrix

  • ✅ = known work and runs fast with good optimization
  • ✔️ = known work, but speed may not be fast enough
  • ❔ = shall work, not confirmed
  • / = not applied
Windows Linux Android macOS iOS
intel-cpu ✔️ ✔️ ✔️ /
intel-gpu ✔️ ✔️ /
amd-cpu ✔️ ✔️ ✔️ /
amd-gpu ✔️ ✔️ /
nvidia-gpu ✔️ ✔️ /
qcom-cpu ✔️ / /
qcom-gpu ✔️ ✔️ / /
arm-cpu / /
arm-gpu ✔️ / /
apple-cpu / / / ✔️
apple-gpu / / / ✔️ ✔️
ibm-cpu / ✔️ / / /

Project examples



License

BSD 3 Clause

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ncnn-1.0.20240410.tar.gz (44.2 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.20240410-pp310-pypy310_pp73-win_amd64.whl (3.6 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20240410-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20240410-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20240410-pp39-pypy39_pp73-win_amd64.whl (3.6 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20240410-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20240410-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20240410-pp38-pypy38_pp73-win_amd64.whl (3.6 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20240410-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20240410-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20240410-pp37-pypy37_pp73-win_amd64.whl (3.6 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20240410-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20240410-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20240410-cp312-cp312-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12Windows ARM64

ncnn-1.0.20240410-cp312-cp312-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86-64

ncnn-1.0.20240410-cp312-cp312-win32.whl (3.1 MB view details)

Uploaded CPython 3.12Windows x86

ncnn-1.0.20240410-cp312-cp312-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

ncnn-1.0.20240410-cp312-cp312-musllinux_1_1_s390x.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ s390x

ncnn-1.0.20240410-cp312-cp312-musllinux_1_1_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ppc64le

ncnn-1.0.20240410-cp312-cp312-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

ncnn-1.0.20240410-cp312-cp312-musllinux_1_1_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

ncnn-1.0.20240410-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

ncnn-1.0.20240410-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20240410-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ncnn-1.0.20240410-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-cp312-cp312-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ncnn-1.0.20240410-cp312-cp312-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

ncnn-1.0.20240410-cp311-cp311-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11Windows ARM64

ncnn-1.0.20240410-cp311-cp311-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86-64

ncnn-1.0.20240410-cp311-cp311-win32.whl (3.1 MB view details)

Uploaded CPython 3.11Windows x86

ncnn-1.0.20240410-cp311-cp311-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

ncnn-1.0.20240410-cp311-cp311-musllinux_1_1_s390x.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ s390x

ncnn-1.0.20240410-cp311-cp311-musllinux_1_1_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

ncnn-1.0.20240410-cp311-cp311-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

ncnn-1.0.20240410-cp311-cp311-musllinux_1_1_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

ncnn-1.0.20240410-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

ncnn-1.0.20240410-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20240410-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ncnn-1.0.20240410-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-cp311-cp311-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ncnn-1.0.20240410-cp311-cp311-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

ncnn-1.0.20240410-cp310-cp310-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10Windows ARM64

ncnn-1.0.20240410-cp310-cp310-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86-64

ncnn-1.0.20240410-cp310-cp310-win32.whl (3.1 MB view details)

Uploaded CPython 3.10Windows x86

ncnn-1.0.20240410-cp310-cp310-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

ncnn-1.0.20240410-cp310-cp310-musllinux_1_1_s390x.whl (2.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

ncnn-1.0.20240410-cp310-cp310-musllinux_1_1_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

ncnn-1.0.20240410-cp310-cp310-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

ncnn-1.0.20240410-cp310-cp310-musllinux_1_1_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

ncnn-1.0.20240410-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ncnn-1.0.20240410-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20240410-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ncnn-1.0.20240410-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-cp310-cp310-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ncnn-1.0.20240410-cp310-cp310-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

ncnn-1.0.20240410-cp39-cp39-win_arm64.whl (1.8 MB view details)

Uploaded CPython 3.9Windows ARM64

ncnn-1.0.20240410-cp39-cp39-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.9Windows x86-64

ncnn-1.0.20240410-cp39-cp39-win32.whl (3.1 MB view details)

Uploaded CPython 3.9Windows x86

ncnn-1.0.20240410-cp39-cp39-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

ncnn-1.0.20240410-cp39-cp39-musllinux_1_1_s390x.whl (2.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

ncnn-1.0.20240410-cp39-cp39-musllinux_1_1_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

ncnn-1.0.20240410-cp39-cp39-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

ncnn-1.0.20240410-cp39-cp39-musllinux_1_1_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

ncnn-1.0.20240410-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

ncnn-1.0.20240410-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20240410-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ncnn-1.0.20240410-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-cp39-cp39-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

ncnn-1.0.20240410-cp39-cp39-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

ncnn-1.0.20240410-cp38-cp38-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.8Windows x86-64

ncnn-1.0.20240410-cp38-cp38-win32.whl (3.1 MB view details)

Uploaded CPython 3.8Windows x86

ncnn-1.0.20240410-cp38-cp38-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

ncnn-1.0.20240410-cp38-cp38-musllinux_1_1_s390x.whl (2.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

ncnn-1.0.20240410-cp38-cp38-musllinux_1_1_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

ncnn-1.0.20240410-cp38-cp38-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

ncnn-1.0.20240410-cp38-cp38-musllinux_1_1_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

ncnn-1.0.20240410-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

ncnn-1.0.20240410-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

ncnn-1.0.20240410-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

ncnn-1.0.20240410-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-cp38-cp38-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

ncnn-1.0.20240410-cp38-cp38-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

ncnn-1.0.20240410-cp37-cp37m-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.7mWindows x86-64

ncnn-1.0.20240410-cp37-cp37m-win32.whl (3.1 MB view details)

Uploaded CPython 3.7mWindows x86

ncnn-1.0.20240410-cp37-cp37m-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

ncnn-1.0.20240410-cp37-cp37m-musllinux_1_1_s390x.whl (2.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

ncnn-1.0.20240410-cp37-cp37m-musllinux_1_1_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20240410-cp37-cp37m-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

ncnn-1.0.20240410-cp37-cp37m-musllinux_1_1_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20240410-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-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.20240410-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20240410-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

ncnn-1.0.20240410-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-cp37-cp37m-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

ncnn-1.0.20240410-cp36-cp36m-win_amd64.whl (3.8 MB view details)

Uploaded CPython 3.6mWindows x86-64

ncnn-1.0.20240410-cp36-cp36m-win32.whl (3.1 MB view details)

Uploaded CPython 3.6mWindows x86

ncnn-1.0.20240410-cp36-cp36m-musllinux_1_1_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

ncnn-1.0.20240410-cp36-cp36m-musllinux_1_1_s390x.whl (2.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ s390x

ncnn-1.0.20240410-cp36-cp36m-musllinux_1_1_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20240410-cp36-cp36m-musllinux_1_1_i686.whl (5.6 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

ncnn-1.0.20240410-cp36-cp36m-musllinux_1_1_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20240410-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240410-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.20240410-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

ncnn-1.0.20240410-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

ncnn-1.0.20240410-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

ncnn-1.0.20240410-cp36-cp36m-macosx_10_9_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410.tar.gz
  • Upload date:
  • Size: 44.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410.tar.gz
Algorithm Hash digest
SHA256 7617a37d5c9abbf498a318695eef25e52d2afed529075741f2c89a42cf9849ee
MD5 ec24f7e5c85910876c2017396ef8f9b0
BLAKE2b-256 23afbcfa720784f2440b787dc758bc561349db6bf34eb6082641cb24c028566f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0d123f35c00fffefe4eda870f4e078e4db041caa6f48cd5bcc910c84046a8307
MD5 afedf32cd85f13cadd9793d9f63c833b
BLAKE2b-256 f1f9222dbfa2e98a83a725c562e534a72b3e19eb9710385815df6a926c3536cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c989431d6a5d2b5f6c900dcf1fb818ecfb1ff14ef1a2710b7ffc3c0fb77f8401
MD5 caef48b0c11de3cb4ff2bcce0c774bac
BLAKE2b-256 4c9aeca4f6f5b50540e4795d8f42e1ec5dd21dfe5310a09ec8692321186b5c94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ae39278a5813860830637c5200244513a93cf8173072fc24a99dfc7c323077e
MD5 ba34a031389d865dd58b273e83c17c58
BLAKE2b-256 b9ba53482e77c1e2e05b7aa460daa0d86de8c11c1fdb67076e56f789e2221143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a336a77d44cd61c624878002ed4e7ee5b1d1aa3e851eece1b0d2a1e6949aacfd
MD5 c7b57fa3757daf6dd30910f016b8f251
BLAKE2b-256 e4045bfdcb1a58795afb2ed5d34acd2696e54b78dcbbcb457d49370c70ab9ddb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e80e56a8ff8e21898c337982b70fb06397ce38195752bb3efc37d38fb31445e7
MD5 3ffbc372fffae0414024cc5f15a50071
BLAKE2b-256 033f071742478b3dbbd04b3d0dab58a0b01a7a0746cd514164b02f7ebd62b481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 fa483bc3cb0e4a81929acb35eb453ab0875c5b95dddddf71eb642286d2de70ec
MD5 8044f7ab25e4fa55ef14d99f473eebf2
BLAKE2b-256 a9624d0647aa155166f17922ea075469b2611c4c526244c4f282c0ff00000166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd1de2914652949f4d740b200977a490dd45253e9b3331b1f0892129f6762d7e
MD5 ed9deb697c61891d43f5c378d9a2c2d0
BLAKE2b-256 c250205fc6df3fc826541ef8b256efb69e6cff0b8a7e6b50e5191b34c29c9416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b589aa3f47e383ba3fc88346b52a92d0d76f20767f41975a060be8d915a2377
MD5 42901b9f668cabf5b5fe20436a40a095
BLAKE2b-256 286c5c16b4ceab551b8920b6c3c8e9552b98812ea4b198c0faec6114361465e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 434423110281f8d5a3000ea39753d820add7a3ec6e9ba4baacb7a7543721b2aa
MD5 00e85e41d4737622eb5858c8f4da5a3a
BLAKE2b-256 81de0b24340a5199446e5163dc994eb4571eb2f778395712244264b838816faa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d546573d6f781d172daa3527ea7d3ad7f9971d2eb04640fb6309adb12b69874
MD5 dae2e276208a46ae7ec98fd6bc3572a7
BLAKE2b-256 610d233d5c42f6488cb5cff6af00dfb865cf7874da4cbd5b8f5d15634603424f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 62379b87920608fe9abc33de16914f2a2b2755322901e96de3a0c786d133854b
MD5 fd0e4a2fcc39cf91d49579b8073f6564
BLAKE2b-256 aa74465a1de0708280698e8416b52317d1181f561de91f81b0f4ba272a211bf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b205e96f2df35c65d2d037887723ebb4275361a8b5fb6d8390eecf3d194457e2
MD5 8f7c0278f96c1ce0a5c7eb9a895bee6b
BLAKE2b-256 bf02dfed053ef2248c6b28d9d3b50565e1264ad11bda2f2970ce42a3292e35d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 84aa2a8b4079baca18533d0564e55c106910e94bb62aca4d19ffc1f20e64cd86
MD5 6260ea44373894d234e7e1b01f9b5f61
BLAKE2b-256 269eb33642550b76be32a1035e8c5a37980a80be7ab980c3df1ce81f063a5617

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1afc50d3b9d4e0c7399fff55b6ab9bf8f785dd5b2de276894b493e727d018bdf
MD5 acbf10e870d867e12003f8342ae8dec4
BLAKE2b-256 189f7f7971b6c623068bef727a5507f6d4294ec1949540320208372fd66fc14b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1b9759af7361e84d688741a1520e4fda42f60f2c32e65551f068b0629abc5f6e
MD5 abe2965c10e552d634c1261a91499657
BLAKE2b-256 ada5b86f55fff92962fcd5535af31068f2a94333dd6fb81dd47c52b4b82faec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 eb69e8e65eb7a85e468f993f84c3c480b9a8e5fbae80b14ffd9c78df458e23db
MD5 751540d90270b054911f6f9b31c69995
BLAKE2b-256 25177d8b57650cfb2cc54ab72bb507136e59b9ac43bffae36963ad66b63cc212

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9526b0496e970ca4578e4e0a01b55550c53b1095f8fb5e80ddb8dd4d4308c8c7
MD5 4b3651580d4f8e4c64e100b5ff43160d
BLAKE2b-256 c7e086387dd3d93a445391b987a47caedacbcf3bfd43299783bc2fe274af514c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4dcfaa2927e23b27421ad3932e2cb923f27b852285782e3ef5e4a17f41148589
MD5 05bea3e028062048d7223e837b2f5bc7
BLAKE2b-256 a92afbab575bc7401435fac3d34460327330a3eeea99bea450ffb0e2b04e4831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ee84df6543ba6143f8f71905bf3e264ebbdb72b19b5f3bc080f4f6a1860f84b6
MD5 7d48e2763b13a17e94865a95d919048b
BLAKE2b-256 29d9c6c34fd9130227bae5cb58a3f10ae3e9dc26631f3d6326809b237ced21d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc86ef3ce589b178f26f11d2e51923bce7fc250b7b8c0362e68f51c6b815d5fc
MD5 02294e28e6717f8e6e45b1506d00ac1a
BLAKE2b-256 69e95aab8d54a7c82a86734d5c41c0c081fefdd9b2318cefe5bca2d2eb5cc39c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 750f69255a3c84372c24c8b26ab80519478c33100769e962b247941a97b6a1c1
MD5 ca65db26ee806079dd6e7b53efcab400
BLAKE2b-256 e3fefe194a2530b9a90dcc91ae77e0af09eae5ea389057991f2aebd39b3a819d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 07601fcf848ca9043896668c35ef98a3a630ccbab8dfd638254b345ee366927d
MD5 60b3fe775fc93447978fafff6c96b22c
BLAKE2b-256 72f91374b1aad237a56dc08aef0d69546d9f02bb9ecc31e125fff688ce360a34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a4463305d94c8549725cf4811ec1af55f7dea4b0a884d48d15ce4a82f19ccafd
MD5 096cb5bf32d51be5a0c5476c52e71a9b
BLAKE2b-256 6b9b6de573c453f542e6c5eb134dd2363d7f6445a6447b250012154dbbe2f236

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a4c717e28c7576d244eacf4932dbb4e5506e60fa5321174c379001d18c095000
MD5 74014fce1bc4229d7becd6801f85b5f8
BLAKE2b-256 767975b0e5f72c83d88f8a1bd5f908ce5b2167ee0ea52c03a2eabc86a57f28a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 73399845d1837c5a0b95f0ed86e82c2a6b02a889fc29fd33b2fc3a60a587f6d6
MD5 370c7ebe0cdfadf853149bd4e18a79a7
BLAKE2b-256 41c1595ca48c101fff6af0c47adc919755d73622b3fa09f57fbba5d93b225b57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 268f64fd2c099eddef9663f45769d0829696d2fbdf287a4b843e458ed6b7569d
MD5 be0cc3857de81944f30f33ee9cf682c4
BLAKE2b-256 49503e2d98c7767ad2d6b799bc343e9554046436d60d858cfe6ddc18976ab5dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4718a4ceb925d1564dccca965fc3372a36f9c95ed48b1440c7b13fc595939d57
MD5 232dedd99de520b0b3f7c517ffa019d9
BLAKE2b-256 c918f3bafdb79906f56c3744c59c8292e973627c0cda4eff707b6bfbf0dbbf4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0a72469151c1dd1182d02f7a86749726c6a924bd865370be58705ba1eea897c6
MD5 e44a4f8b6486a4f8cd840fa3f612dbe2
BLAKE2b-256 a5faaa14874cb77517a3e3da8326f1df21d8da5731ffdb34a6fd7b572fa8440e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd7f195c0fb287255b27541d7b32d234febf4b20a75e6709f9cacab915e7ffa0
MD5 46de7f34a66c3f0d4ac6c6a8b0730724
BLAKE2b-256 eaa08d41f061e83e7c62fb9ddea1f7e8c82425a4a9877106fd2f707146bc03f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f68081c6c11093babbd56bdbaa0237181f27806195315eaab1e071790caf0a81
MD5 71ceefee7f73128db9eb9070db40702a
BLAKE2b-256 e2148e041e3d17869e0dd30466e347df52192bfa93bbd809cee3d29ebb2bc998

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6b74fb63174a19123cf5192a9298ae97a74fd7c113d43d603612e36bf4d3146b
MD5 0ef69ec7ead4ecac4b27fd9ca603a213
BLAKE2b-256 d9cc259c0168d71def53e5af26716811ac21ed77f77575c0da28e925c4c66fa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ae3abd812358e3b0be391459d72e0d3d4d4179966a308dc99c0dc2057708f67
MD5 84ab5795ab2c19f5a018f3ffc3fc8841
BLAKE2b-256 f5f814393b6cee859af8687719cc383360111566cf77ceef28b71ea898a461c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 086cb8cb4ef306d71bb0a0014704dccbae7fae37c97821cf6b9a815bdd672d71
MD5 dbfd07b3818c48a714577ce5df1d8ffe
BLAKE2b-256 91cf4e9a553239e179533e9db7fd720889be3667bb433540a99ad76f0620bc14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acfa735a59e18cd3a0868444a3cf82ea134ec11dc7d43f3dde4981fe96dc8a0a
MD5 4eda5c867211cd7e205c5f1dd3ca9711
BLAKE2b-256 84d81122dbb9aaf9031c65b5fcd7e2837ec2f34136b1f88decd8238872e88782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 102865389834172ff1522d2b67676aa64e6676842c519a4c83b085e3dffff017
MD5 22641927270ff47ca520db0b14283318
BLAKE2b-256 70b573373ff700f00e69d8c3cf4a038b11d61e484a556d2f7c7abbef4be8b7e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c4c311152779c9d5bb324bb570b981542f60fb39578e76d6f13d0a692a6837d7
MD5 aa6cea4bf816af86c832fe572b12e0ab
BLAKE2b-256 a1e64b0668efa674c4c20969d7359df5671246ba26865baa3f255aeee2861fc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 82b446a995e23b01bf2198b908a281522370d4d0319486fb035984b22e40e0ef
MD5 654d861a025db645286d87f2bfabdf12
BLAKE2b-256 db7482eb50b07b2f0edb4287e3b24f2160b4ca00481666c04b982897739d5830

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ed630922e8ea5b47cfc547fb6904762084676a2b5e9263fa19b9174c8b1c2fea
MD5 8b7d7a29f10339d9cfb258aade493013
BLAKE2b-256 3d20d63b6b73c8a0f6c3a0ee09ad8bc7d4c45e3d0ddf425a5b53a80a0945e3de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3f6b217ccbcdc8f65d5ed9f503535fb0d69ffefa93d8b5d66b0d50832bd33bfd
MD5 29139010e2280542c6231a535de23e34
BLAKE2b-256 bee5c0917f309b9ea5885ae79f6d50bb7809e1cf7da416390d09bc54a9673cc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 a9a040b46e90c8ec24486e1c973d0ba8befaaf1cea4d93ca16f13121fdfffeab
MD5 97c2dff621b874ff22d66b570279ab20
BLAKE2b-256 a61114067d795f2a18daf8707e68ac0b549a03f82eb6179273ee0ab0a6f4ed57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 10c93767dcf6896d11522d4cfb197c452b5f59057b0cb5d8a71777b50dc774b0
MD5 6a9d0fc293365735bc04a89074079f5a
BLAKE2b-256 c6f5eaf65054ba07ccac87516b6c47d81b5b8d826235af5c5b267493cc307073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 aff63f5ae028fbb51e2b7d4897092eec1c4ae5e23cc64c92c64f61a993149b60
MD5 03b2b805f18648a293b66f20e3a555cd
BLAKE2b-256 30d98dd95bb237f901025d16e497a6f5323ddb813eca4c6ea7471cd2cbda7939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4c8dfe7b3da1bdc0c97c2aae3656776e39851572c64b7e04a85ea8b0f956af14
MD5 c0aa0b9f4cc5d9262a5bcd6bdd62862b
BLAKE2b-256 d51f3ff5aba0ba758e9bb382e3c04c4cdea333822e4eb9ff8097cd184cc4003b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad528731112e14c53b3e0ffb932c8c2bb90e94fdb07993e7af25fd0b06a7a4f5
MD5 1a3e481f87c588100d32b7106da47827
BLAKE2b-256 f29f3094f53f45f34f32f3d9e246e85cf513aecbe3d08be54478114c23799ccd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9f2031091266bef4f87d0877a3a29ecf716493e79e97c6e90b57eb813a63ca96
MD5 14e1310e65a8e8927ec03a7a69285d1d
BLAKE2b-256 9f875608939aa4fbec65f8594ec40ca2c21bec50f675f13018ac086c8db10b52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7bc3949b8254d884c2d9d24855b115368c45d5c7d97b70ff7bda2de9eeb1046d
MD5 1535fe852c3b76a59d88bc6f347b1921
BLAKE2b-256 4e613babc9c3fea4c4355353cab047822d8ea28ddbd6f1e7ed4d733791320fa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c7c8adcb57b7a293a1e9110a3a8f7458d890af7c34853709b0a5260e0fbcc0e3
MD5 722f3cad6e2a6a7f65ba92ba37c82860
BLAKE2b-256 c7dcb6cc8a0b312f4878b8bbd54fcb04ee8c3c59d94b3e370c87616b2c896cc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 835926e34d9278472131f8402f899d49ca7d4202f91607c0dbc0573e8aa22f50
MD5 0a5add9db1b37cdda90adac97e892b28
BLAKE2b-256 2a0c766a3d5333e1b33697de3e3b19c5bf44deb9a7bd24725cb143ae407de47d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b458b6d38c46ffac49a2a0389f00add19cfc3f54b5c1d6acdd9afb2832e7f2c
MD5 529955c886512d802e243f3bc5a31076
BLAKE2b-256 8d97d10ba577484a8c434f70f2fd407497565ce673a271ac406a8359275c8158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 005c8758436e76a9512d52cc1afbd35b83656a31508bdd93a02e4773f4cc9fb4
MD5 dc07fffba097f29ad3cfa825ba7055ae
BLAKE2b-256 42af279c0ea7fee1ce34f81a08b1181903e9948d4d9ddbdd17cb4d4f4454711f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 8ac7dc3e9d8a485bda51dad9beb9a2458849dc866596ab715dad277ad5a8693f
MD5 f26a689723f3f54e3f03b97406edc3f8
BLAKE2b-256 1f15905c7d732c0d731bddc73789d9d8665624799a6cb037f571751baa8fad1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 87bb9d05da89397906560e0be633248026be2a6e5b83c5b130d7833029eb1918
MD5 5de65b052e6b06defea628c371d67b10
BLAKE2b-256 168dbfd030947e08fc400b75a975b4530612a520312f89db28fe16a08122596f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0e7015279c346392de63508366c5e49308080ec348f2dbeca1a3fe9888f309a0
MD5 9cdd6c56f233621e43b71efaccaece73
BLAKE2b-256 215cdb9404ed515220e997d5bb03a2356cdfc84927bb765317ae7c373bf7683e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4e541ff75094a26b0fcdbe00ef423874573e26f4ffdf337ab5a0ece6c9778753
MD5 80e9d34690f0d6b0e395ef738948689a
BLAKE2b-256 4ce4853bb6d16460a75c842fc2cbe38fadcede6bf5bea015397a71ca7d813618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 78151f880f56960617b0091cfd2981542afe18ff7c8a9732cf0ab2df0addf642
MD5 ce73399135be8fc122e2eb32c82423fc
BLAKE2b-256 46cecd63e659c9f5fd4dfa2015b15d584be682a163aade3abfd872d740c3239e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 7293afe3276f26248d02ae7b2d80d87db4255b2248c7b7416c063d4ed2262bc6
MD5 b5d23038adb8a02a5acda14a89267518
BLAKE2b-256 0c622a8f8e69b76e3c84559b4061cde82491ae1bed707d8d19742cdade6caeb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 855b0bd1031d3b9888b4b33537ec67f9afae64fe3486211782507ef11c313ddd
MD5 84c038770473893028d005002c058999
BLAKE2b-256 2c4adfa94b8e97ff9e77f79a8e39ef5f484aa8eb9016ce68dd1879076237285c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 82df9ada2a6d451af8a76b9897b0b4ca97b6bb4ed4d56a6ed12c54cf17e8ce70
MD5 1da43ee99329ef7382d59ea349cfef84
BLAKE2b-256 41bee9085ba73165144cc96ab76bdbec5728885c2da5ffed69e04683b08a9b56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10f24d84a5f9aee41b6c6069fb936fb27dcec61edbc5b65a6049d1df4bca9d76
MD5 5959477afd9a299fa945189b669d34d6
BLAKE2b-256 258791ce49e79feb4309ae89e3a560e9f86c6095f11a81051d9ce469e88234ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e34378bbb986e4dc9212fa58f986795b67486b414660fca28b724d6cbd47faef
MD5 eee1011f3971f52f261f79f2b7273b8a
BLAKE2b-256 c77a7a776f9f9c26f8df536fd6ca2def4d1cd3b77f66f599d54c2d0bf65ba30c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b158721f8fcd389033333cf4d540d5e61d4b8878576db43ea8f60ba6f423cfc9
MD5 dd5ad2220d35ef43f9b72156edbc6aee
BLAKE2b-256 3bc741f1d597bf2a547adb4fa467b2ee167675a53a455fee7d643894a6997dd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e20c9e801c07087d80907a98dc435b282dd93491b5147364ff3cc3d97f4ac041
MD5 fe33507d0aae77a361d05643711f930c
BLAKE2b-256 0d15a53f222cdb82b3610beceab38ad4c873cd2f1827bd9478eeccef97ae40d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9296ff566a50f3ab35f6f8fe9a74d9c2a733e14d67bc9fc8ed6e65b5c0252188
MD5 f1d4d81703789b383dd9b1f2ea7b82b9
BLAKE2b-256 7083727011f18b1736737e128ece51c9de62d900f8c636d6813eb6c1ec7d5fe8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab5a8f79471077a421ff727e5fce1ec6c2a9406336fc9b4b43b839a6e01943a6
MD5 5631f2d5a666fbf54736691313d1da14
BLAKE2b-256 fa1b4a852c7824d08fbb5ed7701e14fc47ba0c3d654d22654f847de86199152a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 917315e79edecec225099d23d3ab5ac90848fdf29b7115728f2d677c7cdbaeae
MD5 f848c897dea6099f6c4b2648cac7dc50
BLAKE2b-256 b2711f435f09c7c775ed8ade46dcca8ca6cda55929e409c48c24d1099d1d1af5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 12473fcfa2a35b31531d330dccdeabe08deff2f810c1defadb7967744e43ce2f
MD5 3da4baab921d7b57965c1fd8dd75ae2c
BLAKE2b-256 5c4322b232234e1dd5d1a105bb021a515ecc1fbf8961044b9ef4c718479ba307

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f17babdcac2d4c60a77481f21be03607d79bfae929cd620ed2abbcf35b6ef468
MD5 f7a128dcd493b7dea99685c84e80f7c0
BLAKE2b-256 9b09da50acf6f861eaca56faa0b77a9e5ed257961e90bf97f7fd86e81cecff6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b5be469ba0e288d9dc692fac1eca77463fb7e4c724fd7c649310f3de8f5e3a17
MD5 4cf914b41b61ad4c78c45fce0bf1fe4a
BLAKE2b-256 dd3c98f5b7fdf5ed3e3c075beebd10d7c991cbf77575349f161d742790746f72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5c1fc679383a4dc22514b4fcafca62146868c88632142aeb24164ed450466f37
MD5 4935bb83a3ea76909c37f1b69c222f6a
BLAKE2b-256 7e67abfa59e50fdb78d2cd4379ab5d8598ae5696bf0d9d0af4113516fc09c686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 43cded50342eb75ba82f91e9d6ed41e57c2e270b4d9b7e90a7197a427ec792e6
MD5 633b09fe8268401405e90eb8e2e186a6
BLAKE2b-256 6e7aa24afa667735f807120bf69de4ae4f36cd6d9070e3fdf8d9feebc085f1e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 83c210a9e16c6d00e82d224a5fa56a6d0d98e99bcee144fb5fe2b94d0a9e624a
MD5 041a42402f9e0a1dda5d3b659d8524f0
BLAKE2b-256 569777ef399ea4858a454093e4a145bfa53da7a4b62242439d986d5c56523a4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a59a27d6f5d271e6d9db56235fc11efeaa49598e5ba4ed4f207840dc02c69575
MD5 cadd653d03ae4823f7147af6ce63019f
BLAKE2b-256 33734c33c46969c7ba21249a6c6e65be7663f01c3c3daf75be12458225fe3a3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0b2b17aab1cb050258e0d01c76bc0b3b6996c3fbdd1b2e64ce7d5dc36f7c91a9
MD5 49522247468b57a01474d69606c215ee
BLAKE2b-256 9b5d360020ce6e51356f965d4ff9a4934da8d1bd99b0e07aac5586d51fb72a4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29c27da8abe9d6fe442261db60df3f13f96a5675cd39e7cd2dde75bfec301593
MD5 b9e5e33005284452f6fc352bca410fb4
BLAKE2b-256 a1095afc773c1778a2ee7cd923aa030321c4daf610c5109ca59027732ca21020

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 615d67a0e32b81638fb27ea4b5ab9b21988d3bb532d9073e40fd65edd68fa3de
MD5 6263b1bed4124769a0059e91d800dcec
BLAKE2b-256 92d5cdab2c2e1d204668721af3364ef01fe9ad589f75c6eb010137fc4942c82e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dc2e7ba90111277c524bf553dd4ea79fce4feae225cdf0b2937a1f95f3151a76
MD5 243636a3e8c5d23b4b40bc422ad82160
BLAKE2b-256 1dfc0294335d7f9b2e143ee1bf314bdf69f2551e9b68ea915b5e9bb74574f53c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5bf174e1ae3a26467f02990e2fd6c12e8be9a59a38565399de251bc9a82c1249
MD5 295731d485cd8471c118bc5d457496ac
BLAKE2b-256 e81abaa325e720095c3314add243230dbc8d2f996eb02c2135e53e44979619c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b1b06d9785e5a6c7574128fa91da060591094aa6f765ba40e18a1fe52bd4ef6
MD5 e29a905fc5984deab3abe31d026f5729
BLAKE2b-256 49a2440a454965b529ce832e90234c0d45ca560ad20044d903ec0878678bef6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ed66ec288ab3f1cc72641da8e9b080b5575db815c9fb34ff1d6c23862b1c760
MD5 7331f375f09ef763bb74a5dd14026591
BLAKE2b-256 421deaf49a52d32d3e41c91834fc150aeb577320060beffe285ddfd6eaa53691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f8536bdd210754cadfee761b891ca8ff5957e47ae521d0dd0d6c1808c52674e
MD5 7b26e7ea9d8be51fd873331aeb14f9e6
BLAKE2b-256 d3bd126686be8ed747f40f5cbc0c627ba26672df97a308471e394a2e554877f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3583d2943a2ca110a35db3a66ca56ea1aaec180ab2a9c5d486390b8b3d087385
MD5 6967df0364aac8e7bf8d63014ce17f27
BLAKE2b-256 c9c11e315ba7fed802506cd904e519bc0418b0d10b577a7c7f14379f735e6740

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 297764e5b700ce7e4e47b923f77d157f3831188a368e88f3a30a31783063e7f1
MD5 ef19cfa7959036d178c1365e97afee30
BLAKE2b-256 374956691586153161fd1851c962dea6309215f0cfbe72ac0810164c03bca318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c707fbaf1036526991500545c88f3408c1a6d6d68572c6aa6667d532238dfe29
MD5 f9f8b074d9983e4115ea577ab874e20c
BLAKE2b-256 b93a4c97a3288c376b4b6cd6b24c18be16d733e3b0fc17d4e8750ad493e5ab0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 d83559c3a4ef869bb8e13d5ee062c65047ca6b2ffcfa80965d1aaf94af48f5e7
MD5 32e5ed81cc1f3b955e2255dca2075930
BLAKE2b-256 f64d6ab8a7e34088fe7318ffec507b86507029b4895c6c5baecd6b1d8aba8d8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 cb0e1dec025fa8f3568ac39c442ba870e9be1d16995a7ed9b50a76cef36efa7c
MD5 4a959e2d1a43de5b7674f9707c4eed45
BLAKE2b-256 6d712e445c17c2bfbc5933e75deaacbf3c4634edca377e4cfb757251ac3532d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 807f47a00ddbb2d11b90fca17d1a316afe875d4d838806830de9efabdd933da6
MD5 da67849d5ba42e1635bf34a765f07532
BLAKE2b-256 50516271437a374837da62174490134c3ff34eae3767285cd7afb67a69dccd2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 781ac9c5824f12202f4d030dd61d2037cfd2748f5d5067e062421e67a7a71df4
MD5 9a5c88cf7e26849a9760cb45b9180131
BLAKE2b-256 c04d99e10957079e2e04af88a7971ef9249e503a9351b9ce3d0f319e1e3bffdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54a929825efc46ab9cd965b91434e41663588f8a4b5a89933c8383fad1f08442
MD5 33fffc25871638333018157e6367aeaf
BLAKE2b-256 5dbb90317e0fc842b2671ceaafc85124237cb095658a3b966579a135f157d611

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2c1577fcb9d1de6a4afcb03b196b594e1800420acc6b2d70399abe3064e644ad
MD5 18cab5382a32e1b4ccf23dc3d734e216
BLAKE2b-256 1e5c2da061ff41a3e482d70bab907382d428e836fe3cdf77cc70eec18d0eb9c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2201b1f1c6da68a9ed358cd30ca33ac90c2586c2200b03d3c67b7d3d3063457a
MD5 2c63d73ee628e77ec6c4c07cf34c7f2d
BLAKE2b-256 5618231470bee010fbf9d0bb6bd385a6a1afa8c5e722e3990723efcdec7a9d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38bb8ab302760f54cc538fd11e26a4fd34fc4cd970cb2ff8aa6361121a5defb3
MD5 23179f2e027ccfe200e5ea1502ab1fe2
BLAKE2b-256 59df886557cf2dc30281fe49e4ef8ab7c3f2d9dc054141b2b72dac245924e313

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d59c04ce19de99d5843fcf15c4ded4c2d1fd9d145f5641032c466950d6ce47ea
MD5 980adbcd0eab1f32895f98871db23184
BLAKE2b-256 6ab72707216189fa7cda807c1c88cf45d72e2f47468d73e5b0a4c4c459387632

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4ed6c62f97fff914bda2b222b3284c63b2e4420977864e6c96f23ee8ec29032
MD5 a6d36f341795976657ff6b1c0f4a66b2
BLAKE2b-256 8b2895103f3e16f207d94cbffe3bf49ea7a4f929ef78459c65d53f098eb98be6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4b529152eae583d42dfabc4e5c536f073627ddb587e5a834194e8e63edc0a3b
MD5 75bf9ff69e18a4a8e19c184f7fdef562
BLAKE2b-256 9048f0a90828ca9d1d6ce8b3d8d16fc965d18de8d933b57de9d0386bb0ef247b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9ce9362a588881702c615f4e605773f0fd372f00974e6be554224f3f3d045ece
MD5 71331d57bf553ebcb9f3f538a7f89590
BLAKE2b-256 d530aaddd051bf799af78d980fb90614aeccde5a17a4a04310f17f11b09cbac2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 25a84eff0ecc4ff5aefb854d4c81dab47cce6e0be4209baa071e69a2ff51add7
MD5 63372380dbad8920204b8fac7d5adae9
BLAKE2b-256 089baae80e3f6daec1339badc0ef58d7a53dcd2b712a2ac58014f0068e66a376

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5d2a0dd03b2d677a95f3fa4711f2be4d0dabbb67a91f0a00ec0ace8849564a5e
MD5 de425e98c7b3249ecb239e0c7423f091
BLAKE2b-256 8ea0d4626462c25b3e30403874e281f07ae2385d29a4b7752414d0e581067913

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 ba301f919c1dbc40cf41265b16151237c4e8131d929b0ba20d6687a287346a6b
MD5 79256a5d46320b730d5b20a09a62c67e
BLAKE2b-256 9b68090219465122c54e98b03aae3bd01081b193bddcb0c1177c6dd905700b54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 9ba7c1e31bf78ba102f03dd6ed15367fad7fc75120acdcafd94b56dea30bc618
MD5 bcbb81e59214d98e985094901c664e99
BLAKE2b-256 e4dfb7acbd76c8109c2b6bb515d5324d93736b7071c66a37b3407a0ae7afa57d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7f476f9fe38e0614efe9a98578f11350061ca6b82dc13f54366bb2bf5ff6f2f9
MD5 fb3f7d4d875770b5559c37a5164aadfa
BLAKE2b-256 200c4751adbf407a9383d830eba63e1d873465e7158444013fa9d7062b1ce74b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 abb5b4052d1a0c24069961604e776b24fa735746eb49d83e76c5e9ea7c533f96
MD5 40ae43a7dda48f8d3c33cd24e228ad52
BLAKE2b-256 254ec06eb43a8b47785fd9095e76924ec2baf3441977527bff90d83a1e75868c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45c1affefdcc9fd102894698a043d17965eef0739cf508e9cba048faa7831436
MD5 f1e9317085252da2373dfe68af6a8a3f
BLAKE2b-256 e45bd9291faddf9e273baa6862223ae5616445f99c7355247d5b2aa37981c2ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8a049187d5f314795fe384e971fb9fe7dc069ed0cf2a35c004691d593e03ac8e
MD5 765a1753bd5871db5bffa3deb6028a04
BLAKE2b-256 26f31869c8632026b9c080438cf1f7bf8af605ce0ead074400ad5126fa443840

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f5384c0d65d74f82a3e0e4711b6f58e0a5c3c6e8a8286f4798adc21e471c8aea
MD5 08a8be58eed15d4557cdab2387340561
BLAKE2b-256 b262a817f5a0bad085506c5e1a699d7feeee9abf0a31f47683145e0c2030ac42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3cecaeb0c38018a4e7dd080286d4dab1c2317160dab06274b354b287d19c2552
MD5 8ea99ea6b3b06eee98d81961bd151ef3
BLAKE2b-256 8860fbdc4b6284b6bd1701aaee1f861fbe6604fd83f4d7a6aaba8f04ff2d941e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbe89f79db301f08bea7116a4a2a76a5d56c45f7b76b0f0c637e9ee7aa471f95
MD5 a61e83b122ee7d3b6206daeb730c4fa3
BLAKE2b-256 2f4e6062c6eb1136bdb4d6e5222d40ad32d5a3e6e138ae745cb42fefdc153801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 88ad5f158b0c5f98b8bf7bf8a146d9dbd62d7921c4351b3476323ad68c6a8305
MD5 4656a31c641c37b048e9d04ae1c76744
BLAKE2b-256 aec5fdaf540a425ef4a416269b7538fb6b605fd5279ebb69b1ac26b47bef8ecd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4fd01f82c771fa25abc8d2e65520e39e5ef1c994864e0616ce0977f9252b761a
MD5 ceb1d57d1c4f613ac8df869490be80b2
BLAKE2b-256 433166e7e56d5f725f01e2242dc05ed7296d7fa6c295cd01482ef132f5d83085

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240410-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 54a7e11f5ae01a1fea216a47147b210ced1c13d8d3231d0bc0090f6358f1afd7
MD5 58d88582d7d3ccc6316a4939f9ab8ba1
BLAKE2b-256 f86022ba56f5056f7d61c815e30ba11223d3a4ecb43dc1d8037f9ba2b412f6a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 015c0057b90b16c3ead9ef34edbfe24010dd343da2a5bb2eb619ccb9bbb5c1bd
MD5 223934b486db0dab7d82bf9a4675c112
BLAKE2b-256 65e876e0dc290ffc733acbbda1f25c2d2715c5fa10386b203f507628634ca8c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 25d356f5286843409cb1617cb1dd53b5c2b8c10736230c08744b4043630d112c
MD5 a17a812bb8eec4e2b973d908a986237c
BLAKE2b-256 a8944fc21dec366af7f3d1eb9627869bfcbc67bdc6a7de492fa30172c327e47a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 213766af254b4687a9aa34ce17d904ba314c7b0ceb00f9ac1e38469d45f32719
MD5 84aa10b60e881122710505128d10c0ac
BLAKE2b-256 08edef086c73e4845ee6c5dbf9ad03f3212691032f8833ece34e73e31bff6719

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6ab46f7efd489aeb61a424981491bbf971dd510b2f633ad0cf291866e30d5651
MD5 b18828fdce6b7a49d793e4a6e181c7e1
BLAKE2b-256 849a278ed043e0ddb5176d389484d1628eb960aa3f3f991f9a7cdf88281991c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f3005aa2672c4f75502853f8dcd75c9b532da982ea03d8b0e82d10b76bd00593
MD5 7ea1d3bcb0590e2e71cc50ee4d0bdbc0
BLAKE2b-256 0842e15b2fc68f970c4d5bb5763b02dde3b3d695b53dc624ec3ff4ce4387e2e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fad4a8d54b918217fdc8ea6271762aa03fab780a3656656bb006140fdea6dd2
MD5 ebf70137312290155742875c518c194a
BLAKE2b-256 91a0f253a54442ccc9742b6f0b01d38b2f8d63c2c7ffa2bf609515f921ff3569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ef76791226a8e326db2edf0f60f0110be4ed800821698219b6e8ec1a94868419
MD5 7ee226fce5c1c799baaa8090217e6d70
BLAKE2b-256 6f7fd70901436189e76561637416cd2c7bc92622f54ff067d171829741dcc4e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3aa74a9724a85b29d4c2171c71cc2fbd93b5421469dd0e3c6a01279df38f04a6
MD5 5f3897aa6979570d388413825c0c5f72
BLAKE2b-256 ffdbb63cdf8320d0ba88dfd64d8301f53c0b8c4a7b65d33c6d977309d0c1ebef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4c1a152b5710abd9fafb19eabce3a6f2e0361bae6d45c4ab5f302106930b70c8
MD5 b339126b8c853d692a942ddd0e43c1f2
BLAKE2b-256 6ab691dc7b1063f3e5c77a3c638c3f5f70e25286a792bc6ed65844de38c772ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9af095636ac71d0c5a80318b5a8dad9e674b0a11c5c170c451a0911bf3235707
MD5 c1b5c15705eed2381ac3bd67e126d70d
BLAKE2b-256 e176eae72fae809395cfeafcd3a41e9999a2de71dac8f6c1aa3de3c568670367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240410-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ab66c54163870b387677ee2fd7c66d90cc7e1501d94aa08d25e7ddc5ca83662
MD5 51fd8404a5702a1099ee6eb925f7ee21
BLAKE2b-256 b0278df7b78b3501c05914fd000cbb8787693c9366d3fbc4d55a92e7f4522c9e

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