Returns the offset into the packed output buffer filled for the start of a particular output node index.
Output node ndx 0 corresponds to the output described in the main compiled_model structures. Output nodes ndx 1 and greater are correspond to extra_outputs[]. Each node's output data is stored in packed format (ie, rows do not have to start on a 32bit boundary). However, each node's output data will start on a 32bit boundary.
- Parameters
-
| [in] | compiled_model | Model to find the output offset for. |
| [in] | output_ndx | index of the output to find the storage offset for. |
- Return values
-
| Offset | into the output buffer to the start of the output for this output index. |