listBoolDisjunction() — pytorch Function Reference
Architecture documentation for the listBoolDisjunction() function in generate_test_torchscripts.py from the pytorch codebase.
Entity Profile
Relationship Graph
Source Code
android/pytorch_android/generate_test_torchscripts.py lines 73–77
def listBoolDisjunction(self, input: list[bool]) -> bool:
res = False
for x in input:
res = res or x
return res
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free