Skip to content

0.1.2

Compare
Choose a tag to compare
@sdpython sdpython released this 07 Nov 18:29
· 50 commits to main since this release
70d6f64
  • #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