Home
last modified time | relevance | path

Searched refs:bitwise_reduce (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/torch/testing/_internal/distributed/
Dmulti_threaded_pg.py55 def bitwise_reduce(tensors, op): function
64 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),