Function Snpe_SNPE_GetOutputLayerNames¶
Defined in File SNPE.h
Function Documentation¶
-
Snpe_StringList_Handle_t Snpe_SNPE_GetOutputLayerNames(Snpe_SNPE_Handle_t snpeHandle)¶
Gets the output layer(s) for the network.
- Parameters
snpeHandle – [in] Handle to access the SNPE object
- Returns
A StringList of output layer names.
Note
The output layers returned by this function may be different than those specified when the network was created via the SNPEBuilder. For example, if the network was created in debug mode with no explicit output layers specified, this will contain all layers.