Home
last modified time | relevance | path

Searched defs:_gather (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dtest_util.py83 def _gather(strategy, value): function
Dcross_device_ops.py320 def _gather(self, per_replica_value, destinations, axis, options=None): member in CrossDeviceOps
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_gather_ops.py112 def _gather(params, indices, axis, batch_dims): function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py3390 def _gather(self, *args, **kwargs): member in FutureGatherTests
3491 def _gather(self, *args, **kwargs): member in CoroutineGatherTests