Commits


Changming Sun authored and GitHub committed 4c4d79a6120
Change a bitwise logical xor to logical wise (#18246) ### Description Change a bitwise logical xor to logical-wise ### Motivation and Context For Boolean values we should not use bitwise operations.