Searched defs:PyObject (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Include/ |
| D | pytypedefs.h | 18 typedef struct _object PyObject; typedef
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/ |
| D | infer.cc | 639 static PyObject *InferShape(PyObject *, const std::vector<PyObject *> &args) { in InferShape() argument 658 static PyObject *InferDType(PyObject *, const std::vector<PyObject *> &args) { in InferDType() argument 678 static PyObject *InferRank(PyObject *, const std::vector<PyObject *> &args) { in InferRank() argument 691 static PyObject *InferSize(PyObject *, const std::vector<PyObject *> &args) { in InferSize() argument
|
| /third_party/python/Misc/ |
| D | coverity_model.c | 26 typedef struct {} PyObject; typedef
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/np_dtype/ |
| D | np_dtypes.cc | 884 inline Py_hash_t HashDouble_(Py_hash_t (*hash_double)(PyObject *, double), PyObject *self, double v… in HashDouble_()
|
| /third_party/python/Objects/ |
| D | typeobject.c | 7404 SLOT1(slot_mp_subscript, __getitem__, PyObject *) in SLOT1() argument 7541 SLOT1(slot_nb_inplace_lshift, __ilshift__, PyObject *) in SLOT1() argument
|