bitwiseOr
Perform an bitwise-or of two input tensors.
Parameters
tensor1
one input tensor. It cannot be a scene graph tensor.
tensor2
another input tensor, which must be of the same usage, number of channels, data type, and sizes or dimensions as tensor1, i.e., tensor1 and tensor2 must have exactly the same Tensor.InitInfo when created.
Throws
If the usage is not allowed by the SpatialML run-time Framework, or if the framework encounter internal error and cannot perform the requested behavior.