Searched refs:GetGraphInputs (Results 1 – 11 of 11) sorted by relevance
44 std::vector<Qnn_Tensor_t> inline GetGraphInputs( in GetGraphInputs() function46 return cache_->GetGraphInputs(graph_name); in GetGraphInputs()
38 std::vector<Qnn_Tensor_t> GetGraphInputs(const std::string& graph_name);
160 std::vector<Qnn_Tensor_t> QnnBackendCache::GetGraphInputs( in GetGraphInputs() function in executorch::backends::qnn::QnnBackendCache
46 .def("GetGraphInputs", &PyQnnManager::GetGraphInputs) in PYBIND11_MODULE()
269 py::list GetGraphInputs(const std::string& graph_name) { in GetGraphInputs() function272 qnn_manager_->GetGraphInputs(graph_name)) { in GetGraphInputs()
44 inputs = qnn_mgr.GetGraphInputs(graph_name)[i]
80 fill_tensor_info(tensor_info, qnn_mgr.GetGraphInputs(graph_name), in_key)
92 std::vector<std::shared_ptr<TensorWrapper>> GetGraphInputs( in GetGraphInputs() function
110 qnn_manager->GetGraphInputs(method_name); in execute()
330 backend_params_ptr_->qnn_context_ptr_->GetGraphInputs(graph_name); in AllocateTensor()
729 inputs = build_tensor(qnn_mgr.GetGraphInputs(graph_name), dtype_map)774 graph_inputs[graph_name] = qnn_mgr.GetGraphInputs(graph_name)