HomeSort by relevance Sort by last modified time
    Searched refs:py_str (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/python/training/
quantize_training.i 35 PyObject* py_str = PyBytes_FromStringAndSize(result.data(), result.size());
36 if (!py_str) {
43 return py_str;
  /external/tensorflow/tensorflow/python/lib/core/
strings.i 95 PyObject* py_str = PyBytes_FromStringAndSize(op.data(), op.size());
96 if (!py_str) {
99 converted.emplace_back(tensorflow::make_safe(py_str));
py_seq_tensor.cc 328 PyObject* py_str = PyUnicode_AsUTF8String(v);
329 if (py_str == nullptr) return ErrorConvertingUnicodeString;
330 out->assign(PyBytes_AS_STRING(py_str), PyBytes_GET_SIZE(py_str));
331 Py_DECREF(py_str);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 480 PyObject *py_str = 0, *junk = 0; local
484 py_str = PyString_FromStringAndSize(self->write_buf,
486 if (!py_str)
496 if (!( py_str =
509 ARG_TUP(self, py_str);
518 PDATA_PUSH(self->file, py_str, -1);
4193 PyObject *py_str = 0, *value = 0; local
4354 PyObject *py_str = 0, *value = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 479 PyObject *py_str = 0, *junk = 0; local
487 py_str = PyString_FromStringAndSize(self->write_buf,
489 if (!py_str)
499 if (!( py_str =
512 ARG_TUP(self, py_str);
521 PDATA_PUSH(self->file, py_str, -1);
4158 PyObject *py_str = 0, *value = 0; local
4319 PyObject *py_str = 0, *value = 0; local
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 480 PyObject *py_str = 0, *junk = 0; local
484 py_str = PyString_FromStringAndSize(self->write_buf,
486 if (!py_str)
496 if (!( py_str =
509 ARG_TUP(self, py_str);
518 PDATA_PUSH(self->file, py_str, -1);
4207 PyObject *py_str = 0, *value = 0; local
4368 PyObject *py_str = 0, *value = 0; local
    [all...]
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_src.cc     [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]

Completed in 729 milliseconds