Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc337 char* py_bytes; in PyObjectToString() local
339 if (PyBytes_AsStringAndSize(obj, &py_bytes, &size) != -1) { in PyObjectToString()
340 str->assign(py_bytes, size); in PyObjectToString()