Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_autograd_functions.py819 will_release_variables = WILL_RELEASE_VARIABLES.substitute()
821 will_release_variables = ""
917 will_release_variables=will_release_variables,
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dfunction.h547 virtual void will_release_variables() {} in will_release_variables() function
H A Dengine.cpp951 fn.will_release_variables(); in call_function()