↓ 79 callersMethod_compareBoth(self, x, y, np_func, tf_func, also_compare_variables=False)
tensorflow/python/kernel_tests/cwise_ops_test.py:637
↓ 79 callersMethodrangeCreates a `Dataset` of a step-separated range of values. For example: ```python Dataset.range(5) == [0, 1, 2, 3, 4] Dataset.range(2,
tensorflow/python/data/ops/dataset_ops.py:373