Home
last modified time | relevance | path

Searched defs:py_str (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dquantize_training_wrapper.cc32 PyObject* py_str = PyBytes_FromStringAndSize(result.data(), result.size()); in DoQuantizeTrainingOnGraphDefHelper() local
/external/python/cpython2/Modules/
DcPickle.c480 PyObject *py_str = 0, *junk = 0; in write_other() local
4193 PyObject *py_str = 0, *value = 0; in load_get() local
4354 PyObject *py_str = 0, *value = 0; in load_put() local
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1806 ScopedPyObjectPtr py_str(PyObject_Str(py_value.get())); in PrintDouble() local