Home
last modified time | relevance | path

Searched refs:PyCapsule_SetContext (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Include/
Dpycapsule.h49 PyAPI_FUNC(int) PyCapsule_SetContext(PyObject *capsule, void *context);
/external/python/cpython3/Include/
Dpycapsule.h49 PyAPI_FUNC(int) PyCapsule_SetContext(PyObject *capsule, void *context);
/external/tensorflow/tensorflow/python/distribute/parallel_device/
Dpywrap_parallel_device.cc65 PyCapsule_SetContext(device_info_capsule.get(), in PYBIND11_MODULE()
/external/python/cpython2/Doc/includes/
Dcapsulethunk.h66 #define PyCapsule_SetContext(capsule, context) \ macro
/external/python/cpython3/Objects/
Dcapsule.c181 PyCapsule_SetContext(PyObject *o, void *context) in PyCapsule_SetContext() function
/external/python/cpython2/Objects/
Dcapsule.c181 PyCapsule_SetContext(PyObject *o, void *context) in PyCapsule_SetContext() function
/external/python/cpython2/PC/os2vacpp/
Dpython.def101 PyCapsule_SetContext
/external/python/cpython3/Doc/c-api/
Dcapsule.rst129 .. c:function:: int PyCapsule_SetContext(PyObject *capsule, void *context)
/external/python/cpython2/Doc/c-api/
Dcapsule.rst129 .. c:function:: int PyCapsule_SetContext(PyObject *capsule, void *context)
/external/python/cpython3/PC/
Dpython3.def54 PyCapsule_SetContext=python39.PyCapsule_SetContext
/external/python/cpython2/Doc/data/
Drefcounts.dat80 PyCapsule_SetContext:int:::
81 PyCapsule_SetContext:PyObject*:self:0:
82 PyCapsule_SetContext:void *:context::
/external/python/cpython2/PC/os2emx/
Dpython27.def221 "PyCapsule_SetContext"
/external/python/cpython2/Modules/
D_testcapimodule.c2173 PyCapsule_SetContext(object, capsule_context); in test_capsule()
2183 PyCapsule_SetContext(object, capsule_context); in test_capsule()
/external/python/cpython3/Doc/data/
Drefcounts.dat185 PyCapsule_SetContext:int:::
186 PyCapsule_SetContext:PyObject*:self:0:
187 PyCapsule_SetContext:void *:context::
/external/python/pybind11/include/pybind11/
Dpytypes.h1224 if (PyCapsule_SetContext(m_ptr, (void *) destructor) != 0) in capsule()
/external/python/cpython3/Modules/
D_testcapimodule.c2984 PyCapsule_SetContext(object, capsule_context); in test_capsule()
2994 PyCapsule_SetContext(object, capsule_context); in test_capsule()