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
DAPHNE supports various elementwise binary operations (such as +, *, ==, ...) on two matrices. However, frames don't support such binary ops yet (except for frame-scalar ops, inspiration can be taken from there). We should implement a specialization of the EwBinaryMat-kernel and rename it to EwBinaryObj to reflect the generalization.
The text was updated successfully, but these errors were encountered:
DAPHNE supports various elementwise binary operations (such as
+
,*
,==
, ...) on two matrices. However, frames don't support such binary ops yet (except for frame-scalar ops, inspiration can be taken from there). We should implement a specialization of theEwBinaryMat
-kernel and rename it toEwBinaryObj
to reflect the generalization.The text was updated successfully, but these errors were encountered: