コード例 #1
0
 def unpack(self, summed_device_grad_packs):
     """Reverse the aggregation process."""
     return cross_device_utils.unpack_small_tensors(
         summed_device_grad_packs, self.packing)
コード例 #2
0
 def unpack(self, summed_device_grad_packs):
   """Reverse the aggregation process."""
   return cross_device_utils.unpack_small_tensors(summed_device_grad_packs,
                                                  self.packing)