Home
last modified time | relevance | path

Searched defs:remove_hook (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DTensor.cpp167 void TensorBase::remove_hook(unsigned pos) const { in remove_hook() function in at::TensorBase
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dside_effects.py463 def remove_hook(self, idx): member in SideEffects
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dvariable.cpp735 void VariableHooks::remove_hook(const at::TensorBase& self, unsigned pos) in remove_hook() function in torch::autograd::VariableHooks
/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py6287 def _test_helper(remove_hook): argument