blue-oil/blueoil

View class in dlk should be merge into Operator classes

开放

#478 创建于 2019年10月2日

 (0 条评论) (0 个反应) (0 位负责人)Python (85 个派生)batch import
good first issue

仓库指标

星标
 (250 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

View.run method in view.py is quite long. It is actually just returning stringified C++ source code for each operator. Hence, it looks very natural to decompose this method and merge the pieces into each corresponding operators implementation in operator.py.

After the merge, we will be able to remove View class.

贡献者指南