Skip to content

Commit 95ba2c7

Browse files
[TIDL-7326] Improve documentation of TIDL-RT based inference with artifacts compiled with ONNX-RT
Signed-off-by: Abhay Chirania <a-chirania@ti.com>
1 parent a06abae commit 95ba2c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/tidlrt_cpp/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
## Introduction
1111
- TIDL RT CPP APIs only supports the model inference for the models which can be fully offloaded to DSP. The user is expected to run the [Python Examples](../osrt_python/README.md#python-example) on PC to generate the model artifacts.
12+
- The model artifacts is expected to be generated with the following advanced options:
13+
1. "advanced_options:add_data_convert_ops": 3
14+
- For model compiled using ONNXRT, the order of outputs generated from TIDL-RT run can be obtained from
15+
`onnxrtMetaData.txt` file which can be found in the compiled model artifacts folder. The `outDataNames` defines the order of output.
1216
## Setup
1317
- Prepare the Environment for the Model compilation by following the setup section [here](../../README.md#setup)
1418

0 commit comments

Comments
 (0)