Home
last modified time | relevance | path

Searched refs:SubWithTorchFunction (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/overrides_benchmark/
H A Dbench.py4 from common import SubTensor, SubWithTorchFunction, WithTorchFunction
53 types = torch.tensor, SubTensor, WithTorchFunction, SubWithTorchFunction
H A Dpyspybench.py3 from common import SubTensor, SubWithTorchFunction, WithTorchFunction # noqa: F401
H A Dcommon.py28 class SubWithTorchFunction(torch.Tensor): class
H A DREADME.md26 py-spy record -o suboverridden.svg --native -- python pyspybench.py SubWithTorchFunction
/aosp_15_r20/external/pytorch/.ci/pytorch/
H A Dtest.sh1030 python pyspybench.py SubWithTorchFunction -n 1
/aosp_15_r20/external/pytorch/docs/source/
H A Djit_language_reference_v2.rst339 TSTensor ::= "torch.Tensor" | "common.SubTensor" | "common.SubWithTorchFunction" |