Home
last modified time | relevance | path

Searched refs:PyCapsule_SetName (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Include/
Dpycapsule.h47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name);
/external/python/cpython3/Include/
Dpycapsule.h47 PyAPI_FUNC(int) PyCapsule_SetName(PyObject *capsule, const char *name);
/external/python/cpython2/Doc/includes/
Dcapsulethunk.h53 PyCapsule_SetName(PyObject *capsule, const char *unused) in PyCapsule_SetName() function
/external/python/cpython3/Objects/
Dcapsule.c153 PyCapsule_SetName(PyObject *o, const char *name) in PyCapsule_SetName() function
/external/python/cpython2/Objects/
Dcapsule.c153 PyCapsule_SetName(PyObject *o, const char *name) in PyCapsule_SetName() function
/external/python/cpython2/Doc/howto/
Dcporting.rst236 * :c:func:`PyCapsule_SetName` always raises an exception and
238 in a CObject, noisy failure of :c:func:`PyCapsule_SetName`
/external/python/cpython2/PC/os2vacpp/
Dpython.def103 PyCapsule_SetName
/external/tensorflow/tensorflow/compiler/xla/python/
Ddlpack.cc365 PyCapsule_SetName(tensor.ptr(), "used_dltensor"); in DLPackManagedTensorToBuffer()
/external/python/cpython3/Doc/c-api/
Dcapsule.rst143 .. c:function:: int PyCapsule_SetName(PyObject *capsule, const char *name)
/external/python/cpython2/Doc/c-api/
Dcapsule.rst143 .. c:function:: int PyCapsule_SetName(PyObject *capsule, const char *name)
/external/python/cpython3/PC/
Dpython3.def56 PyCapsule_SetName=python39.PyCapsule_SetName
/external/python/cpython2/Doc/data/
Drefcounts.dat88 PyCapsule_SetName:int:::
89 PyCapsule_SetName:PyObject*:self:0:
90 PyCapsule_SetName:const char *:name::
/external/python/cpython2/PC/os2emx/
Dpython27.def223 "PyCapsule_SetName"
/external/python/cpython3/Doc/data/
Drefcounts.dat193 PyCapsule_SetName:int:::
194 PyCapsule_SetName:PyObject*:self:0:
195 PyCapsule_SetName:const char *:name::
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1418 PyCapsule_SetName(pycapsule.ptr(), "used_dltensor"); in PYBIND11_MODULE()
/external/python/cpython2/Modules/
D_testcapimodule.c2181 PyCapsule_SetName(object, capsule_name); in test_capsule()
/external/python/cpython3/Modules/
D_testcapimodule.c2992 PyCapsule_SetName(object, capsule_name); in test_capsule()
Dposixmodule.c14316 if (PyCapsule_SetName(cookie, NULL)) { in os__remove_dll_directory_impl()