コード例 #1
0
 def _call_for_each_tower(self, fn, *args, **kwargs):
     # pylint: disable=protected-access
     return mirrored_strategy._call_for_each_tower(self, fn, *args,
                                                   **kwargs)
コード例 #2
0
 def _call_for_each_tower(self, fn, *args, **kwargs):
   # pylint: disable=protected-access
   return mirrored_strategy._call_for_each_tower(self, fn, *args, **kwargs)