Home
last modified time | relevance | path

Searched refs:_slice (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py53 _slice = slice # pylint: disable=invalid-name variable
412 _slice(start, limit, stride)
/external/python/cpython2/Doc/c-api/
Dslice.rst3 .. _slice-objects:
/external/python/cpython3/Doc/c-api/
Dslice.rst3 .. _slice-objects:
/external/python/cpython3/Objects/
Drangeobject.c298 compute_slice(rangeobject *r, PyObject *_slice) in compute_slice() argument
300 PySliceObject *slice = (PySliceObject *) _slice; in compute_slice()
/external/python/cpython2/Include/
DPython-ast.h14 typedef struct _slice *slice_ty;
316 struct _slice { struct
/external/python/cpython3/Include/
DPython-ast.h14 typedef struct _slice *slice_ty;
368 struct _slice { struct
/external/python/cpython2/Python/
Dceval.c1839 TARGET_WITH_IMPL_NOARG(SLICE, _slice) in PyEval_EvalFrameEx()
1840 TARGET_WITH_IMPL_NOARG(SLICE_1, _slice) in PyEval_EvalFrameEx()
1841 TARGET_WITH_IMPL_NOARG(SLICE_2, _slice) in PyEval_EvalFrameEx()
1842 TARGET_WITH_IMPL_NOARG(SLICE_3, _slice) in PyEval_EvalFrameEx()
1843 _slice: in PyEval_EvalFrameEx()
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py722 return gen_array_ops._slice(input_, begin, size, name=name)