Python package containing Scailable ONNX tools.
Project description
sclblonnx
The sclblonnx package provides a high level API to construct and alter ONNX graphs.
The basic usage is as follows:
import sclblonnx as so
g = so.empty_graph()
n1 = so.node('Add', inputs=['x1', 'x2'], outputs=['sum'])
g = so.add_node(g, n1)
# etc.
Please see the examples/ folder in this repo for examples.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sclblonnx-0.1.13.tar.gz
(19.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sclblonnx-0.1.13.tar.gz.
File metadata
- Download URL: sclblonnx-0.1.13.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fd2b5f0adac53359b3374c692a7d37da72287d996bac668b2f150d5ce19727a
|
|
| MD5 |
f93f1cb54c4ab425cb0c9e6655b9f796
|
|
| BLAKE2b-256 |
495b35d94494a1c642c241a0570cd1fac6c4b149e679f4277066056e4c6a3adb
|
File details
Details for the file sclblonnx-0.1.13-py3-none-any.whl.
File metadata
- Download URL: sclblonnx-0.1.13-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10ac4e33f1b4f255311b5517e64e876dc0dbab6385769901c0d054cdc752501a
|
|
| MD5 |
346767c138a1a809e93bbf06544e0cb7
|
|
| BLAKE2b-256 |
a386054afaa2119a204117d65b29e86e33101a188edbd3509d75a509c9ef7ae0
|