Home
last modified time | relevance | path

Searched refs:list_pop (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/operators/
Ddata_structures_test.py133 data_structures.list_pop(l, 0, opts)
136 l, x = data_structures.list_pop(l, None, opts)
145 self.assertAllEqual(data_structures.list_pop(l, None, opts), ([1, 2], 3))
146 self.assertAllEqual(data_structures.list_pop(l, None, opts), ([1], 2))
D__init__.py44 from tensorflow.python.autograph.operators.data_structures import list_pop
Ddata_structures.py235 def list_pop(list_, i, opts): function
/external/python/cpython3/Objects/clinic/
Dlistobject.c.h97 {"pop", (PyCFunction)list_pop, METH_FASTCALL, list_pop__doc__},
103 list_pop(PyListObject *self, PyObject *const *args, Py_ssize_t nargs) in list_pop() function
/external/google-breakpad/src/third_party/libdisasm/
Dia32_implicit.c195 static op_implicit_list_t list_pop[] = variable
341 list_pop, list_popad, list_popfd, list_pushad, /* 33 - 36 */