Skip to content

Conversation

@amritamishra01
Copy link

Adds a new term entry for logical_or() in PyTorch. This entry introduces the concept of element-wise logical OR operations on tensors, explains the syntax for both the function and tensor method forms, and provides runnable examples demonstrating boolean tensors, integer tensors, and broadcasting behavior. The entry follows the term entry template, content standards, and markdown style guide for PyTorch tensor operations.

@CLAassistant
Copy link

CLAassistant commented Oct 22, 2025

CLA assistant check
All committers have signed the CLA.

@dakshdeepHERE dakshdeepHERE self-assigned this Oct 22, 2025
@dakshdeepHERE dakshdeepHERE added pytorch PyTorch new entry New entry or entries status: under review Issue or PR is currently being reviewed labels Oct 22, 2025
Copy link
Collaborator

@dakshdeepHERE dakshdeepHERE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amritamishra01 the # Example section is missing from this which needs to come in between the Syntax and Codebyte section.

@dakshdeepHERE
Copy link
Collaborator

@amritamishra01 ping me once you do the changes and then we will move this PR ahead for next review.

@dakshdeepHERE dakshdeepHERE linked an issue Oct 22, 2025 that may be closed by this pull request
3 tasks
@amritamishra01
Copy link
Author

Done @dakshdeepHERE — added the # Example section between Syntax and Codebyte

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Term Entry] PyTorch Tensor Operations: .logical_or()

3 participants