1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
Source: onnx
Section: science
Homepage: https://onnx.ai
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/deeplearning-team/onnx.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/onnx
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-exec,
dh-python,
dpkg-dev (>= 1.22.5),
cmake,
libprotobuf-dev,
protobuf-compiler,
nanobind-dev,
python3-all,
python3-all-dev,
python3-numpy <!nocheck>,
python3-protobuf <!nocheck>,
python3-nanobind,
python3-pytest <!nocheck>,
python3-pytest-runner,
python3-tabulate <!nocheck>
Package: python3-onnx
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Description: Open Neural Network Exchange (ONNX) (Python)
Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
that empowers AI developers to choose the right tools as their project evolves.
ONNX provides an open source format for AI models. It defines an extensible
computation graph model, as well as definitions of built-in operators and
standard data types. Initially onnx focuses on the capabilities needed for
inferencing (evaluation).
.
Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are
developing ONNX support. Enabling interoperability between different frameworks
and streamlining the path from research to production will increase the speed
of innovation in the AI community.
.
This package contains the Python interface.
Package: libonnx1l
Section: libs
Replaces: libonnx1,
libonnx1t64
Breaks: libonnx1 (<< ${source:Version}),
libonnx1t64 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Open Neural Network Exchange (ONNX) (libs)
Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
that empowers AI developers to choose the right tools as their project evolves.
ONNX provides an open source format for AI models. It defines an extensible
computation graph model, as well as definitions of built-in operators and
standard data types. Initially onnx focuses on the capabilities needed for
inferencing (evaluation).
.
Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are
developing ONNX support. Enabling interoperability between different frameworks
and streamlining the path from research to production will increase the speed
of innovation in the AI community.
.
This package contains the shared objects.
Package: libonnx-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libonnx1l (= ${binary:Version}), ${misc:Depends}
Description: Open Neural Network Exchange (ONNX) (dev)
Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
that empowers AI developers to choose the right tools as their project evolves.
ONNX provides an open source format for AI models. It defines an extensible
computation graph model, as well as definitions of built-in operators and
standard data types. Initially onnx focuses on the capabilities needed for
inferencing (evaluation).
.
Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are
developing ONNX support. Enabling interoperability between different frameworks
and streamlining the path from research to production will increase the speed
of innovation in the AI community.
.
This package contains the development files.
Package: libonnx-testdata
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Open Neural Network Exchange (ONNX) (test data)
Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
that empowers AI developers to choose the right tools as their project evolves.
ONNX provides an open source format for AI models. It defines an extensible
computation graph model, as well as definitions of built-in operators and
standard data types. Initially onnx focuses on the capabilities needed for
inferencing (evaluation).
.
Caffe2, PyTorch, Microsoft Cognitive Toolkit, Apache MXNet and other tools are
developing ONNX support. Enabling interoperability between different frameworks
and streamlining the path from research to production will increase the speed
of innovation in the AI community.
.
This package contains the test data.
|