-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: repo-babylon
-
Component/s: core-libs
When copying an op, it's not always correct to copy its result-type, e.g. AddOp. To solve this, result-type will not be passed during the creation of an op (whenever possible), but rather will be computed based on the data of the op.