Skip to content

tensorflowt/sclblonnx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%