Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dutil.cc504 class SingleValueIterator : public ValueIterator { class
506 explicit SingleValueIterator(PyObject* x) : x_(x) { Py_INCREF(x); } in SingleValueIterator() function in tensorflow::swig::__anon712f98710211::SingleValueIterator