Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_cpp_function.h67 (char*)"_input_metadata", THPCppFunction_input_metadata, nullptr, nullptr, \
80 PyObject* THPCppFunction_input_metadata(PyObject* self, void* _unused);
H A Dpython_cpp_function.cpp213 PyObject* THPCppFunction_input_metadata(PyObject* self, void* closure) { in THPCppFunction_input_metadata() function