Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_modules.py1144 def temporary_tensor_subclass(torch_function=None): function
1297 with temporary_tensor_subclass() as TensorProxy:
1326 with temporary_tensor_subclass(function) as TensorProxy:
1357 with temporary_tensor_subclass() as TensorProxy: