Replies: 1 comment
-
I assume you mean the case where both tensors are dynamic (i.e. not a constant)? That isn't possible right now, but could be enabled by doing the following:
If you meant the case where one tensor is dynamic and the other is a constant, it should be possible to implement this with existing functionality but might need some massaging (main suspect would be that the constant tensor is the 2nd op and not the 1st) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to implement element-wise multiplication (hadamard product) of two tensors?
I have tried to implement this by simply doing:
When I try to streamline it however FINN throws an error during the streamlining:
Beta Was this translation helpful? Give feedback.
All reactions