Creates a sequence of numbers. Creates a sequence of numbers that begins at `start` and extends by increments of `delta` up to but not including `limit`. The dtype of the resulting tensor is inferred from the inputs unless it is provided explicitly. Like the Python builtin `range`, `sta
(start, limit=None, delta=1, dtype=None, name="range")
source not stored for this graph (policy: none)