Results 2 comments of Feras Boulala

`auto tensor = blob->Get().Clone()` Just add the `.Clone()` whenever you refer to a TensorCPU object.

Looking at other implementations, there are two types of operations: - Bitwise: Straightforward bitwise operations - Logical: Operations that assume 0 is False and the rest is True They work...