Home
last modified time | relevance | path

Searched defs:PY_STRING_FROMSTRING (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dop_def_util.cc31 #define PY_STRING_FROMSTRING(x) (PyString_FromString(x)) macro
38 #define PY_STRING_FROMSTRING(x) (PyUnicode_FromString(x)) macro
H A Dpython_api_info.cc34 #define PY_STRING_FROMSTRING(x) (PyString_FromString(x)) macro