Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h316 struct _slice { struct
317 enum _slice_kind kind; argument
318 union {
333 } v;
/external/python/cpython3/Objects/
Drangeobject.c343 compute_slice(rangeobject *r, PyObject *_slice) in compute_slice()
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py56 _slice = slice # pylint: disable=invalid-name variable