Searched refs:_watch (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | forwardprop.py | 360 self._watch(primals, tangents) 382 def _watch(self, primals, tangents): member in ForwardAccumulator 398 def _watch(primal, tangent): function 411 nest.map_structure(_watch, primals, tangents) 474 acc._watch(primals, tangents)
|
D | forwardprop_test.py | 381 acc._watch(x, constant_op.constant(10.)) 383 acc._watch(x, constant_op.constant(11.)) 558 acc._watch(x_copy, dy)
|
/external/python/cpython2/Lib/plat-mac/ |
D | FrameWork.py | 94 _watch = None variable 96 global _watch 98 if _watch is None: 99 _watch = GetCursor(4).data 100 SetCursor(_watch)
|
/external/strace/ |
D | ChangeLog | 37337 sh64: fix inotify_{add,rm}_watch syscall entries.
|