未验证 提交 4d90850e 编写于 作者: W wanghuancoder 提交者: GitHub

All new design exec3 (#34213)

* runtimecontext

* ExecutionContextV2

* refine

* refine

* pass test

* fix bug

* fix bug
上级 6529a394
...@@ -86,9 +86,9 @@ class ExecutionContextV2 : public ExecutionContext { ...@@ -86,9 +86,9 @@ class ExecutionContextV2 : public ExecutionContext {
std::vector<std::string> InNameList() const { std::vector<std::string> InNameList() const {
std::vector<std::string> vec_temp; std::vector<std::string> vec_temp;
vec_temp.reserve(ctx_.output_name_map.size()); vec_temp.reserve(ctx_.input_name_map.size());
for (auto& input : ctx_.output_name_map) { for (auto& input : ctx_.input_name_map) {
vec_temp.push_back(input.first); vec_temp.push_back(input.first);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册