Home
last modified time | relevance | path

Searched defs:PyObject (Results 1 – 12 of 12) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dclass.h35 extern "C" inline PyObject *pybind11_static_get(PyObject *self, PyObject * /*ob*/, PyObject *cls) { in pybind11_static_get() argument
271 extern "C" inline PyObject *pybind11_object_new(PyTypeObject *type, PyObject *, PyObject *) { in pybind11_object_new() argument
278 extern "C" inline int pybind11_object_init(PyObject *self, PyObject *, PyObject *) { in pybind11_object_init() argument
506 extern "C" inline void pybind11_releasebuffer(PyObject *, Py_buffer *view) { in pybind11_releasebuffer() argument
/external/tensorflow/tensorflow/python/platform/
Dbase.i71 bool (*convert)(PyObject*, T * const)) { in tf_vector_input_helper()
/external/python/cpython3/Misc/
Dcoverity_model.c26 typedef struct {} PyObject; typedef
/external/python/pybind11/tests/
Dtest_class.cpp197 auto f = [](PyObject *, PyObject *args) -> PyObject * { in TEST_SUBMODULE() argument
/external/python/cpython3/Include/
Dobject.h108 } PyObject; typedef
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla.cc258 void PyLocalBufferReleaseBuffer(PyObject*, Py_buffer* buffer) { in PyLocalBufferReleaseBuffer() argument
/external/python/cpython3/Python/
Dpylifecycle.c2219 void _Py_PyAtExit(void (*func)(PyObject *), PyObject *module) in _Py_PyAtExit()
Dceval.c4973 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE() argument
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c307 typedef void PyObject; typedef
/external/python/pybind11/include/pybind11/
Dpytypes.h1158 capsule(const void *value, void (*destruct)(PyObject *)) in capsule()
/external/python/cpython2/Include/
Dobject.h108 } PyObject; typedef
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c300 typedef void PyObject; typedef