You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/tidlrt_cpp/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@
9
9
10
10
## Introduction
11
11
- 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.
12
16
## Setup
13
17
- Prepare the Environment for the Model compilation by following the setup section [here](../../README.md#setup)
0 commit comments