jax.experimental.pallas.atomic_xor# jax.experimental.pallas.atomic_xor(x_ref_or_view, idx, val, *, mask=None)[source]# 原子地计算 x_ref_or_view[idx] ^= val。 参数: x_ref_or_view – 要操作的 ref。 idx – 要使用的索引器。 mask (Any | None | None) – 待撰写文档。 返回: 原子操作之前给定索引处的值。