Searched refs:input_tensor_structs_ (Results 1 – 4 of 4) sorted by relevance
14 input_tensor_structs_.clear(); in GetOpConfig()21 input_tensor_structs_.emplace_back(tensor_wrapper->CloneTensorStruct()); in GetOpConfig()38 static_cast<std::uint32_t>(input_tensor_structs_.size()); in GetOpConfig()39 op_config.inputTensors = input_tensor_structs_.data(); in GetOpConfig()
40 input_tensor_structs_(std::move(other.input_tensor_structs_)), in OpWrapper()114 std::vector<Qnn_Tensor_t> input_tensor_structs_; variable
165 return input_tensor_structs_[graph_name]; in GetGraphInputs()182 input_tensor_structs_[graph_names_.back()].reserve(numGraphInputs); in RetrieveGraphInfo()184 input_tensor_structs_[graph_names_.back()].emplace_back( in RetrieveGraphInfo()
90 input_tensor_structs_; variable