Skip to content

Hiding c++ details of onnxruntime from the end user

Debottam Bakshi Gupta requested to merge dbakshig/athena:abstractOnnx into master

As the title says we are trying to hide c++ details of onnxruntime from the end users inside OnnxUtils. The skeleton of these required onnxruntime functionalities will be hidden from the user. Adding @afarbin , @mfenton , @jraine , @whiteson

1. Flattening of Input Data
2. Creation of ORT tensor
3. Creation of ORT Session
4. Input Node Structure of Model
5. Output Node Structure of Model
6. Running Inference through ORT
Edited by Debottam Bakshi Gupta

Merge request reports