Function Snpe_SNPE_GetOutputTensorNamesByLayerNameForNetwork¶
Defined in File SNPE.h
Function Documentation¶
-
Snpe_StringList_Handle_t Snpe_SNPE_GetOutputTensorNamesByLayerNameForNetwork(Snpe_SNPE_Handle_t snpeHandle, const char *networkName, const char *name)¶
Gets the names of output tensor from the input layer name.
- Parameters
snpeHandle – [in] Handle to access the SNPE object
networkName – [in] Network name.
name – [in] Layer name
- Returns
Output tensor names.