Home
last modified time | relevance | path

Searched defs:GetGraphOutputs (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/
H A DQnnContextCommon.h48 std::vector<Qnn_Tensor_t> inline GetGraphOutputs( in GetGraphOutputs() function
H A DQnnBackendCache.cpp168 std::vector<Qnn_Tensor_t> QnnBackendCache::GetGraphOutputs( in GetGraphOutputs() function in executorch::backends::qnn::QnnBackendCache
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/
H A DQnnManager.h99 std::vector<std::shared_ptr<TensorWrapper>> GetGraphOutputs( in GetGraphOutputs() function
/aosp_15_r20/external/executorch/backends/qualcomm/aot/python/
H A DPyQnnManagerAdaptor.h278 py::list GetGraphOutputs(const std::string& graph_name) { in GetGraphOutputs() function