MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / range

Method range

tensorflow/python/data/ops/dataset_ops.py:373–399  ·  view source on GitHub ↗

Creates a `Dataset` of a step-separated range of values. For example: ```python Dataset.range(5) == [0, 1, 2, 3, 4] Dataset.range(2, 5) == [2, 3, 4] Dataset.range(1, 5, 2) == [1, 3] Dataset.range(1, 5, -2) == [] Dataset.range(5, 1) == [] Dataset.range(5, 1, -2) == [

(*args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

testFilterRangeMethod · 0.45
testFilterDictMethod · 0.45
testMapDictMethod · 0.45
testMapNamedtupleMethod · 0.45
testPrefetchMethod · 0.45
testReturnListMethod · 0.45
testMultiOutputPyFuncMethod · 0.45
testGradientMethod · 0.45
testHostVsDeviceMethod · 0.45
testInt64ShapeMethod · 0.45

Calls 1

RangeDatasetClass · 0.70

Tested by 15

testFilterRangeMethod · 0.36
testFilterDictMethod · 0.36
testMapDictMethod · 0.36
testMapNamedtupleMethod · 0.36
testPrefetchMethod · 0.36
testReturnListMethod · 0.36
testMultiOutputPyFuncMethod · 0.36
testGradientMethod · 0.36
testHostVsDeviceMethod · 0.36
testInt64ShapeMethod · 0.36