Searched refs:getPythonOp (Results 1 – 4 of 4) sorted by relevance
477 PyObject* getPythonOp(c10::impl::PyInterpreter* self_interpreter, F slow_accessor) const { in getPythonOp() function478 return operatorDef_->op.getPythonOp(self_interpreter, slow_accessor); in getPythonOp()
217 PyObject* getPythonOp(PyInterpreter* self_interpreter, F slow_accessor) const { in getPythonOp() function
481 py::handle op_py_func = op.getPythonOp(pyinterpreter_, [&]() -> PyObject* { in produce_aoti_kernel_lib()
957 return op.getPythonOp(getPyInterpreter(), [&]() -> PyObject* { in getTorchApiFunction()