/external/tensorflow/tensorflow/python/client/ |
D | tf_session.i | 673 PyObject* py_int_seq = PySequence_Fast($input, tensorflow::strings::Printf( 716 PyObject* seq = PySequence_Fast($input, tensorflow::strings::Printf( 734 PyObject* py_int_seq = PySequence_Fast(item, tensorflow::strings::Printf( 753 PyObject* seq = PySequence_Fast($input, tensorflow::strings::Printf( 778 PyObject* seq = PySequence_Fast($input, tensorflow::strings::Printf(
|
D | tf_session_helper.cc | 218 PySequence_Fast(feed_values, "feed_values must be a sequence"); in RunCallableHelper()
|
/external/python/cpython3/Doc/c-api/ |
D | sequence.rst | 131 .. c:function:: PyObject* PySequence_Fast(PyObject *o, const char *m) 142 :c:func:`PySequence_Fast` and that *o* is not *NULL*. The size can also be 151 :c:func:`PySequence_Fast`, *o* is not *NULL*, and that *i* is within bounds. 157 by :c:func:`PySequence_Fast` and *o* is not *NULL*.
|
/external/python/cpython2/Doc/c-api/ |
D | sequence.rst | 175 .. c:function:: PyObject* PySequence_Fast(PyObject *o, const char *m) 186 :c:func:`PySequence_Fast`, *o* is not *NULL*, and that *i* is within bounds. 196 by :c:func:`PySequence_Fast` and *o* is not *NULL*. 222 :c:func:`PySequence_Fast` and that *o* is not *NULL*. The size can also be
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 1113 PySequence_Fast(py_result, "expected a sequence of gradients"); in CallBackwardFunction() 1376 PyObject* seq = PySequence_Fast(list, "expected a sequence"); 1411 PyObject* seq = PySequence_Fast(tensors, "expected a sequence"); 1451 PySequence_Fast(list, "expected a sequence")); 1519 PyObject* seq = PySequence_Fast(tensors, "expected a sequence"); 1560 PyObject* seq = PySequence_Fast(tensors, "expected a sequence"); 1582 PyObject* seq = PySequence_Fast(output_tensors, 1657 PyObject* seq = PySequence_Fast(tensors, "expected a sequence"); 1702 tensorflow::make_safe(PySequence_Fast(target, "expected a sequence")); 2059 PySequence_Fast(seq, "unable to allocate")); [all …]
|
/external/python/cpython3/Objects/stringlib/ |
D | join.h | 22 seq = PySequence_Fast(iterable, "can only join an iterable"); in STRINGLIB()
|
/external/tensorflow/tensorflow/python/util/ |
D | util.cc | 105 return PySequence_Fast( in MappingKeys() 422 : seq_(PySequence_Fast(iterable, "")), in SequenceValueIterator() 879 Safe_PyObjectPtr seq = make_safe(PySequence_Fast(fields.get(), "")); in IsNamedtuple()
|
/external/python/cpython2/Modules/_ctypes/ |
D | stgdict.c | 198 fieldlist = PySequence_Fast(fields, "_fields_ must be a sequence"); in MakeFields() 277 anon_names = PySequence_Fast(anon, "_anonymous_ must be a sequence"); in MakeAnonFields()
|
/external/python/cpython3/Modules/_ctypes/ |
D | stgdict.c | 214 fieldlist = PySequence_Fast(fields, "_fields_ must be a sequence"); in MakeFields() 293 anon_names = PySequence_Fast(anon, "_anonymous_ must be a sequence"); in MakeAnonFields()
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_seq_tensor.cc | 239 Safe_PyObjectPtr seq = make_safe(PySequence_Fast(obj, "")); \ 252 Safe_PyObjectPtr seq = make_safe(PySequence_Fast(obj, "")); \
|
/external/python/cpython3/Objects/ |
D | structseq.c | 95 arg = PySequence_Fast(arg, "constructor requires a sequence"); in structseq_new_impl()
|
D | listobject.c | 606 v_as_SF = PySequence_Fast(v, "can only assign an iterable"); in list_ass_slice() 834 iterable = PySequence_Fast(iterable, "argument must be iterable"); in list_extend() 2869 seq = PySequence_Fast(value, in list_ass_subscript()
|
/external/python/cpython2/Include/ |
D | abstract.h | 1150 PyAPI_FUNC(PyObject *) PySequence_Fast(PyObject *o, const char* m);
|
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 634 fast_args = PySequence_Fast(process_args, "argv must be a tuple"); in subprocess_fork_exec()
|
D | _abc.c | 283 PyObject *it = PySequence_Fast( in compute_abstract_methods()
|
D | selectmodule.c | 94 fast_seq = PySequence_Fast(seq, "arguments 1-3 must be sequences"); in seq2set() 2165 seq = PySequence_Fast(ch, "changelist is not iterable"); in kqueue_queue_control()
|
D | _elementtree.c | 1163 seq = PySequence_Fast(elements, ""); in _elementtree_Element_extend() 1909 seq = PySequence_Fast(value, ""); in element_ass_subscr() 3737 if (!(events_seq = PySequence_Fast(events_to_report, in _elementtree_XMLParser__setevents_impl()
|
/external/python/cpython2/Objects/ |
D | structseq.c | 156 arg = PySequence_Fast(arg, "constructor requires a sequence"); in structseq_new()
|
D | listobject.c | 643 v_as_SF = PySequence_Fast(v, "can only assign an iterable"); in list_ass_slice() 814 b = PySequence_Fast(b, "argument must be iterable"); in listextend() 2703 seq = PySequence_Fast(value, in list_ass_subscript()
|
/external/python/cpython3/Include/ |
D | abstract.h | 910 PyAPI_FUNC(PyObject *) PySequence_Fast(PyObject *o, const char* m);
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 95 fast_seq = PySequence_Fast(seq, "arguments 1-3 must be sequences"); in seq2set() 1646 seq = PySequence_Fast(ch, "changelist is not iterable"); in kqueue_queue_control()
|
/external/python/cpython3/PC/ |
D | python3.def | 511 PySequence_Fast=python37.PySequence_Fast
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1150 PySequence_Fast:PyObject*::+1: 1151 PySequence_Fast:PyObject*:v:0: 1152 PySequence_Fast:const char*:m::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 112 "PySequence_Fast"
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1938 PySequence_Fast:PyObject*::+1: 1939 PySequence_Fast:PyObject*:v:0: 1940 PySequence_Fast:const char*:m::
|