Skip to content

Commit bf44c30

Browse files
committed
Arm backend: Add Identity attribute
Signed-off-by: Adrian Lundell <adrian.lundell@arm.com>
1 parent 51dfb1b commit bf44c30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backends/arm/operators/op_tosa_identity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def define_node(
5151
)
5252

5353
attr = ts.TosaSerializerAttribute()
54+
attr.IdentityAttribute()
5455
self._serialize_operator(
5556
node,
5657
tosa_graph,

0 commit comments

Comments
 (0)