Skip to content

Commit 182da41

Browse files
committed
add todo comment
1 parent dd633d8 commit 182da41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utensor_cgen/backend/utensor/_graph_lower/_op_lower.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class CodgenAttributes(object):
5252

5353
@classmethod
5454
def apply(cls, ugraph):
55+
# TODO: better abstraction, sth like lowering strategy
5556
for op_info in ugraph.get_ops_by_type("AddOperator"):
5657
op_info.code_gen_attributes['namespaces'] = ('ReferenceOperators',)
5758
for op_info in ugraph.get_ops_by_type("ReshapeOperator"):

0 commit comments

Comments
 (0)