experimental_experiment.convert.ort_helper

experimental_experiment.convert.ort_helper.append_custom_libraries(onx: ModelProto, options: onnxruntime.SessionOptions)[source]

Appends libraries implementing custom kernels. The functions checks the opsets then add the necessary custom libraries to the options.

Parameters:
  • onx – model proto

  • options – onnxruntime.SessionOptions