logical_or¶
dragon.math.
logical_or
(
inputs,
**kwargs
)[source]¶Compute the element-wise OR logical operation.
Examples:
- Parameters:
- inputs (Sequence[dragon.Tensor]) – The input1 and input2 tensor.
- Returns:
dragon.Tensor – The output tensor.
dragon.math.
logical_or
(Compute the element-wise OR logical operation.
Examples:
dragon.Tensor – The output tensor.