Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtorch_dispatch_mode.h40 struct StashTorchDispatchStackGuard { struct
42 StashTorchDispatchStackGuard() { in StashTorchDispatchStackGuard() function
48 ~StashTorchDispatchStackGuard() { in ~StashTorchDispatchStackGuard() argument
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp705 torch_dispatch_mode::StashTorchDispatchStackGuard td_g; in THPVariable_make_subclass()