Home
last modified time | relevance | path

Searched refs:GetGraphInputs (Results 1 – 11 of 11) sorted by relevance

/external/executorch/backends/qualcomm/runtime/backends/
DQnnContextCommon.h44 std::vector<Qnn_Tensor_t> inline GetGraphInputs( in GetGraphInputs() function
46 return cache_->GetGraphInputs(graph_name); in GetGraphInputs()
DQnnBackendCache.h38 std::vector<Qnn_Tensor_t> GetGraphInputs(const std::string& graph_name);
DQnnBackendCache.cpp160 std::vector<Qnn_Tensor_t> QnnBackendCache::GetGraphInputs( in GetGraphInputs() function in executorch::backends::qnn::QnnBackendCache
/external/executorch/backends/qualcomm/aot/python/
DPyQnnManagerAdaptor.cpp46 .def("GetGraphInputs", &PyQnnManager::GetGraphInputs) in PYBIND11_MODULE()
DPyQnnManagerAdaptor.h269 py::list GetGraphInputs(const std::string& graph_name) { in GetGraphInputs() function
272 qnn_manager_->GetGraphInputs(graph_name)) { in GetGraphInputs()
/external/executorch/examples/qualcomm/qaihub_scripts/utils/
Dutils.py44 inputs = qnn_mgr.GetGraphInputs(graph_name)[i]
Dexport.py80 fill_tensor_info(tensor_info, qnn_mgr.GetGraphInputs(graph_name), in_key)
/external/executorch/backends/qualcomm/runtime/
DQnnManager.h92 std::vector<std::shared_ptr<TensorWrapper>> GetGraphInputs( in GetGraphInputs() function
DQnnExecuTorchBackend.cpp110 qnn_manager->GetGraphInputs(method_name); in execute()
DQnnManager.cpp330 backend_params_ptr_->qnn_context_ptr_->GetGraphInputs(graph_name); in AllocateTensor()
/external/executorch/backends/qualcomm/utils/
Dutils.py729 inputs = build_tensor(qnn_mgr.GetGraphInputs(graph_name), dtype_map)
774 graph_inputs[graph_name] = qnn_mgr.GetGraphInputs(graph_name)