Skip to content

tensorflowt/sclblonnx

This branch is 21 commits behind scailable/sclblonnx:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c2f189 · Jun 12, 2022

History

62 Commits
Apr 29, 2021
Jul 23, 2021
Jun 12, 2022
Jul 23, 2021
Apr 27, 2021
Apr 11, 2021
Apr 29, 2021
Apr 29, 2021
Apr 29, 2021
Jun 6, 2022

Repository files navigation

sclblonnx

PyPI Release

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.

About

Scailable ONNX python tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%