Searched refs:output_tensor_structs_ (Results 1 – 4 of 4) sorted by relevance
15 output_tensor_structs_.clear(); in GetOpConfig()25 output_tensor_structs_.emplace_back(tensor_wrapper->CloneTensorStruct()); in GetOpConfig()41 static_cast<std::uint32_t>(output_tensor_structs_.size()); in GetOpConfig()42 op_config.outputTensors = output_tensor_structs_.data(); in GetOpConfig()
41 output_tensor_structs_(std::move(other.output_tensor_structs_)) {} in OpWrapper()115 std::vector<Qnn_Tensor_t> output_tensor_structs_; variable
173 return output_tensor_structs_[graph_name]; in GetGraphOutputs()189 output_tensor_structs_[graph_names_.back()].reserve(numGraphOutputs); in RetrieveGraphInfo()191 output_tensor_structs_[graph_names_.back()].emplace_back( in RetrieveGraphInfo()
92 output_tensor_structs_; variable