[ 仅参数名不一致 ]torch.bitwise_and¶
torch.bitwise_and¶
torch.bitwise_and(input,
other,
*,
out=None)
参数映射¶
| PyTorch | PaddlePaddle | 备注 |
|---|---|---|
| input | x | 表示输入的 Tensor ,仅参数名不一致。 |
| other | y | 表示输入的 Tensor ,仅参数名不一致。 |
| out | out | 表示输出的 Tensor。 |