Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/ops/
Diterator_ops.py488 return _IteratorSaveable(self._iterator_resource, name)
649 return _IteratorSaveable(self._iterator_resource, name)
656 class _IteratorSaveable(BaseSaverBuilder.SaveableObject): class
664 super(_IteratorSaveable, self).__init__(iterator_resource, specs, name)