Function qnn_wrapper_api::getQnnGraphConfigFromInfo¶
Defined in File QnnWrapperUtils.hpp
Function Documentation¶
-
ModelError_t qnn_wrapper_api::getQnnGraphConfigFromInfo(const char *graphName, const GraphConfigInfo_t **graphsConfigInfo, const uint32_t numGraphsConfigInfo, const QnnGraph_Config_t **&graphConfigs)
Helper function to get Qnn GraphConfig structure from provided GraphConfigInfo using graphName.
- Parameters
graphName – [in] the Qnn graphName to use for lookup
graphsConfigInfo – [in] array of GraphConfig_t objects
numGraphsConfigInfo – [in] the number of array elements in graphConfigInfo
graphConfigs – [out] the result of query of graphName from graphsConfigInfo if successful.
- Returns
Error code