Searched refs:_watch (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | forwardprop.py | 364 self._watch(primals, tangents) 386 def _watch(self, primals, tangents): member in ForwardAccumulator 402 def _watch(primal, tangent): function 415 nest.map_structure(_watch, primals, tangents, expand_composites=True) 478 acc._watch(primals, tangents)
|
D | forwardprop_test.py | 363 acc._watch(x, constant_op.constant(10.)) 365 acc._watch(x, constant_op.constant(11.)) 514 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.
|