bitwise_and¶
dragon.vm.torch.
bitwise_and
(
input,
other,
out=None
)[source]¶Compute the element-wise AND bitwise operation.
Examples:
- Parameters:
- input (dragon.vm.torch.Tensor) – The first input tensor.
- other (dragon.vm.torch.Tensor) – The second input tensor.
- out (dragon.vm.torch.Tensor, optional) – The output tensor.
- Returns:
dragon.vm.torch.Tensor – The output tensor.