Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
	modified:   src/feeder/et_feeder_node.cpp
  • Loading branch information
changhai0109 committed Aug 20, 2024
1 parent e4c4d8b commit 7d9c522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feeder/et_feeder_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ETFeederNode::ETFeederNode(std::shared_ptr<ChakraProtoMsg::Node> node) {
this->is_cpu_op_ = 1;

for (uint64_t unresolved_data_dep : node->data_deps())
this->unresolved_data_deps.insert(unresolved_data_dep);
this->unresolved_data_deps_.insert(unresolved_data_dep);

for (const auto& attr : node->attr()) {
const string& attr_name = attr.name();
Expand Down

0 comments on commit 7d9c522

Please sign in to comment.