Home
last modified time | relevance | path

Searched refs:AllocGraphCustomConfig (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/htpbackend/
H A DHtpGraphCustomConfig.cpp22 p_custom_config = AllocGraphCustomConfig(); in CreateGraphCustomConfigCommon()
30 p_custom_config = AllocGraphCustomConfig(); in CreateGraphCustomConfigCommon()
39 p_custom_config = AllocGraphCustomConfig(); in CreateGraphCustomConfigCommon()
52 p_custom_config = AllocGraphCustomConfig(); in CreateGraphCustomConfigCommon()
59 p_custom_config = AllocGraphCustomConfig(); in CreateGraphCustomConfigCommon()
65 p_custom_config = AllocGraphCustomConfig(); in CreateGraphCustomConfigCommon()
H A DHtpGraphCustomConfig.h32 QnnHtpGraph_CustomConfig_t* AllocGraphCustomConfig() { in AllocGraphCustomConfig() function