Function QnnSystemDlc_getRecordDataSize¶
Defined in File QnnSystemDlc.h
Function Documentation¶
-
Qnn_ErrorHandle_t QnnSystemDlc_getRecordDataSize(QnnSystemDlc_RecordHandle_t recordHandle, uint64_t *dataSize)¶
A function to retrieve the size of the data in recordHandle
- Parameters
recordHandle – [in] record handle to retrieve the size of the data from
dataSize – [out] size of the data in the record
- Returns
Error code
QNN_SUCCESS: Successfully retrieved the size of the record
QNN_SYSTEM_DLC_ERROR_INVALID_HANDLE: Invalid record handle
QNN_SYSTEM_DLC_ERROR_INVALID_ARGUMENT: invalid dataSize pointer passed