Function Snpe_SNPEBuilder_SetOutputTensors¶
Defined in File SNPEBuilder.h
Function Documentation¶
-
Snpe_ErrorCode_t Snpe_SNPEBuilder_SetOutputTensors(Snpe_SNPEBuilder_Handle_t snpeBuilderHandle, Snpe_StringList_Handle_t outputTensorNames)
Sets the output tensor names.
- Parameters
snpeBuilderHandle – [in] Handle to access the SNPEBuilder object
outputTensorNames – [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.