There was an error while loading. Please reload this page.
2 parents 7d11c3c + 277ba61 commit 3109b13Copy full SHA for 3109b13
1 file changed
src/feeder/et_feeder_node.cpp
@@ -9,6 +9,7 @@ ETFeederNode::ETFeederNode(std::shared_ptr<ChakraProtoMsg::Node> node) {
9
this->name_ = node->name();
10
this->runtime_ = node->duration_micros();
11
this->is_cpu_op_ = 0;
12
+ this->num_ops_ = 0;
13
14
if (node->has_inputs()) {
15
this->inputs_values_ = static_cast<string>(node->inputs().values());
0 commit comments