Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_function.cpp1356 auto ctx_input_output_tuple = in THPFunction_apply() local
1358 if (!ctx_input_output_tuple) { in THPFunction_apply()
1364 PyObject_CallObject(setup_context_fn, ctx_input_output_tuple); in THPFunction_apply()