Function Snpe_BuildConfig_SetOutputTensors¶
Defined in File PSNPE.h
Function Documentation¶
-
Snpe_ErrorCode_t Snpe_BuildConfig_SetOutputTensors(Snpe_BuildConfig_Handle_t bcHandle, Snpe_StringList_Handle_t slHandle)¶
Set output buffer names in snpe build config.
- Parameters
bcHandle – [in] Handle to access the object of snpe build config
slHandle – [in] List of tensor names to output. An empty list will result in producing output for the final output tensor of the model. The list will be copied
- Returns
The result of setting output tensors