Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Drandom_seed.py72 op_seed = ops.get_default_graph()._last_id
Dops.py3859 def _last_id(self): member in Graph
/external/tensorflow/tensorflow/python/data/util/
Drandom_seed_test.py71 toutput = (1, ops.get_default_graph()._last_id) # pylint: disable=protected-access
/external/python/cpython3/Lib/tkinter/
D__init__.py3483 _last_id = 0 variable in Image
3492 Image._last_id += 1
3493 name = "pyimage%r" % (Image._last_id,) # tk itself would use image<x>
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3308 _last_id = 0 variable in Image
3317 Image._last_id += 1
3318 name = "pyimage%r" % (Image._last_id,) # tk itself would use image<x>