You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Improve support for multiple output ops (#15695)
The pattern of using .name from the TosaArg output is used in
essentially all node visitors. Refactoring output to possibly be a list
of TosaArgs would be very cumbersome. Instead, use a new
multiple_output_names field to provide the names of all getitem tensors.
This also means that we don't have to insert identity ops for getitem
operators, they just need to insert a tensor.
Signed-off-by: Erik Lundell <erik.lundell@arm.com>
0 commit comments