We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd633d8 commit 182da41Copy full SHA for 182da41
1 file changed
utensor_cgen/backend/utensor/_graph_lower/_op_lower.py
@@ -52,6 +52,7 @@ class CodgenAttributes(object):
52
53
@classmethod
54
def apply(cls, ugraph):
55
+ # TODO: better abstraction, sth like lowering strategy
56
for op_info in ugraph.get_ops_by_type("AddOperator"):
57
op_info.code_gen_attributes['namespaces'] = ('ReferenceOperators',)
58
for op_info in ugraph.get_ops_by_type("ReshapeOperator"):
0 commit comments