Home
last modified time | relevance | path

Searched refs:PySequence_Fast (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/python/client/
Dtf_session.i673 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(
Dtf_session_helper.cc218 PySequence_Fast(feed_values, "feed_values must be a sequence"); in RunCallableHelper()
/external/python/cpython3/Doc/c-api/
Dsequence.rst131 .. 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/
Dsequence.rst175 .. 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/
Dpywrap_tfe_src.cc1113 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/
Djoin.h22 seq = PySequence_Fast(iterable, "can only join an iterable"); in STRINGLIB()
/external/tensorflow/tensorflow/python/util/
Dutil.cc105 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/
Dstgdict.c198 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/
Dstgdict.c214 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/
Dpy_seq_tensor.cc239 Safe_PyObjectPtr seq = make_safe(PySequence_Fast(obj, "")); \
252 Safe_PyObjectPtr seq = make_safe(PySequence_Fast(obj, "")); \
/external/python/cpython3/Objects/
Dstructseq.c95 arg = PySequence_Fast(arg, "constructor requires a sequence"); in structseq_new_impl()
Dlistobject.c606 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/
Dabstract.h1150 PyAPI_FUNC(PyObject *) PySequence_Fast(PyObject *o, const char* m);
/external/python/cpython3/Modules/
D_posixsubprocess.c634 fast_args = PySequence_Fast(process_args, "argv must be a tuple"); in subprocess_fork_exec()
D_abc.c283 PyObject *it = PySequence_Fast( in compute_abstract_methods()
Dselectmodule.c94 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.c1163 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/
Dstructseq.c156 arg = PySequence_Fast(arg, "constructor requires a sequence"); in structseq_new()
Dlistobject.c643 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/
Dabstract.h910 PyAPI_FUNC(PyObject *) PySequence_Fast(PyObject *o, const char* m);
/external/python/cpython2/Modules/
Dselectmodule.c95 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/
Dpython3.def511 PySequence_Fast=python37.PySequence_Fast
/external/python/cpython2/Doc/data/
Drefcounts.dat1150 PySequence_Fast:PyObject*::+1:
1151 PySequence_Fast:PyObject*:v:0:
1152 PySequence_Fast:const char*:m::
/external/python/cpython2/PC/os2emx/
Dpython27.def112 "PySequence_Fast"
/external/python/cpython3/Doc/data/
Drefcounts.dat1938 PySequence_Fast:PyObject*::+1:
1939 PySequence_Fast:PyObject*:v:0:
1940 PySequence_Fast:const char*:m::

12