DEBSOURCES
Skip Quicknav
sources / pytorch-cuda / 2.6.0%2Bdfsg-7 / test / package / test_trace_dep / __init__.py
12345678
import yaml import torch class SumMod(torch.nn.Module): def forward(self, inp): return torch.sum(inp)