Home
last modified time | relevance | path

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

/external/executorch/backends/qualcomm/runtime/backends/
DQnnContextCommon.h44 std::vector<Qnn_Tensor_t> inline GetGraphInputs( in GetGraphInputs() function
DQnnBackendCache.cpp160 std::vector<Qnn_Tensor_t> QnnBackendCache::GetGraphInputs( in GetGraphInputs() function in executorch::backends::qnn::QnnBackendCache
/external/executorch/backends/qualcomm/runtime/
DQnnManager.h92 std::vector<std::shared_ptr<TensorWrapper>> GetGraphInputs( in GetGraphInputs() function
/external/executorch/backends/qualcomm/aot/python/
DPyQnnManagerAdaptor.h269 py::list GetGraphInputs(const std::string& graph_name) { in GetGraphInputs() function