Searched refs:_remote_fn (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | functional_ops_test.py | 415 def _remote_fn(a, b): function 426 f=_remote_fn, 440 def _remote_fn(a, b): function 451 f=_remote_fn, 463 def _remote_fn(a, b): function 472 args=[a, b], Tout=[dtypes.int32], f=_remote_fn, target="/cpu:0") 485 def _remote_fn(a, b): function 496 f=_remote_fn, 510 def _remote_fn(a, b): function 521 f=_remote_fn, [all …]
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | iterator_cluster_test.py | 74 def _remote_fn(h): function 85 f=_remote_fn,
|
D | iterator_test.py | 610 def _remote_fn(h): function 621 f=_remote_fn, 725 def _remote_fn(h): function 739 f=_remote_fn,
|
/external/tensorflow/tensorflow/python/eager/ |
D | remote_test.py | 176 def _remote_fn(x): function 179 remote_fn = _remote_fn.get_concrete_function()
|