Program Listing for File QnnModelPal.hpp

Return to documentation for file (share/converter/jni/QnnModelPal.hpp)

//==============================================================================
//
//  Copyright (c) 2021-2022 Qualcomm Technologies, Inc.
//  All Rights Reserved.
//  Confidential and Proprietary - Qualcomm Technologies, Inc.
//
//==============================================================================

namespace qnn_wrapper_api {

// specify this address to distingiush from NULL pointer
#define DL_DEFAULT (void *)(0x4)

//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
void *dlSym(void *handle, const char *symbol);

//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
char *dlError(void);

//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
char *strnDup(const char *source, size_t maxlen);
}  // namespace qnn_wrapper_api