Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.h477 PyObject* getPythonOp(c10::impl::PyInterpreter* self_interpreter, F slow_accessor) const { in getPythonOp() function
478 return operatorDef_->op.getPythonOp(self_interpreter, slow_accessor); in getPythonOp()
H A DOperatorEntry.h217 PyObject* getPythonOp(PyInterpreter* self_interpreter, F slow_accessor) const { in getPythonOp() function
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_eager/
H A Dkernel_holder.cpp481 py::handle op_py_func = op.getPythonOp(pyinterpreter_, [&]() -> PyObject* { in produce_aoti_kernel_lib()
/aosp_15_r20/external/pytorch/torch/csrc/
H A DPyInterpreter.cpp957 return op.getPythonOp(getPyInterpreter(), [&]() -> PyObject* { in getTorchApiFunction()