Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dquantize_training.i35 PyObject* py_str = PyBytes_FromStringAndSize(result.data(), result.size()); in DoQuantizeTrainingOnGraphDefHelper() local
/external/tensorflow/tensorflow/python/lib/core/
Dstrings.i95 PyObject* py_str = PyBytes_FromStringAndSize(op.data(), op.size()); variable
/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.cc1804 ScopedPyObjectPtr py_str(PyObject_Str(py_value.get())); in CheckAndGetInteger() local