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
All general Blockwise methods (infer_shape, grad, ...) work for Elemwise which is just a trivial Blockwise function with signature "(),()...()->(),...,()` (that is one entry for each input and output).
We should make Elemwise a subclass of Blockwise and remove any redundant methods.
The text was updated successfully, but these errors were encountered:
Description
All general Blockwise methods (
infer_shape
,grad
, ...) work for Elemwise which is just a trivial Blockwise function with signature "(),()...()->(),...,()` (that is one entry for each input and output).We should make Elemwise a subclass of Blockwise and remove any redundant methods.
The text was updated successfully, but these errors were encountered: