Skip to content

Commit 3109b13

Browse files
Merge pull request #204 from przemekbary/przemekbary_numops_fix
Default num_ops_ to 0
2 parents 7d11c3c + 277ba61 commit 3109b13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/feeder/et_feeder_node.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ETFeederNode::ETFeederNode(std::shared_ptr<ChakraProtoMsg::Node> node) {
99
this->name_ = node->name();
1010
this->runtime_ = node->duration_micros();
1111
this->is_cpu_op_ = 0;
12+
this->num_ops_ = 0;
1213

1314
if (node->has_inputs()) {
1415
this->inputs_values_ = static_cast<string>(node->inputs().values());

0 commit comments

Comments
 (0)