Home
last modified time | relevance | path

Searched refs:CounterV1 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/ops/
Dcounter.py70 def CounterV1(start=0, step=1, dtype=dtypes.int64): function
72 CounterV1.__doc__ = CounterV2.__doc__
77 Counter = CounterV1
/external/tensorflow/tensorflow/python/compat/
Dv2_compat.py105 counter.Counter = counter.CounterV1