Home
last modified time | relevance | path

Searched defs:htp_options (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/htpbackend/
H A DHtpDeviceCustomConfig.h23 const QnnExecuTorchHtpBackendOptions* htp_options) in HtpDeviceCustomConfig()
H A DHtpContextCustomConfig.h29 const QnnExecuTorchHtpBackendOptions* htp_options) in HtpContextCustomConfig()
H A DHtpGraphCustomConfig.h24 const QnnExecuTorchHtpBackendOptions* htp_options, in HtpGraphCustomConfig()
H A DHtpContext.h26 const QnnExecuTorchHtpBackendOptions* htp_options) in HtpContext()
H A DHtpGraph.h27 const QnnExecuTorchHtpBackendOptions* htp_options) in HtpGraph()
H A DHtpDevicePlatformInfoConfig.h23 const QnnExecuTorchHtpBackendOptions* htp_options) in HtpDevicePlatformInfoConfig()
H A DHtpDevice.h29 const QnnExecuTorchHtpBackendOptions* htp_options) in HtpDevice()
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/
H A DQnnBackendFactory.cpp25 auto htp_options = options->backend_options()->htp_options(); in Create() local