Home
last modified time | relevance | path

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

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