Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py53 _slice = slice # pylint: disable=invalid-name variable
/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.c298 compute_slice(rangeobject *r, PyObject *_slice) in compute_slice()
/external/python/cpython3/Include/
DPython-ast.h368 struct _slice { struct
369 enum _slice_kind kind; argument
370 union {
385 } v;