Home
last modified time | relevance | path

Searched defs:GradientEdge (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/autograd/
H A D__init__.py60 output: Union[torch.Tensor, graph.GradientEdge],
89 outputs: Union[Sequence[torch.Tensor], Sequence[graph.GradientEdge]],
H A Dgraph.py167 GradientEdge = namedtuple("GradientEdge", ("node output_nr")) variable