Searched refs:SubWithTorchFunction (Results 1 – 6 of 6) sorted by relevance
4 from common import SubTensor, SubWithTorchFunction, WithTorchFunction53 types = torch.tensor, SubTensor, WithTorchFunction, SubWithTorchFunction
3 from common import SubTensor, SubWithTorchFunction, WithTorchFunction # noqa: F401
28 class SubWithTorchFunction(torch.Tensor): class
26 py-spy record -o suboverridden.svg --native -- python pyspybench.py SubWithTorchFunction
1030 python pyspybench.py SubWithTorchFunction -n 1
339 TSTensor ::= "torch.Tensor" | "common.SubTensor" | "common.SubWithTorchFunction" |