Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dcpp_hook.cpp51 CppFunctionSingleTensorPreHook::CppFunctionSingleTensorPreHook( in CppFunctionSingleTensorPreHook() function in torch::autograd::CppFunctionSingleTensorPreHook
56 variable_list CppFunctionSingleTensorPreHook::operator()( in operator ()()
H A Dcpp_hook.h19 struct CppFunctionSingleTensorPreHook : public FunctionPreHook { struct
20 CppFunctionSingleTensorPreHook(
H A Dvariable.cpp567 std::make_unique<CppFunctionSingleTensorPreHook>( in retain_grad()