docs icon indicating copy to clipboard operation
docs copied to clipboard

docs: Add PyTorch Tensor Operations entry for .logical_xor() (#7787)

Open Rishabh1925 opened this issue 1 month ago • 3 comments

Closes #7787

This Pull Request adds the new documentation entry for the PyTorch tensor method, .logical_xor().

Implementation Details:

  • File Path: Created the file at the required location: docs/content/pytorch/concepts/tensor-operations/terms/logical-xor/logical-xor.md.
  • Core Concept: The entry defines the Logical XOR (Exclusive OR) operation, explaining that it returns True if exactly one of the elements is non-zero (True).
  • Structure: The entry includes the mandatory sections: Description, Syntax, and Example.
  • Content: The example clearly demonstrates the Boolean logic using various non-zero and zero values.

Rishabh1925 avatar Nov 18 '25 06:11 Rishabh1925

Hello @mamtawardhani @codecademy-docs
I have finished creating the new term entry for .logical_xor().

The documentation clearly explains the element-wise XOR operation and its resulting Boolean tensor. Ready for review!

Rishabh1925 avatar Nov 18 '25 06:11 Rishabh1925

Hello @mamtawardhani please look into this pr and merge it please, then i can move onto more issues

Thanks a lot

Rishabh1925 avatar Nov 26 '25 05:11 Rishabh1925

@mamtawardhani @dakshdeepHERE Please look into this PR.....and merge this please

Rishabh1925 avatar Dec 03 '25 17:12 Rishabh1925