HomeSort by relevance Sort by last modified time
    Searched refs:PyBytes_AsStringAndSize (Results 1 - 25 of 38) sorted by null

1 2

  /external/tensorflow/tensorflow/python/framework/
python_op_gen.i 31 if (PyBytes_AsStringAndSize($input, &c_string, &py_size) == -1) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytesobject.h 26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytesobject.h 26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
  /external/python/cpython2/Include/
bytesobject.h 26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytesobject.h 26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
  /prebuilts/gdb/linux-x86/include/python2.7/
bytesobject.h 26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytesobject.h 26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytesobject.h 26 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
  /external/tensorflow/tensorflow/python/grappler/
cost_analyzer.i 23 if (PyBytes_AsStringAndSize($input, &c_string, &py_size) == -1) {
model_analyzer.i 22 if (PyBytes_AsStringAndSize($input, &c_string, &py_size) == -1) {
tf_optimizer.i 23 if (PyBytes_AsStringAndSize($input, &c_string, &py_size) == -1) {
41 if (PyBytes_AsStringAndSize($input, &c_string, &py_size) == -1) {
cluster.i 33 if (PyBytes_AsStringAndSize(input, &c_string, &py_size) == -1) {
60 if (PyBytes_AsStringAndSize($input, &c_string, &py_size) == -1) {
77 if (PyBytes_AsStringAndSize($input, &c_string, &py_size) == -1) {
94 if (PyBytes_AsStringAndSize($input, &buf, &len) == -1) return NULL;
  /external/tensorflow/tensorflow/contrib/lite/toco/python/
toco_python_api.cc 29 #define TOCO_PY_TO_CPPSTRING PyBytes_AsStringAndSize
  /external/tensorflow/tensorflow/python/platform/
base.i 42 if (PyBytes_AsStringAndSize(pystr, &buf, &len) == -1) return false;
51 if (PyBytes_AsStringAndSize(pystr, &buf, &len) == -1) return false;
207 // PyBytes_AsStringAndSize() does not copy but simply interprets the input
208 if (PyBytes_AsStringAndSize($input, &c_string, &py_size) == -1) {
  /external/tensorflow/tensorflow/python/lib/core/
strings.i 47 if (PyBytes_AsStringAndSize(obj, &ptr, &len) == -1) {
ndarray_tensor.cc 164 if (!utemp || PyBytes_AsStringAndSize(utemp, &ptr, &len) == -1) {
172 int success = PyBytes_AsStringAndSize(item.get(), &ptr, &len);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pystrings.swg 24 PyBytes_AsStringAndSize(obj, &cstr, &len);
  /external/protobuf/python/google/protobuf/pyext/
descriptor_database.cc 93 if (PyBytes_AsStringAndSize(serialized_pb.get(), &str, &len) < 0) {
descriptor_pool.cc 51 PyBytes_AsStringAndSize(ob, (charpp), (sizep)))
422 if (PyBytes_AsStringAndSize(serialized_pb, &message_type, &message_len) < 0) {
  /external/python/cpython3/Include/
bytesobject.h 103 PyAPI_FUNC(int) PyBytes_AsStringAndSize(
  /external/tensorflow/tensorflow/python/training/
server_lib.i 25 if (PyBytes_AsStringAndSize($input, &c_string, &py_size) == -1) {
  /external/python/cpython3/Modules/
grpmodule.c 154 if (PyBytes_AsStringAndSize(bytes, &name_chars, NULL) == -1)
pwdmodule.c 161 if (PyBytes_AsStringAndSize(bytes, &name, NULL) == -1)
spwdmodule.c 137 if (PyBytes_AsStringAndSize(bytes, &name, NULL) == -1)
  /external/tensorflow/tensorflow/python/
pywrap_tfe.i 61 // PyBytes_AsStringAndSize() does not copy but simply interprets the input
62 if (PyBytes_AsStringAndSize($input, &c_string, &py_size) == -1) {

Completed in 657 milliseconds

1 2