Home
last modified time | relevance | path

Searched defs:py_type (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/python/flatbuffers/
Dnumber_types.py33 py_type = bool variable in BoolFlags
42 py_type = int variable in Uint8Flags
51 py_type = int variable in Uint16Flags
60 py_type = int variable in Uint32Flags
69 py_type = int variable in Uint64Flags
78 py_type = int variable in Int8Flags
87 py_type = int variable in Int16Flags
96 py_type = int variable in Int32Flags
105 py_type = int variable in Int64Flags
114 py_type = float variable in Float32Flags
[all …]
/third_party/protobuf/python/google/protobuf/pyext/
Dunknown_field_set.cc116 auto* py_type = Py_TYPE(pself); in Dealloc() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dfallback_rewriter.cc2087 const auto py_type = ValueToPyData(type); in ConvertTypeToPyExecute() local
2097 const auto py_type = ValueToPyData(class_type); in ConvertClassTypeToPyExecute() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/np_dtype/
Dnp_dtypes.cc1351 PyTypeObject *py_type = &heap_type->ht_type; in RegisterNumpyType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dguard_utils.cc1837 PyObject *py_type; in CreateItem() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph_build.cc1856 py::object py_type = py::reinterpret_borrow<py::object>(reinterpret_cast<PyObject *>(type)); in BuildSuperObject() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dprim.cc2428 const auto &py_type = BuildPyObject(type_value); in GetAnnotationType() local