Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dtest_util.py54 def _gather(strategy, value): function
Dcross_device_ops.py303 def _gather(self, per_replica_value, destinations, axis, options=None): member in CrossDeviceOps
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_gather_ops.py114 def _gather(params, indices, axis, batch_dims): function