ankane / onnxruntime-ruby

Run ONNX models in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plan

ankane opened this issue · comments

Plan

  • Support more types
  • Better output for sequence and map types for inputs and outputs methods

Blocked - microsoft/onnxruntime#2746

  • ModelMetadata class
  • model.end_profiling method

Not doing (for now)

  • OnnxRuntime.device method - not available for C API by design
  • Backend API - probably not needed

Python API: https://microsoft.github.io/onnxruntime/python/api_summary.html

We're definitely interested in helping here. Especially on the ModelMetadata. I haven't had a look at the C API yet, maybe MS will point us in the right directions

Hey @gsdean, just fyi, the latest release now supports model metadata. MS recently added it to the C API.