We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5845760 commit 937e91aCopy full SHA for 937e91a
src/runtime/contrib/json/json_runtime.h
@@ -186,7 +186,7 @@ class JSONRuntimeBase : public ModuleNode {
186
for (size_t j = 0; j < nodes_[nid].GetOpShape().size(); ++j) {
187
input_var_eid_.push_back(EntryID(nid, j));
188
}
189
- nodes_[nid].SetNumOutput(nodes_[nid].GetOpShape().size());
+ nodes_[nid].SetNumOutput(nodes_[nid].GetOpShape().size());
190
} else {
191
ICHECK_EQ(nodes_[nid].op_type_, "const");
192
auto pos = std::find(std::begin(const_names_), std::end(const_names_), name);
0 commit comments