HomeSort by relevance Sort by last modified time
    Searched refs:_last_id (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/python/framework/
random_seed.py 66 op_seed = ops.get_default_graph()._last_id
ops.py 3649 def _last_id(self): member in class:Graph
    [all...]
  /external/tensorflow/tensorflow/python/ops/
gradients_impl.py 170 reached_ops = [False] * (graph._last_id + 1)
176 between_ops = [False] * (graph._last_id + 1)
196 pending_count = [0] * (graph._last_id + 1)
    [all...]
gradients_test.py 71 reached_ops = [False] * (graph._last_id + 1)
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 3303 _last_id = 0 variable in class:Image
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 3477 _last_id = 0 variable in class:Image
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 3241 _last_id = 0 variable in class:Image
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 3241 _last_id = 0 variable in class:Image
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 3241 _last_id = 0 variable in class:Image
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 3241 _last_id = 0 variable in class:Image
    [all...]

Completed in 629 milliseconds