Home | History | Annotate | Download | only in python

Lines Matching defs:Broadcast

599   def Broadcast(self, operand, sizes):
600 """Enqueues a broadcast operation onto the computation.
603 operand: the operand ComputationDataHandle to broadcast.
604 sizes: an iterable of broadcast sizes.
607 A ComputationDataHandle representing the added broadcast op.
610 self._client.Broadcast(_unwrap_data_handle(operand), sizes))