Home
last modified time | relevance | path

Searched refs:input_tensor_structs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/runtime/
H A DQnnExecuTorchBackend.cpp113 std::vector<Qnn_Tensor_t> input_tensor_structs; in execute() local
116 input_tensor_structs.reserve(input_tensors.size()); in execute()
125 input_tensor_structs.push_back(input_tensors[i]->CloneTensorStruct()); in execute()
146 input_tensor_structs, in execute()
H A DQnnManager.cpp383 const std::vector<Qnn_Tensor_t>& input_tensor_structs, in Execute() argument
389 graph_name, input_tensor_structs, output_tensor_structs); in Execute()
H A DQnnManager.h41 const std::vector<Qnn_Tensor_t>& input_tensor_structs,
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/
H A DQnnGraphCommon.cpp74 const std::vector<Qnn_Tensor_t>& input_tensor_structs, in GraphExecute() argument
84 input_tensor_structs.data(), in GraphExecute()
85 input_tensor_structs.size(), in GraphExecute()
H A DQnnGraphCommon.h41 const std::vector<Qnn_Tensor_t>& input_tensor_structs,