Searched defs:TOCO_PY_TO_CPPSTRING (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/python/
H A Dtoco_python_api.cc29 #define TOCO_PY_TO_CPPSTRING PyBytes_AsStringAndSize macro
32 #define TOCO_PY_TO_CPPSTRING PyString_AsStringAndSize
46 if (TOCO_PY_TO_CPPSTRING(obj, &buf, &len) == -1) {

Completed in 132 milliseconds