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, create intelligent APPs, and bring the artificial intelligence to your fingertips. ncnn is currently being used in many Tencent applications, such as QQ, Qzone, WeChat, Pitu and so on.

ncnn 是一个为手机端极致优化的高性能神经网络前向计算框架。 ncnn 从设计之初深刻考虑手机端的部署和使用。 无第三方依赖,跨平台,手机端 cpu 的速度快于目前所有已知的开源框架。 基于 ncnn,开发者能够将深度学习算法轻松移植到手机端高效执行, 开发出人工智能 APP,将 AI 带到你的指尖。 ncnn 目前已在腾讯多款应用中使用,如:QQ,Qzone,微信,天天 P 图等。


技术交流 QQ 群
637093648 (超多大佬)
答案:卷卷卷卷卷(已满)
Telegram Group

https://t.me/ncnnyes

Discord Channel

https://discord.gg/YRsxgmF

Pocky QQ 群(MLIR YES!)
677104663 (超多大佬)
答案:multi-level intermediate representation

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 cpuonly

iOS

iOS cpuonly

iOS-Simulator

iOS-Simulator cpuonly

macOS

macOS cpuonly

Mac-Catalyst

Mac-Catalyst cpuonly

watchOS

watchOS-Simulator

tvOS

tvOS-Simulator

Apple xcframework

Apple xcframework cpuonly

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.20240102.tar.gz (44.1 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.20240102-pp310-pypy310_pp73-win_amd64.whl (3.7 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20240102-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20240102-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20240102-pp39-pypy39_pp73-win_amd64.whl (3.7 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20240102-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20240102-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20240102-pp38-pypy38_pp73-win_amd64.whl (3.7 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20240102-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20240102-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymacOS 10.9+ x86-64

ncnn-1.0.20240102-pp37-pypy37_pp73-win_amd64.whl (3.7 MB view details)

Uploaded PyPyWindows x86-64

ncnn-1.0.20240102-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ncnn-1.0.20240102-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

ncnn-1.0.20240102-cp312-cp312-musllinux_1_1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

ncnn-1.0.20240102-cp312-cp312-musllinux_1_1_s390x.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ s390x

ncnn-1.0.20240102-cp312-cp312-musllinux_1_1_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ppc64le

ncnn-1.0.20240102-cp312-cp312-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

ncnn-1.0.20240102-cp312-cp312-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

ncnn-1.0.20240102-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-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.20240102-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.20240102-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ncnn-1.0.20240102-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.9+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

ncnn-1.0.20240102-cp311-cp311-musllinux_1_1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

ncnn-1.0.20240102-cp311-cp311-musllinux_1_1_s390x.whl (2.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ s390x

ncnn-1.0.20240102-cp311-cp311-musllinux_1_1_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

ncnn-1.0.20240102-cp311-cp311-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

ncnn-1.0.20240102-cp311-cp311-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

ncnn-1.0.20240102-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-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.20240102-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.20240102-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ncnn-1.0.20240102-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

ncnn-1.0.20240102-cp310-cp310-musllinux_1_1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

ncnn-1.0.20240102-cp310-cp310-musllinux_1_1_s390x.whl (2.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

ncnn-1.0.20240102-cp310-cp310-musllinux_1_1_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

ncnn-1.0.20240102-cp310-cp310-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

ncnn-1.0.20240102-cp310-cp310-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

ncnn-1.0.20240102-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-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.20240102-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.20240102-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ncnn-1.0.20240102-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

ncnn-1.0.20240102-cp39-cp39-musllinux_1_1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

ncnn-1.0.20240102-cp39-cp39-musllinux_1_1_s390x.whl (2.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

ncnn-1.0.20240102-cp39-cp39-musllinux_1_1_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

ncnn-1.0.20240102-cp39-cp39-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

ncnn-1.0.20240102-cp39-cp39-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

ncnn-1.0.20240102-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-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.20240102-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.20240102-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

ncnn-1.0.20240102-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

ncnn-1.0.20240102-cp38-cp38-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

ncnn-1.0.20240102-cp38-cp38-musllinux_1_1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

ncnn-1.0.20240102-cp38-cp38-musllinux_1_1_s390x.whl (2.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

ncnn-1.0.20240102-cp38-cp38-musllinux_1_1_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

ncnn-1.0.20240102-cp38-cp38-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

ncnn-1.0.20240102-cp38-cp38-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

ncnn-1.0.20240102-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-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.20240102-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.20240102-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

ncnn-1.0.20240102-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

ncnn-1.0.20240102-cp37-cp37m-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

ncnn-1.0.20240102-cp37-cp37m-musllinux_1_1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20240102-cp37-cp37m-musllinux_1_1_i686.whl (5.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

ncnn-1.0.20240102-cp37-cp37m-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20240102-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-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.20240102-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.20240102-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

ncnn-1.0.20240102-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

ncnn-1.0.20240102-cp36-cp36m-musllinux_1_1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ s390x

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

ncnn-1.0.20240102-cp36-cp36m-musllinux_1_1_i686.whl (5.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

ncnn-1.0.20240102-cp36-cp36m-musllinux_1_1_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

ncnn-1.0.20240102-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

ncnn-1.0.20240102-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.20240102-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.20240102-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (5.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

ncnn-1.0.20240102-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102.tar.gz
Algorithm Hash digest
SHA256 917a8ebe009fee29c766aa6d5fedf2eeb6adadca778fba0cc158b3963813cabb
MD5 2e372f0accbf7a2b539a68df5ee4badd
BLAKE2b-256 0a30d274b058ffc045d035c23e81b68a9e56b9cbe8dc7bf0f05f1f586b475619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 eb17815b9824d795afb4ded92db95b8162c85ed257b454a2632ba3096a967600
MD5 63de5303889a7afb8b7bc117096ca682
BLAKE2b-256 642a95de0fe126ba9a168990c119ce3cbdddca68d5da14e27b18cc1f86c4b431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c07ff2eae6b9c0184a5bdcdfff7275f9eea6cbf650d9ba8df36958b0a377c692
MD5 db24ff3824498655c05d5d80561be0ee
BLAKE2b-256 a182ed54bf1b8ee9d8788b14609c2fca5b2fe85682dc9d4a1945269850bd9838

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 54efbd04a3dfb487e42bc9ea3515285d209565f634c9ef7bbc5ea1aafa916645
MD5 a247ff75cb2922b2f10521efffdeee13
BLAKE2b-256 57bb5b17785055cac31abf0e42a5adfc8f80d1a0bc40ba2135c5cf5b566ef887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 597569d552e2cee4f630f8917513d02e76b6b7709483e6dbcafb39f07f393f0a
MD5 aa75b05201651d648a383281575775a9
BLAKE2b-256 742a7b7acceaae62d01d5bc61a70b266363be1666b6bc6e01f1d8553bffb9551

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5f46323f05cc224650b0cf015e3343a2c12721a5d5475669b4348c8fd092e5c2
MD5 5f910457ab91b41ea66223adae065b0b
BLAKE2b-256 f67b3ba9279c6bce66afa66e87eb88b95cdbf76e95b354e076eefc8f25b51168

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 200c7777b2fdcc37ac5d30e7df4f113fe0a2fab2b8e51630809e390f92788cfc
MD5 1e9b236441a7bc7d866b46a980e0d007
BLAKE2b-256 1661971890f01a5a81974a0277c3504ebf078fcdf2fafad559ae57469dc298cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8263ea95583c8bc4443898231caf2d91e49f22c8e3bdb8cde76ffa5d2def777d
MD5 8eb895761159d800b4387612402fc832
BLAKE2b-256 a63a32ccaa215a2692c814ff6d40532e4e8e7001fbef825c2a4ffa5ea2ef5de9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c2c539b8a1ec067a8040bc3fd1fb7aa0035490f6b5ba3fbfb395e751b72e4db3
MD5 d733332cce0e2b6c042d8ad2b62b6221
BLAKE2b-256 762a5591da43aa5fd54acb47e0599fe129791d9ab30d9ecd79a39c5c33abcac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5ae13949f8f7f7ecbe965fa0dc7c69ea193c5c5a1931cedee0d1830ab8a60e2
MD5 890245cdf7912c622d17400631b9ca45
BLAKE2b-256 2e1d9b0ccc45a3bb922612fd7e04db1d574a467f8875d8a319b70b754449f8c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0df7985f5f53dd5253ab6742560f8dca4e3b8a469019510af48ca89707937e9c
MD5 fca9519047989f8d8af5a5f17ace30c4
BLAKE2b-256 cbeb9e5b929139f7702735a8147f811ebaa18337ff0a43eccdf9b6c6d2410967

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 520b7fc9e975014b35c1de5cab3a16e23b54c6d52e43d5b0c61bec00355ed50a
MD5 ca9349910a1f581720c175561116cb15
BLAKE2b-256 903278c3862303608a4417103ae0a4bb2f35a8433f5fc0dc69d3507134cbf9a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6dc95de702d356d8883d79b27f23c6d47b6f78e80547d8a4c09446d2699c348
MD5 e5f8e0a0664c5b895b9007da30bf6683
BLAKE2b-256 66403707179322ce7f6af50c6fe00216ba34930fed0a9f4b1da1e8801fcc32f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e617cab8f22def276ed0af283860e1c7ea47b20be2d79524567d178d340cf35e
MD5 1ef652a136cc2b81c6ed5ff2db6c337a
BLAKE2b-256 f020911a7d277da55e4b44dfd9b245a2a73f785c005c78fd46a0df95f28e32d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8785f2bf8b84869038dbf11dc5e56ee0f76b959f3649dfe9ab5aec3fc3943b01
MD5 08284455756712a747868aa4f0e9e0c0
BLAKE2b-256 5c7a989d19656c7aed97ba89154d6eebd68218a4723d48d7df5863e53cebe7c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e3cdc357c5ae6528ec8cef7887e9ffafe3db17f55477892dc18dab97e663e9e
MD5 8a00aaeb692c465e5f4e017b02a2bae2
BLAKE2b-256 db1cb82ce18774b350c841f7f4158059ec30281f6e735d582a229063479a6b0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 764388fedd252d48646e34ba77226b7f23df3ddf6d628e7340153caed38c3083
MD5 c60a870a900fa50d2581a9f78b9d4774
BLAKE2b-256 be1b2ed4e89fc64dabefbddac9e9fec3a95bd007fae640bf08377ab2bc62532d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0889f9884e5d52790b60ab26fedbe013bf2042eef61ee28299f7918606c6424f
MD5 95755b737323c355e03a6bc85cd5762e
BLAKE2b-256 6fde1dbaad912928cfc44517ac24b040c00d237e8ec564fd67a03a04621c4569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 17bb00a2198ae6edd0e31d5e1c2fd918d98a5cc16186f7c39cb4188cbbd6ba10
MD5 6be1f34aa5154ab8d4e351a8b0d3687f
BLAKE2b-256 61bcab0951ba8829e66c62c75ba434b33048b481c2090448fdb152b22026d251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e5696548cc8a77c3e87418435d19c4c714dfb0a5b4b2023a45acba4206d011d
MD5 998354f685f9153d13e2bf91e32bea32
BLAKE2b-256 792e37c581b538ea54ca030daa961727c0f7f8560f837fdfd1d524684cec543b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1919863a581a9b86ecf4aa6d35d1ad2e6d4ec9d188232bbfc269e1559814f30
MD5 ff9451a2888fb0cdd935c6c5abd6be5f
BLAKE2b-256 639c124ad4d07d229f1b856b91021582f7c3217db394ff0bb1a2495408b4b39c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 63c3e331fef35d66dc43abe5556061c1c40efa3f27e832a4bd541af69e5dc208
MD5 1667b405dcc13fc0f0e3130b4c67fd7c
BLAKE2b-256 b4091b98623c76d5043f42ff09c4c9c03bce9a4171ddc073ca8640cd3afc0f32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cf9f73ac354ebb2d4d04265c1db58a4a210e1b4e2861270dbeb2a830f06cfe62
MD5 2416e09d87a2e42143d476936bd1958f
BLAKE2b-256 17537ee7590a863ef1be5282ffac464c29eda557d59f0f82a68e851ba5ad5f3e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 582959cba25c66f937eece66aec67b5dd85ba74182962f535f31df88a3943966
MD5 5ae6ff871fa0804053fcb9e8e4b117f5
BLAKE2b-256 d253353afb5dc373976d3a77931152b4858180cd00a8a02b55fcb924f32e9299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c74962ce7039b06e9170a68ff4c2c9a16c9832789776254cc6e36031c22f39d2
MD5 fe31323288dcf2b5e6795d0b50127269
BLAKE2b-256 0509c21b33b386029effd80b4e429ad73fb7e470f9800c3718ca660c212a62fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 a298a6e666cf31725f2ef63949cc7b5a9d15991cee930e1d2e6faac55a26fd2c
MD5 c7a83808761f0ebbf1bc6a2bb0bccd09
BLAKE2b-256 e338bbcb55caabc019917af1bc90b94d731437a80c1a005fbd0a83f40d2ecfe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 19673eef6bc422322c41cc00431a34674dbf80047a98607e4e274d5cc3a6bad7
MD5 e47901e5a199d540ff1e269dd0d9c905
BLAKE2b-256 298c5c68369a577c12d78d327bf59dec0c5bcde991b907e40719c78295bef84d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5fa45a0ceb7d8e85beeaa7864c8a24cfd2a23aaf7610705d0333ff92653110c4
MD5 169071225e4f9b999cac2dde5bca216e
BLAKE2b-256 225bfef5695e542ad3d3aeffc092839a2872df1376018f096ea318ae2f13ce25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6d50199f4ddb0c2d023650d260aa9f5dc2f367ac7549b4fe3171b210f73308ae
MD5 27e66366f14f9983597dc6962564c5a0
BLAKE2b-256 89071a41f8669e5eb37a0b5702657760e44ada6cb53c769cedf12631069d2863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93943ca198cb58dad940db8fc39f6b80d15cf1e44015e69ca532d494ba6b2aee
MD5 cdca51d00993af1b5bea154f632a9b01
BLAKE2b-256 ed7543dc8ca46a5ecfaffd201730618d7b83b779754450b1a25865ca5301aa08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 420ae7562d58da9781cc311756ed8f0c694a54581b3d9dba487577f1a7b25495
MD5 4f367e1e408fee8f6673eb4f7f33bea7
BLAKE2b-256 0d1b8186739d84ed4f3f105de3c87a7367f205fc699591bcc288d6f8988114d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 960ff383431d2814cb4bbbc445019fc418746f4a4fed12834bbac1fc35e6c874
MD5 1b5156e677e5bce5a7504ee23016db9a
BLAKE2b-256 3907afb2bf183e18db2a636653c2ab07081926452c55507f7deeb6167876da6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a469986c1b95bfbf1a67029678d7cc94002f79f714c65197cd301f19f7502e5
MD5 4999afeec1190177030ba62af323a77e
BLAKE2b-256 d880a17d9b32bc6091b1b666159367599d87f449ebd27f28f76fd42e0a516210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c48f36295b7bccdcf505ee834f350eacfff4991866a9678e2527bb64b53bee78
MD5 d274bbd25ba6ac3098ffe0b3320e53db
BLAKE2b-256 3e532278faf0db986310b6019c998c39e490bb2bc5e220dbf9803458b4630ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9634ef4144433ac811c84d345cd5a83b20c01a5fa2ceb2df1798f78e7fc8c956
MD5 1452a697161cb5705a1633d5498f859b
BLAKE2b-256 6d58ad53e495848a32d10e10e3a6515dc529cf594c0f2ae16e1f661d22d9bbe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7abc9a81a28202c20bf1e57040588034d6652559b3c26723c5ef42356dadda8c
MD5 d6c3c8360cbbc9ac65853550dfa7366a
BLAKE2b-256 b1349e4191f22a577f500d6c42e4cdef940ea2735b998110f607e20eeca9c3d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 588668ffba1723b11334aa128e7abb669019878d4572ba92a6e09afb10e15672
MD5 b537588b923e8682e5e523b40c046d88
BLAKE2b-256 4ae7f7bb2e89539207d81696dc959f71fdf7972f3ca143535f92b30bfd5ddc74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c197bcffe6313069681d9ab88b443309e1e5d0476d72c360d015699755864f2a
MD5 ef0866b0a6685a2a78d106639c18fcc3
BLAKE2b-256 5e1a516dd844081a5c43aa8ba55fe47f69a4a589890367f84709ea1dd1fe5cfe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 614f2782083235e02f16db3b718a1a963d5e6c01253b70ff1394dd4d1243795d
MD5 904aa8d700f892a4cc58af6ff199f027
BLAKE2b-256 566d1e468fa3ac398e261e5d78f68f52dc39cd5783cd820a0e4bf6c720d619c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2dc0e664faae554bc083ceac2d7ce043da64d53d22534a233ffb3ae70cb6cf18
MD5 e67b0812371e670c68587b941792c840
BLAKE2b-256 1b5bde993fe2785466c774f95b1283d7c89b58bffbf6a751a1bb3829112c703a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 9e35e4637a4e145e38ef97a189c2568489a523ad8c788469c225ced2fe8848a4
MD5 7689352f18833940caeac79fee854683
BLAKE2b-256 5ba1a6a097de9bfd42f5f3cbe924d9c3379c003e33b0650d22e213fcfa5f621b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 4ecbb908f11c73c44d09b9a8ad14734e409c3a9eda16dea624a74cea76a3740c
MD5 929a666cb5630f43900939e45ce1ee01
BLAKE2b-256 4a4db79704e6b09fb94745ab5bfeef1721277f894bd525e459371cd145e51d05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 64eaf98b4ceb1acbf282fdda10962b2fc4ad09aa1952cbc174197c72cd37de33
MD5 6dc01cc342f902bdc1557f203fe76a60
BLAKE2b-256 7ae88d0052ac4eb6953a0ea0fef8d1765e7b990d61d7c78baa8ce3224e0578f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 35e47da4647f1407e33f860d01bd3ad8a59ecc24710035ffc0d74cfe64edb2de
MD5 9ce401c5aef25a3720406d4772e8e31c
BLAKE2b-256 8167768bb5519ea997fcdcdc45d9ba13db0298df6d0ca628f7731ac031f27c09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89822e4609f8afefbc8b4808f43e740949aeff55f27f9e716fe12c9a1dda0edf
MD5 5f7f595f0127a66df5231310ce16a036
BLAKE2b-256 ce5193c23a2a23d243a5ddad8d4b8153dea1c1f6c7dbd72a973505be01775f8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b3a4270094426d318628286505771bb8f8ed8f181b4b12350873b97300811c2d
MD5 f1b35432019a321c5050a7284621aace
BLAKE2b-256 0ccfffbc742df119eae46b4a11d53b7e82f796459333b51cb1edff42be488771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f4a26a96bad62c80c49d8a3a9708606845d4b1256badfbf4db57e1cd00eb2a1d
MD5 dddb6e2183841d719c74fbed9ede9026
BLAKE2b-256 2d7b849bc26abfac31ae376196d71afde1652e2f1a2c3b67f6960b7797c25c8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 471fa0a404f4bfa93f2ffbe32330ce45b322955f9f0a59ad67c0ba4ea20ee306
MD5 182f2867d2c10c1966a68cf80efa232b
BLAKE2b-256 cd54a9243bfe487f80cbc260169b2514135f8b038f66fc0065f29fcbe1a8c256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b88c5b982efc26b5a85d0f1fa56f7ade6f3b001ba37f3f928dd10e1eb0c231f5
MD5 fd567785b8a471a72320442293b80765
BLAKE2b-256 a9b9b7782b244b7d609967cde29e2ba75937275c521d591820e40c56ca69b390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb427cb1d687782048d1245538c56e1d6f8f2c39502605eca896a1f82553c2ba
MD5 b045720b587dca58dc215a050747356d
BLAKE2b-256 62330dcd304903c415eaa3f93b89ffb10c42e33dbe7cb4cfe034b9e287419537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c19e89f211e3ce2b113b607a6577007647898aad09954dfedf522aa345911fae
MD5 9650543b0a932fd1a9dcfb3cd9c069fd
BLAKE2b-256 bce9886625027f580f4174a3bd8410a2f12a9fe87c98cc4a10b095ab6d43ebe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f51c0ce45c07b5e4f63aed982f46038023a7ccaa43d2f3a98ddce50db93d6046
MD5 0512d96c7ce90fed4aec6d0fc4490d3b
BLAKE2b-256 f1cdfcbbdeb5ff5324c7a742efaea9dcbf1715c5047b2dbea41e1e3b442981ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 362edcd7d7b28b3fbc620ac15afe9658d7015705d5dc1d691e0f16cd4b95f982
MD5 0b6f42b6034dfea854d28a135f7ba9c3
BLAKE2b-256 e936ecd379c2513fe621cc3b1771f219845e5738e294e8d5a9be8c14b8a6c18a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dfc6adee9cad123eb7ca888e9e2e4f89bfb6293dea54aeee17ecb85e2d411963
MD5 336e98a00d234ca2e14e576c3a9b6324
BLAKE2b-256 62e1d7bf3c8cd7fff445e5e326a7a5a39673e56865aa5b045ef2f5a1f253ac82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 89bb9dac06e6430a1058deb28c6d308f88b8cf3fed17c014b2b536810a5bba3e
MD5 0733bd83928ac2450729111260932e18
BLAKE2b-256 054537ff29e3fa7635724a9af5a245c538b145d1ab620db719b16e7eb5cc579f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 249801bac3b444ad72994c7c0bfed30bae75bde4710594c07c63ad8b49dace76
MD5 25f96c3469b3a94b3918a30e97395110
BLAKE2b-256 163a02c07fc90c0ee57344f6e888cfb5d1c2bd8dc6fca43142bdae2b88c38899

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 330e6b7fc395103e0992a28f126a621ae924592c2534f6102ce0ae9818d4c385
MD5 08d40a2c72528d0469a4d7df26c0242b
BLAKE2b-256 dd3a5f412d3db2f5084ec015fbe8382940ebc0ddbe50efcd9b996a385864e3a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b8f0de5deacdf7f0d49c3a9a71c376c8937f359eccaff99c741b2c7efb08e7ba
MD5 6787119fcc4d93cd73c3bee674e8173a
BLAKE2b-256 32794f411b4a0853d9d88992cfb30632f4085f82aeffb4711d689d4222cd9f72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 75d3812a3be3bf62831e5b60fdae2ab99a2043315968ca762c2c4a8fd4fbb73a
MD5 93afb211d3362df15d92ca43fd03386e
BLAKE2b-256 107a903dee0e3f26c28b14ece6d4ca1956ffc51b2bb72b69023024ac3624d0b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49a844cd33c6fb04b4ee34ee0677d45fc89580fc9dfd81007265c46861cbe31f
MD5 1eeb58f6f60ce962aa1dcef2f15e6fdb
BLAKE2b-256 fc69608d36bcd7cfcbe9985d359a4c56a1e3ed3af2f849627877fdc498ce8237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cdfc7018f9dd872641c34fed0e059acbca5f27fe9fbe757fae5f9cce9d366a2c
MD5 33c33d755b9baff02f4d0e57c771181b
BLAKE2b-256 191d5c3be20c760d803c5e5021c69cc3fa9de2ffbc1bc150a956fb9362311942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d13f70a3d5d7eddfceadf3398bb40d76499968f70e60ee4a3636c00c96a2a9e6
MD5 8abace61e1658643155a05c19c2aa2e5
BLAKE2b-256 947477888ebf4c0ad29561b4513517d9421705a997b3257c8eac031e9bb07f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3d4ddb61f80cd226348e348324edec3d89125bb329601e6f23b74a71196a21d
MD5 19e7d68124847935733d03ec5105599e
BLAKE2b-256 a5ee666bdcc032fb41a8a0cc1ac87d81874fd5108e24b2497b226cb6fae12970

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 deb3367562d6618b1d4f4a7cb1d5f5baa1d65beae35c47a929cdc05ad077d93a
MD5 d71298a29768f6446cdf34dc05dcfd0f
BLAKE2b-256 23a0fd07c88b32ea2f0d034934af1185b915efbb8ae23fb70f66e59392b221af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a89f0e57d9ec5f36908e63282f641cb821938c2652b802ea543ffecb10641544
MD5 8c6769f0f8e19f8135f1c401dd2e8135
BLAKE2b-256 fc463de71f83b82c246edc4729c8fe35978d7906db882855213986543583d756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0822e88de11077e501c9ea23fd51c7703207c6feac52614a2b5306e8d0e455dc
MD5 0cfbc40352085d1eb2b6d7a8506ef410
BLAKE2b-256 5e352c4574a7c5ca129bc197f7d9e47fe4f6014e740367896d2f59728d789514

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 d5063e46c61cf99ca4e301edcf38fc5fb06b07210e5c039a753e16768ef59a76
MD5 1acf8f6da760e1ac3859f6f26a6829ef
BLAKE2b-256 2e18fc8d7e613ff37c7779230a595f7f32d547583a77a0bf7ea6925dea6a8b2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240102-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/4.0.2 CPython/3.11.7

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 332f7e24c867c1e82623cec5ad578add8d348a93f31c383c5924250b8f67fa65
MD5 89af5688925f67a8ea269b2b6df2e9cb
BLAKE2b-256 68613a6d174979d10930e03706ca4d9abee22e12bf90d95961b7779b489b022a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2ddd575b83fbc3441218241a88bde5e86d5a99e261c3a3f948bcd8e9025c9c53
MD5 8f0da18f135b15c935e7968630f7b16f
BLAKE2b-256 b94ba17a3877b596745b33ce21dc326f987c560bbe9fff7477379bb56776f5ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 29fe55e412e86f2cf305be0b2e7e4ff0215ef25b8abf3ab77020305779db1049
MD5 1565b8b2056efcb0e6ea8adf28196461
BLAKE2b-256 64655fdfca589593371336cffff05424bd8598a7941ea64ee586c3089b96ee7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 eaf7ebd46db0578518d2c3b497cb68c33dbe56c1be7ec36976add3e1ac78f282
MD5 17e9676f6ae4893d8bc332c7f2c09af6
BLAKE2b-256 834a1a4a13dac60e648291f2c1ce3816012f9166095255ba5fe0454fe7a58b43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 963361f2b654e768e75104bbc3e4ac69b4dfdd399eff63d23fdbdf8f120e0a43
MD5 4f4d099144f32001d9f9b6be0e87038b
BLAKE2b-256 0fcd51fd5a25d51067a4bb96f1ebe2965875d157f0712de684ec8357ec8d0971

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cb2d0f71ba02c016473defd1d4e8ab74302857d1122fb005bd1eb98438803e0e
MD5 d3b389aa3011388552d1f29906d0bf1d
BLAKE2b-256 5aeaedc790b1d39175af68a9bc4cd7ed73ea99c0392b8741751adeda2e757d3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fd6792c7cc57b1575f2f7063af85477be9bb14b187df1094b4a5e7fd3c4440da
MD5 36eddbf4f20522514f534b3527ac5e86
BLAKE2b-256 21c6532b07d7570941d342e27098b22105586124269980b64608e82dc80120ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42da19972e5f26308a0e7566b21a62e5690ba070e01b93ecf5647ce3b4219a07
MD5 3ed701278fbeee01a052ec39ddc180e9
BLAKE2b-256 81611ded36c26157373806acc533a9885756631dd504ef861417b48a7dec7407

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1d5355a9e13e3373fe7a8f8cfbcab23881e99f92ee22bc6795fbbbc2a897a805
MD5 ba78658e303b1dede18e3b79acd69c66
BLAKE2b-256 bde79f1c0919b75a84799e760afef6a189a9821e08e3fa8dad03042759edf6d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 045f64ca5f98ff2b69674177f54d5aeed8a2fd7d4895226b70fe6b5439555be6
MD5 b68e07faa1e05a4614119f014a04f852
BLAKE2b-256 00ff657235a12828e6494ee95a894322d50305ebb7b9bfa892e25a6e2cd43f25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72e7ff2a291a4c2069f189b4ca63234cc1a6ed1ca2f2b87812e854dfeb916f41
MD5 83e1b18d0e85c4fa5389f68b75432bbb
BLAKE2b-256 5a03fec3d3745ae320d429d8ab500fc383e116d6715137cd3315b5655be219a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 035e235f9c94bc35a78d126199754898d4ad1b67d6d32e1f4db0e40fd43f67ae
MD5 da90e419d9bc82b7e46ca95501de8a4c
BLAKE2b-256 fae19409a523eaa96a4ee1ef40f0aec3758d2545658c5111178a89c3162864b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bccd4d19a2b34cb8959f4084332b4fd3cbda51af4559cd34b64bdbd676c53c3
MD5 37bb140f1d3251ef4cccdf9d5a98922e
BLAKE2b-256 f25ef7e533a3ff2b968c6956bbaef06eeed7635d679e61d16f4f679fdcf2eedc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee4e3e7b781d15c626a992d15d6931a8f92bd35e2709a4f6becb4376efc0a695
MD5 0f5a5f73672f85d0369aacd199056e1d
BLAKE2b-256 fb33abff0009534bd0a0d94aa5141f46b4ffd27409a37154106f1808c048e3b8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d87bcc84728a86e20a0ec483cd6c50e6b05fdeb3627a30a9a3915251fb248762
MD5 b625245b679aa408e95993503c0d27cb
BLAKE2b-256 288382543cd19943a2c2dc2796fbce13d8df8eeb125c923dcf3af5d1dcb8c9f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c2d79abf722931f99563631034ae30f77d5f08f9fb6c1c36226fbcb62e4b9701
MD5 35a18d09d48bd0faedef867adecd502f
BLAKE2b-256 6fcd368fd5885312cec272b67ef04a1ae5c76654e2ad2950f9de90234dbd6ac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e0a6513e0154241659b5ac594b3046eadefe09da3faa6b5d9623b3c9a04650a3
MD5 ef6ced1882898200b10d780a756623de
BLAKE2b-256 77e6e8ea1ad371204cbc51b6a333aec2c7cd1bf84d5a0224a10020609094f3cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 a2000a65320439df385e324a689791292e196e31e43b1f05e966993ddd4b4c4e
MD5 a8842f59c8344ca72a43ce4021ceaaca
BLAKE2b-256 9f284a0f63725351934da83eda039f7ab56a4b2cb3369fa0d77015a70f587b5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 a4e0dfeeae42dc3eb7a6a7574fb879d2e99398b307ddb435be3e03ba20436e7d
MD5 00720d1e0614ca1cef6758b49cbb81a4
BLAKE2b-256 1ffab3a1bac70db3f0646afbca7e4002a45f1377b3966200e50b9413d04d6be9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f9566d968f66f5d3c50b007ee74d1e50273c403f891f8998bdb48c25e3f8649b
MD5 c0793385e24f971f94a741bd6021d46f
BLAKE2b-256 40afffdacb11c8e5dd90ffc5c4f95439b3f5444fbb7b6efbdeb9254a7799cc0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a755a676f53a66af007423c3a6e541b71daaf1aaaaa060f1367f810e43d0d48d
MD5 90760c3e97d1488a5520783488084a59
BLAKE2b-256 0aea28495df01ff8b9019a3984de5b3b9c3e60c2dcd813465d150f3c90aa3dfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3655c08e18908431929213c483668c582e63b3c27ce286d0dd5312b796d666a8
MD5 75136b5253ae3c768d75086d870acd01
BLAKE2b-256 628dffe23f1a8b4539b7c16401c0c9bc878568f9a35ba114dfe25822c177c4ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6ff0139e6419ba1bae3e2c2a7524dbeba8abc68da8d6e3be842d132881581d23
MD5 5e1fd4750de8f5c1f4840c43a17785f7
BLAKE2b-256 0500a66438e818594dccfa6c7ef5aadf639ca7b9ac4ec6ce8d524b053c3b711c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2387090804ec8357c592f025dbad898a4e52160fea88b30afab846b55dcfbce6
MD5 58b2ed0829404b2a2ed23a8bbbcdcb72
BLAKE2b-256 59def2be6e114599fba873e0332ae972d12aa21f66d116d5f47cdb1fda35426c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd51d0000ef6bbb93f9c940f86ec3950930643495a0ec8d05e3e003c2d7e4b91
MD5 a76498b99d052147f00068a179bc6c38
BLAKE2b-256 86000bbeca8c7e41e1a937085d67e08cb468323d130171103e4c5b27dd7656d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0dfc2064bd9c401260c74c17954cca2bab11619335028ca867201c3bab5c2fbe
MD5 978edf7fcea69de25ba84fbfd8de77d0
BLAKE2b-256 e24ba890a818fa6de649833c89b63fc4c443e20bb71fc0085f4102b3527ce76b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff6eb3e71ba348ad30801cc1efca769c114fef22e17184ecbc9302541401fe69
MD5 c6a7373d6ad30ba19a193e0be7f07a9c
BLAKE2b-256 8e83849bf4e17ba33b1b62694fbae0f5484ed875a69071438735f34b72791941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 42b2638c5d0fc9667f90ff84132d632528e7d174a5845971091649cfcacbc2de
MD5 01b356c0dade8ab1f5533fdf2ef98ae9
BLAKE2b-256 da0911d3b5fcd36d7836633eb4a42c790066b3311b0d1e11ae53d9df9fe43045

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6cce8b420deb17063e51de746e05375ef15d80e2b3752cb367b16cfe66ce0e6f
MD5 c43c08637910cd5422419476b3fce17a
BLAKE2b-256 00fe60b7b59141609d2b692b3f3f877c581266ab09177d91fefd55161d459f6a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a677019b20671133e1d84c92f20ca16b33c5c250abb407f6723569d1f62ba2e6
MD5 3baca46a3ee6fa57cc5b40eb450dcb5d
BLAKE2b-256 79a7d2d874be0273bed18ecbf57374026b5182e87d6f2a01f1870451b7308b0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3f61e0ea151fb1f2ef9bd55f9cb7e82293a27e6b3732444e34df43ebed83d3af
MD5 49706ad29ef215112e0ce57575822bf5
BLAKE2b-256 5f633cec97a2f323ade30ddacbd15613e8f2fbd651925d053dec6005bc67699e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 edb91b73649958805fc7221a57512854f7f6ddd3aad4b495869505441087b087
MD5 905469e4b6546e6d59c9c1997c308b15
BLAKE2b-256 b17dee2c2294c30965e15a43b69f5f59601a774044d2adbeb7624cbbd52d22f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 dd66da82ba60dd2ddb1d01d909d79e8b55c9140684666471dca9c7dcd1ad519b
MD5 81885999b91b31f395bbea3ba9cefa37
BLAKE2b-256 d27e8f961f999d35612e1f74606de98d606bffdd46e5bf9ddf29ab2e5901d859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 896917d9a3f2e1466eaefe8afaa97db501bf71d273f49f3677e02781659044b0
MD5 30d78a638b9711b927d492662f4a031d
BLAKE2b-256 7561b1a23f09ef0c6efeb580286e71b8e21e1f9553aff65a189687e75d8a852b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 08a6ca8870cc239c72e82f07187704ad1062ab3ef08f17648aa81d2f9c69b497
MD5 befbd6f8fb76ca6a070b827c5ff7f9ab
BLAKE2b-256 757e8f6bb0f3c2043633c8fb074b19bee20f8782ff070dd7928595b82c2235d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 031efe9b5a6caefc693448b17e20138cab0461a558b2c005bc5ad820ec9b5e6c
MD5 5bd5e4f09775fc25a8d8d6868b097392
BLAKE2b-256 359afc09541ae3afa3f8326c0dc90c7d9faaf043853dad1ce788d80689ec3cd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6dab34ac09f9c680814b8c3f65589dfb885c7443221179533a51c549366d60f8
MD5 5a22e26cbd6a9b50847f90a06c15c894
BLAKE2b-256 cdc59752d145221b41ef2bb98e4f2d4717479cfa69ed33a946ebded2ff96ee31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4741aa9e743554f0698fe37daffde06e769444d6ccca6ba40cce64e592d7e7b8
MD5 b94a9068597450478c1cc6e4ae4a99fa
BLAKE2b-256 4cf4295125aae07c1541f21bea8203c897c1f3acceb80f3a2914faef5fac29a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cc7d584580690a5b3fb230efa19655dad23e07bc0414769acd445ca56dabbbd0
MD5 63ebf447005e17643a506cdec9c8eb89
BLAKE2b-256 1643c2ee3386277a8e52e379a45f51ef84b14bcbcabe0bd185dd81ac1ea8aa2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 082e1d64f38425c2eaea2843263e5ebecac54819cbd4aa5e6dc1a0a594272fbe
MD5 52548676b322c56ffa81c2720abc8d7d
BLAKE2b-256 b438c4fb90476846b07e62767ba2c387072fc1d1a63be4e2d4fd23d045506ef2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c00d8447edd5a9896045b352a892fd1bc2f0cefc36a6ddbafacb8683b210592
MD5 873345e541b9fc154fbe5d4c7d086b7a
BLAKE2b-256 cd72ee52985464063f116256f09b38ce0ed6e6c0ddf0de7e700f6d3d90c03371

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ncnn-1.0.20240102-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/4.0.2 CPython/3.11.7

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d0beff308deb830fd8a0db8520f4f202bb324f09554b0a3cba1c45ed925cd982
MD5 25ae4f91a7bdf605e27bf756cf99986f
BLAKE2b-256 14f300707de52f5439814f6332b45d8e4efcc9f95b498fd923abe25d1d4d6282

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 18465f452cc44348c288043755a64dcbb1f1fb3b85d529459f0bcb68f8dc148d
MD5 ed9c53666dd6b50e1a3de8785421f7a5
BLAKE2b-256 f9c6bd03ed9fe793c5a3b04c661a7415d1642053862c85afa8d89ee92e9b85bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1847ed0867e0f954c1d57671fcbbc7d1ff6fcc720bca5acdfbb23b26b084540a
MD5 6510262d9d0686456b308b3db8c30376
BLAKE2b-256 216531147da0d5d91da14044ec9bd5ec7c44244512b448bd403a2ca3c14529aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 aa677b3d69a7afb887d29a16452e25539c4f066052a6ded95ed3d9d1be854eda
MD5 3dd2845995971737b3cf0e4295865b92
BLAKE2b-256 5080436458a68944c7703d50fc3f394b5c477b53e78228945d0e05f1a4a6a559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 3681e4ae74dc86aa6a1d3bf9307e0fce36ee0c114b5f195c1cf61e8ac330fe09
MD5 d685a9f3fba833ae86452ffce132934b
BLAKE2b-256 26c8290134bc813861f2b39ec0f7009e04e51f9d6a367a89a1cd345edaa5b430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 456b36cdcfe9881acea3ab5913186bb4a4b93e229668779eb97f689d70f0524e
MD5 6c27067b748ae5377c54018dc8141bd3
BLAKE2b-256 1bdd544a315bcaaad33707cdf2e4e83b029d3f4a1f78460a138e508126b9fd7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 63652276dd8c762f0c4009b3a76ae3a24015480fe33021a7d3db51cf64bedef9
MD5 7f2f34f856cde892ad0e2d89bccbb1cd
BLAKE2b-256 4a8058b38f301174fa85387754c27069a22285e14bb60213bb9036d5b4a7df16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6545e67e080fc4f1b83631c3f2c67e200b2a9a1f0b0fe63fa192a7b6dba5778a
MD5 4213fdcd03141ec02d5bd60e4fc7ebb0
BLAKE2b-256 8294724526f0ebb1f896c9e06be85897bf4f2602394c6b8292f81e7ef03734c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 58b4904490483958e7accb17d4d75698816ccc905188a7ab5217609977eeccc8
MD5 a45b7edfa2566aad9dbaf28c4f25ad1c
BLAKE2b-256 4443897d1170b7807941b503e0a1e642edb61b70e359f106244a03b04a53e914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8bfe7d6ddd963fa71831ea484a69c943a7b15fb72470601ed106bf50c00803fd
MD5 8c8446f3a8e72809b9e77cf4e49d448e
BLAKE2b-256 852b608ba56154499e5aa8642366adfd941c16979caef98f8b656f093ee23eeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c0120be18cb230dc2771680e05ef7e5e9bd0bc8ae1014726c696f1e54088128
MD5 a7d2001974a1712c9b1d52e48b0cf982
BLAKE2b-256 ac4d524f0006a24d3c7fbdb082503784b6b656bc9011d02b7ae3c522f5e64227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33b4907070f1c553410b2c130d806bddf87dafc16e62d12ab4393b5ae06ad7a8
MD5 59fe5b7d1eaa304c3eebd5122b89ef7b
BLAKE2b-256 d3f56647bff522c9036fa1d6a3896bd617a1c7045fedbcd60364a1880f55f0e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ncnn-1.0.20240102-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6e42dffdbc6ed272a911dd479d1af8e1f048a6f3ef0e70d71d987d27aba14ff9
MD5 47af502a0c94940e269073028e46c1a7
BLAKE2b-256 f349b1fab1f392290571175707c1f917ab301520b22d45be8964d75359d8a4cd

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