Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/
Dpy_func_op.cc174 py::function py_func = in from_json() local
/third_party/mindspore/mindspore-src/source/tests/ut/python/graph_syntax/list/
Dtest_list_assign.py794 def py_func(): function
845 def py_func(): function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/
Dpybind_conversion.cc318 std::shared_ptr<TensorOp> py_func; in toPyFuncOp() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Danf_ir_dump.cc69 for (const auto &py_func : py_funcs) { in GetMultitypeFuncGraphText() local
/third_party/python/Modules/_ctypes/
D_ctypes_test.c575 PyObject *py_func(PyObject *self, PyObject *args) in py_func() function