onnx-array-api

Array APIs to write ONNX Graphs

MIT License

Downloads
3K
Stars
7
onnx-array-api - 0.2.0 Latest Release

Published by sdpython 8 months ago

  • #77: supports ConcatOfShape and Slice with the light API
  • #76, #79: add a mode to compare models without execution
  • #75: add QuickGelu to ExtendedReferenceEvaluator
  • #71: adds tools to compare two onnx graphs
  • #61: adds function to plot onnx model as graphs
  • #60: supports translation of local functions
  • #59: add methods to update nodes in GraphAPI
onnx-array-api - 0.1.3

Published by sdpython 11 months ago

  • #49: adds command line to export a model into code
  • #48: support for subgraph in light API
  • #47: extends export onnx to code to support inner API
  • #46: adds an export to convert an onnx graph into light API code
  • #45: fixes light API for operators with two outputs
onnx-array-api - 0.1.2

Published by sdpython 12 months ago

  • #42: first sketch for a very simple API to create onnx graph in one or two lines
  • #27: add function from_array_extended to convert
    an array to a TensorProto, including bfloat16 and float 8 types
  • #24: add ExtendedReferenceEvaluator to support scenario
    for the Array API onnx does not support
  • #22: support OrtValue in function ort_profile
  • #17: implements ArrayAPI
  • #3: fixes Array API with onnxruntime and scikit-learn