Home
last modified time | relevance | path

Searched defs:py_func (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/
Dpy_func_op.cc143 py::function py_func = in from_json() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/
Dpybind_conversion.cc286 std::shared_ptr<TensorOp> py_func; in toPyFuncOp() local
/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc142 for (const auto &py_func : py_funcs) { in GetMultitypeFuncGraphText() local
/third_party/python/Modules/_sqlite/
Dconnection.c661 PyObject* py_func; in _pysqlite_func_callback() local
/third_party/python/Modules/_ctypes/
D_ctypes_test.c573 PyObject *py_func(PyObject *self, PyObject *args) in py_func() function