Home
last modified time | relevance | path

Searched defs:tensor_pre_hooks (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/
H A Daccumulate_grad.h45 std::vector<std::unique_ptr<FunctionPreHook>>& tensor_pre_hooks() noexcept in tensor_pre_hooks() function
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dfunction.h523 tensor_pre_hooks() noexcept { in tensor_pre_hooks() function
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcompiled_autograd.h82 std::vector<std::pair<int, int>> tensor_pre_hooks; member