DEBSOURCES
Skip Quicknav
sources / pytorch-cuda / 2.6.0%2Bdfsg-7 / test / fx / named_tup.py
12345678
from typing import NamedTuple import torch class MyNamedTup(NamedTuple): i: torch.Tensor f: torch.Tensor