Searched refs:GetGraphOutputs (Results 1 – 11 of 11) sorted by relevance
48 std::vector<Qnn_Tensor_t> inline GetGraphOutputs( in GetGraphOutputs() function50 return cache_->GetGraphOutputs(graph_name); in GetGraphOutputs()
40 std::vector<Qnn_Tensor_t> GetGraphOutputs(const std::string& graph_name);
168 std::vector<Qnn_Tensor_t> QnnBackendCache::GetGraphOutputs( in GetGraphOutputs() function in executorch::backends::qnn::QnnBackendCache
47 .def("GetGraphOutputs", &PyQnnManager::GetGraphOutputs) in PYBIND11_MODULE()
278 py::list GetGraphOutputs(const std::string& graph_name) { in GetGraphOutputs() function281 qnn_manager_->GetGraphOutputs(graph_name)) { in GetGraphOutputs()
52 outputs = qnn_mgr.GetGraphOutputs(graph_name)[i]
81 fill_tensor_info(tensor_info, qnn_mgr.GetGraphOutputs(graph_name), out_key)
99 std::vector<std::shared_ptr<TensorWrapper>> GetGraphOutputs( in GetGraphOutputs() function
112 qnn_manager->GetGraphOutputs(method_name); in execute()
332 backend_params_ptr_->qnn_context_ptr_->GetGraphOutputs(graph_name); in AllocateTensor()
730 outputs = build_tensor(qnn_mgr.GetGraphOutputs(graph_name), dtype_map)775 graph_outputs[graph_name] = qnn_mgr.GetGraphOutputs(graph_name)