blob: d449fee525c73dc636e6b708d6cc4547457f4929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = netron-cli
pkgdesc = Visualizer for neural network, deep learning, and machine learning models (CLI only)
pkgver = 7.7.2
pkgrel = 1
url = https://netron.app/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
optdepends = python-onnx: serializing ONNX models
optdepends = python-pytorch: serializing PyTorch models
source = https://github.com/lutzroeder/netron/archive/v7.7.2/netron-7.7.2.tar.gz
sha256sums = 9cb8ca2fb488e68dc3d9575da35d64d01878ed1be39e2e2f1543278e1c99c7de
pkgname = netron-cli
|