Searched refs:bitwise_reduce (Results 1 – 1 of 1) sorted by relevance
55 def bitwise_reduce(tensors, op): function64 ReduceOp.BAND: partial(bitwise_reduce, op=torch.bitwise_and),65 ReduceOp.BOR: partial(bitwise_reduce, op=torch.bitwise_or),66 ReduceOp.BXOR: partial(bitwise_reduce, op=torch.bitwise_xor),