Home
last modified time | relevance | path

Searched refs:qnn_executorch_context_binary (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/
H A DQnnContextCommon.cpp90 QnnExecuTorchContextBinary& qnn_executorch_context_binary) { in GetContextBinary() argument
125 qnn_executorch_context_binary.buffer = builder_.GetBufferPointer(); in GetContextBinary()
126 qnn_executorch_context_binary.nbytes = builder_.GetSize(); in GetContextBinary()
H A DQnnContextCommon.h57 QnnExecuTorchContextBinary& qnn_executorch_context_binary);
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/
H A DQnnManager.cpp47 const QnnExecuTorchContextBinary& qnn_executorch_context_binary) in QnnManager() argument
48 : qnn_context_blob_(qnn_executorch_context_binary), in QnnManager()
74 qnn_executorch_context_binary.nbytes); in QnnManager()
480 QnnExecuTorchContextBinary& qnn_executorch_context_binary) { in GetContextBinary() argument
483 qnn_executorch_context_binary) == Error::Ok, in GetContextBinary()
H A DQnnManager.h29 const QnnExecuTorchContextBinary& qnn_executorch_context_binary);
71 QnnExecuTorchContextBinary& qnn_executorch_context_binary);