Home
last modified time | relevance | path

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

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