Home
last modified time | relevance | path

Searched refs:PyUnicode_InternInPlace (Results 1 – 17 of 17) sorted by relevance

/external/pytorch/torch/csrc/utils/
Dpython_strings.h80 PyUnicode_InternInPlace(obj); in THPUtils_internStringInPlace()
/external/tensorflow/tensorflow/python/util/
Dfunction_parameter_canonicalizer.cc45 PyUnicode_InternInPlace(obj); in PyUnicodeInternInPlaceCompat()
/external/python/cpython3/Include/
Dunicodeobject.h246 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
/external/python/cpython3/Misc/NEWS.d/
D3.13.0b4.rst379 :c:func:`PyUnicode_InternInPlace` no longer prevents its argument from being
D3.13.0b3.rst71 :c:func:`PyUnicode_InternInPlace` are still immortal. Internals of the
D3.10.0a1.rst3237 removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace` instead. Patch
/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc284 PyUnicode_InternInPlace(&kwargs[i].first.ptr()); in ParseArguments()
622 PyUnicode_InternInPlace(&s.ptr()); in CompiledFunction()
/external/python/cpython3/PC/
Dpython3dll.c728 EXPORT_FUNC(PyUnicode_InternInPlace)
/external/python/cpython3/Doc/data/
Dstable_abi.dat794 func,PyUnicode_InternInPlace,3.2,,
Drefcounts.dat2706 PyUnicode_InternInPlace:void:::
2707 PyUnicode_InternInPlace:PyObject**:string:+1:
Dpython3.13.abi914 …<elf-symbol name='PyUnicode_InternInPlace' type='func-type' binding='global-binding' visibility='d…
10663PyUnicode_InternInPlace' mangled-name='PyUnicode_InternInPlace' filepath='Objects/unicodeobject.c'…
/external/python/cpython3/Doc/c-api/
Dunicode.rst1502 .. c:function:: void PyUnicode_InternInPlace(PyObject **p_unicode)
1530 :c:func:`PyUnicode_InternInPlace`, meant for statically allocated strings.
1540 :c:func:`PyUnicode_InternInPlace` directly.
/external/python/cpython3/Modules/_testlimitedcapi/
Dunicode.c344 PyUnicode_InternInPlace(&arg); in unicode_interninplace()
/external/python/cpython3/Misc/
Dstable_abi.toml1591 [function.PyUnicode_InternInPlace]
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2312 PyUnicode_InternInPlace(&name); in PyCSimpleType_init()
/external/python/cpython3/Doc/whatsnew/
D3.10.rst2215 and will be removed in Python 3.12: use :c:func:`PyUnicode_InternInPlace`
/external/python/cpython3/Objects/
Dunicodeobject.c15299 PyUnicode_InternInPlace(PyObject **p) in PyUnicode_InternInPlace() function