Home
last modified time | relevance | path

Searched defs:self_interpreter (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DPyHandleCache.h48 PyObject* ptr_or(impl::PyInterpreter* self_interpreter, F slow_accessor) in ptr_or()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DOperatorEntry.h217 PyObject* getPythonOp(PyInterpreter* self_interpreter, F slow_accessor) const { in getPythonOp()
H A DDispatcher.h477 PyObject* getPythonOp(c10::impl::PyInterpreter* self_interpreter, F slow_accessor) const { in getPythonOp()
/aosp_15_r20/external/pytorch/torch/csrc/
H A DPyInterpreter.cpp952 PyInterpreterHolder self_interpreter; variable