testAliasWithOffset() — pytorch Function Reference
Architecture documentation for the testAliasWithOffset() function in generate_test_torchscripts.py from the pytorch codebase.
Entity Profile
Relationship Graph
Source Code
android/pytorch_android/generate_test_torchscripts.py lines 107–110
def testAliasWithOffset(self) -> list[Tensor]:
x = torch.tensor([100, 200])
a = [x[0], x[1]]
return a
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free