提交 635acb6c 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!1109 remove unused variable from repeat op

Merge pull request !1109 from Jamie/fixoneline
......@@ -122,7 +122,6 @@ class RepeatOp : public PipelineOp {
int32_t max_repeats_; // The number of repeats that the user requested
int32_t repeat_count_; // A counter for the current number of executed repeats
std::vector<std::shared_ptr<DatasetOp>> eoe_ops_; // List of operators that can generate EOE underneath this repeat.
bool first_fetch_; // Track the first fetch from this op
};
} // namespace dataset
} // namespace mindspore
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册