Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dcpp_hook.cpp24 CppFunctionTensorPreHook::CppFunctionTensorPreHook( in CppFunctionTensorPreHook() function in torch::autograd::CppFunctionTensorPreHook
29 variable_list CppFunctionTensorPreHook::operator()( in operator ()()
H A Dcpp_hook.h11 struct CppFunctionTensorPreHook : public FunctionPreHook { struct
12 CppFunctionTensorPreHook(std::shared_ptr<hooks_list> hooks, size_t value_idx);
H A Dvariable.cpp259 std::make_unique<CppFunctionTensorPreHook>(list, self.output_nr()); in create_cpp_hook()
264 add_hook(self, std::make_unique<CppFunctionTensorPreHook>(list, 0)); in create_cpp_hook()